You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/02/14 12:52:28 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_72) - Build # 5618 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5618/
Java: 64bit/jdk1.8.0_72 -XX:-UseCompressedOops -XX:+UseParallelGC

6 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testExtendedResultsCount

Error Message:
Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a50deab still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a50deab still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([C8C83177370373FE:F6FC1ECE121EE619]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testExtendedResultsCount(SpellCheckComponentTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([C8C83177370373FE:C3E466B7A8CACF51]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testCollate

Error Message:
Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a50deab still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a50deab still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([C8C83177370373FE:2E968439DFB4E95]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(SpellCheckComponentTest.java:171)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([C8C83177370373FE:409C0EAD99FF1E06]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([C8C83177370373FE:82C44C1A640FD09D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit(SpellCheckComponentTest.java:267)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//arr[@name='suggestion'][.='lucenejava']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">304</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>

	request was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
	... 41 more


FAILED:  org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test

Error Message:
Error from server at http://127.0.0.1:51445/_/collection1: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_C8C83177370373FE-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5fa42c7e still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51445/_/collection1: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_C8C83177370373FE-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5fa42c7e still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([C8C83177370373FE:409C0EAD99FF1E06]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10705 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001
   [junit4]   2> 467523 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 467525 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 467525 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 467525 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 467525 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 467525 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 467525 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 467554 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 467556 WARN  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 467556 WARN  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 467556 WARN  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 467557 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 467562 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 467566 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 467609 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 467614 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 467614 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 467617 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 467618 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 467619 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 467619 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 467620 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 467620 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 467620 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 467620 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 467620 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 467620 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1011570352
   [junit4]   2> 467620 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 467620 WARN  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 467620 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 467627 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 467628 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 467628 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 467629 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 467629 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 467629 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001, shard=shard1}
   [junit4]   2> 467630 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 467631 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 467631 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 467631 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 467631 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 467645 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 467648 WARN  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 467648 WARN  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 467648 WARN  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 467648 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 467657 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 467661 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 467704 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 467709 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 467710 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 467712 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 467713 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 467714 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 467714 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\]
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\index/
   [junit4]   2> 467719 WARN  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\index
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=44.5888671875, floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=18.1768139230966, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7611598884692828
   [junit4]   2> 467719 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_1,generation=1}
   [junit4]   2> 467720 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 467721 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C8C83177370373FE-001\init-core-data-001\
   [junit4]   2> 467721 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 467723 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 467724 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 467726 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 467726 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 467727 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/admin/ping,/update,/admin/file
   [junit4]   2> 467727 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8405905834251521]
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_1,generation=1}
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5154ddbb[collection1] main]
   [junit4]   2> 467728 WARN  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 467728 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 467729 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 467743 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 467758 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 467758 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 467758 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 467772 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 467772 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 467772 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 467789 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 467820 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 467829 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 467829 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 467829 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 467829 INFO  (coreLoadExecutor-1234-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 467830 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 467830 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 467830 INFO  (SUITE-SpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 467830 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 467830 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 467830 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 467831 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 467831 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 467831 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 467831 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
   [junit4]   2> 467831 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 467832 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 467832 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 467833 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 467833 INFO  (searcherExecutor-1235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5154ddbb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 467833 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 2
   [junit4]   2> 467834 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 467834 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 467836 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 467836 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 467836 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 467836 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 467836 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 467836 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 467837 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 467837 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 467841 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_2,generation=2}
   [junit4]   2> 467842 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 467844 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@bc93247[collection1] main]
   [junit4]   2> 467844 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 467844 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 467893 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 467905 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 467957 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 467957 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 468159 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 468241 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 468333 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@bc93247[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C10)))}
   [junit4]   2> 468333 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 752
   [junit4]   2> 468333 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
   [junit4]   2> 468334 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 468334 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 468334 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468334 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_3,generation=3}
   [junit4]   2> 468334 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 468335 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4aebbcd4[collection1] main]
   [junit4]   2> 468335 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 468335 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 468360 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 468383 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 468406 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 468406 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 468433 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 468453 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 468478 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4aebbcd4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 468478 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 217
   [junit4]   2> 468481 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerDictionary
   [junit4]   2> 468481 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 468481 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 468481 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 468482 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 468482 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 468482 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 468483 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 468483 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 468483 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 468483 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 468483 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468487 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_4,generation=4}
   [junit4]   2> 468487 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 468488 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e131bee[collection1] main]
   [junit4]   2> 468488 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 468488 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 468570 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 468598 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 468670 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 468670 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 468726 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 468788 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 468830 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4e131bee[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C10)))}
   [junit4]   2> 468831 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 528
   [junit4]   2> 468832 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&spellcheck.dictionary=perDict&json.nl=map&spellcheck..perDict.foo=bar&spellcheck=true&spellcheck..perDict.bar=foo&wt=xml&spellcheck.build=true} hits=0 status=0 QTime=1
   [junit4]   2> 468832 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerDictionary
   [junit4]   2> 468832 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 468833 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 468833 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468833 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_5,generation=5}
   [junit4]   2> 468833 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 468833 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5597905a[collection1] main]
   [junit4]   2> 468833 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 468833 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 468846 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 468857 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 468868 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 468868 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 468880 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 468896 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 468908 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5597905a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 468909 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 113
   [junit4]   2> 468909 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaximumResultsForSuggest
   [junit4]   2> 468910 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 468910 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 468910 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 468910 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 468911 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 468911 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 468911 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 468912 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 468912 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 468912 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 468912 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468915 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c40e984 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b983ee3),segFN=segments_6,generation=6}
   [junit4]   2> 468915 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 468916 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@688bc6a1[collection1] main]
   [junit4]   2> 468916 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 468916 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 468973 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 468994 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 469046 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 469046 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 469086 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 469118 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 469172 INFO  (searcherExecutor-1235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@688bc6a1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):C10)))}
   [junit4]   2> 469172 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 399
   [junit4]   2> 469246 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=7&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=110
   [junit4]   2> 469311 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=6&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=96
   [junit4]   2> 469312 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":96},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.055Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.055Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.055Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.056Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.056Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.053Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.054Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=6&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false
   [junit4]   2> 469395 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.90&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=124
   [junit4]   2> 469486 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.80&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=136
   [junit4]   2> 469486 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":136},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.055Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.055Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.055Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.056Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.056Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.053Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.054Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.80&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false
   [junit4]   2> 469539 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.70&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.maxResultsForSuggest.fq=id:[0+TO+9]&spellcheck.extendedResults=false} hits=7 status=0 QTime=79
   [junit4]   2> 469585 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.64&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.maxResultsForSuggest.fq=lowerfilt:th*&spellcheck.extendedResults=false} hits=7 status=0 QTime=69
   [junit4]   2> 469585 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[C8C83177370373FE]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":69},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T11:08:16.055Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],

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

tor-5850-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_C8C83177370373FE-001\tempDir-001\shard1\cores\collection1\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_C8C83177370373FE-001\tempDir-001\shard1\cores\collection1\data;done=false>>]
   [junit4]   2> 1954444 INFO  (coreCloseExecutor-5850-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_C8C83177370373FE-001\tempDir-001\shard1\cores\collection1\data
   [junit4]   2> 1954445 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[C8C83177370373FE]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@252b83f5{/_,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test -Dtests.seed=C8C83177370373FE -Dtests.slow=true -Dtests.locale=he -Dtests.timezone=Europe/Malta -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   6.35s J0 | DistributedSpellCheckComponentTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51445/_/collection1: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_C8C83177370373FE-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5fa42c7e still has pending deleted files; cannot initialize IndexWriter
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C8C83177370373FE:409C0EAD99FF1E06]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1954450 INFO  (SUITE-DistributedSpellCheckComponentTest-seed#[C8C83177370373FE]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_C8C83177370373FE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {start1=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l_dv=PostingsFormat(name=MockRandom), multiDefault=Lucene50(blocksize=128), intDefault=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Direct), lowerfilt1and2=Lucene50(blocksize=128), end4=PostingsFormat(name=LuceneVarGapDocFreqInterval), end3=Lucene50(blocksize=128), end2=PostingsFormat(name=MockRandom), end1=PostingsFormat(name=Direct), lowerfilt=Lucene50(blocksize=128), gram1=PostingsFormat(name=Direct), id=PostingsFormat(name=MockRandom), range_facet_i_dv=PostingsFormat(name=Direct), gram2=PostingsFormat(name=MockRandom), gram3=Lucene50(blocksize=128), start3=PostingsFormat(name=MockRandom), gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval), start2=Lucene50(blocksize=128), word=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Direct), start4=PostingsFormat(name=Direct)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=he, timezone=Europe/Malta
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=139138360,total=490733568
   [junit4]   2> NOTE: All tests run in this JVM: [XmlUpdateRequestHandlerTest, DirectSolrSpellCheckerTest, RequiredFieldsTest, SolrIndexConfigTest, TestSimpleQParserPlugin, SolrTestCaseJ4Test, DisMaxRequestHandlerTest, PrimUtilsTest, CloneFieldUpdateProcessorFactoryTest, TestDynamicFieldResource, TestDistribIDF, TestSearchPerf, DeleteLastCustomShardedReplicaTest, TestLazyCores, TestCloudInspectUtil, TestConfigSetImmutable, TestElisionMultitermQuery, FastVectorHighlighterTest, TestHdfsUpdateLog, SampleTest, TestManagedSchema, DocValuesMultiTest, TestWordDelimiterFilterFactory, IndexSchemaTest, TestReplicaProperties, AssignTest, DocValuesMissingTest, DocValuesTest, CurrencyFieldXmlFileTest, SolrXmlInZkTest, TermsComponentTest, TestSweetSpotSimilarityFactory, TestPivotHelperCode, CustomCollectionTest, AnalyticsMergeStrategyTest, CursorPagingTest, TestSolrCloudWithKerberosAlt, HdfsThreadLeakTest, BlockJoinFacetSimpleTest, IndexBasedSpellCheckerTest, DocumentBuilderTest, CdcrReplicationDistributedZkTest, CoreMergeIndexesAdminHandlerTest, TestManagedSynonymFilterFactory, TestUniqueKeyFieldResource, DistributedFacetPivotWhiteBoxTest, TestLRUCache, JsonLoaderTest, TestReplicationHandler, StandardRequestHandlerTest, TestRemoveLastDynamicCopyField, TestSchemaResource, TimeZoneUtilsTest, TestDownShardTolerantSearch, TestRestoreCore, DOMUtilTest, TestRandomRequestDistribution, TestObjectReleaseTracker, MigrateRouteKeyTest, DistribCursorPagingTest, TestMiniSolrCloudCluster, SimpleCollectionCreateDeleteTest, OverseerTest, TestEmbeddedSolrServerConstructors, UUIDUpdateProcessorFallbackTest, TestRestManager, TestBlobHandler, TestAddFieldRealTimeGet, TestIntervalFaceting, CircularListTest, TestQuerySenderNoQuery, WrapperMergePolicyFactoryTest, TestPhraseSuggestions, BadComponentTest, HttpPartitionTest, ReplicationFactorTest, TestReloadAndDeleteDocs, PolyFieldTest, OverseerStatusTest, TestManagedResource, ShardRoutingTest, DistribJoinFromCollectionTest, AddBlockUpdateTest, TestSolrQueryResponse, PreAnalyzedFieldTest, ClusterStateUpdateTest, SpatialFilterTest, SaslZkACLProviderTest, TestLMDirichletSimilarityFactory, SimpleMLTQParserTest, TestDistributedStatsComponentCardinality, TestOverriddenPrefixQueryForCustomFieldType, TestRemoteStreaming, SimplePostToolTest, TestFunctionQuery, TestUseDocValuesAsStored, AsyncMigrateRouteKeyTest, TestHashPartitioner, HdfsBasicDistributedZk2Test, ChaosMonkeyNothingIsSafeTest, SoftAutoCommitTest, TestMergePolicyConfig, TestSortByMinMaxFunction, TestChildDocTransformer, TestCodecSupport, HardAutoCommitTest, TestAnalyzeInfixSuggestions, CachingDirectoryFactoryTest, TestConfigSets, PreAnalyzedUpdateProcessorTest, TestRuleBasedAuthorizationPlugin, TestMissingGroups, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ReturnFieldsTest, ChangedSchemaMergeTest, OverseerCollectionConfigSetProcessorTest, HLLUtilTest, TestCursorMarkWithoutUniqueKey, LeaderElectionTest, TestReplicationHandlerBackup, TestDFRSimilarityFactory, TestComponentsName, SuggestComponentContextFilterQueryTest, UnloadDistributedZkTest, SimpleFacetsTest, TestJmxMonitoredMap, TestFilteredDocIdSet, TestFaceting, TestDefaultSearchFieldResource, TestFieldResource, SecurityConfHandlerTest, JavabinLoaderTest, HighlighterTest, TestCloudManagedSchema, HdfsRecoverLeaseTest, BlockDirectoryTest, TestSort, HdfsDirectoryTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, TestZkChroot, ZkCLITest, TestRecovery, DistributedSpellCheckComponentTest]
   [junit4] Completed [305/579 (2!)] on J0 in 6.37s, 1 test, 1 error <<< FAILURES!

[...truncated 921 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 6 errors, 127 ignored (82 assumptions) [seed: C8C83177370373FE]

Total time: 71 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5623 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5623/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testExtendedResultsCount

Error Message:
Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84e098 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84e098 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([56F122FF909DF099:68C50D46B580657E]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testExtendedResultsCount(SpellCheckComponentTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([56F122FF909DF099:5DDD753F0F544C36]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testMaximumResultsForSuggest

Error Message:
Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84e098 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84e098 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([56F122FF909DF099:DAFCA23C5EB1AFD4]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testMaximumResultsForSuggest(SpellCheckComponentTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testCollate

Error Message:
Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84e098 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84e098 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([56F122FF909DF099:9CD07BCB3A65CDF2]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(SpellCheckComponentTest.java:171)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test

Error Message:
Error from server at http://127.0.0.1:49930//collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8958f3 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49930//collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8958f3 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([56F122FF909DF099:DEA51D253E619D61]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10486 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001
   [junit4]   2> 108163 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 108164 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 108164 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 108164 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 108164 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 108165 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 108165 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 108216 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 108221 WARN  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 108221 WARN  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 108221 WARN  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 108221 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 108230 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 108236 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 108354 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 108368 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 108369 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 108381 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 108384 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 108387 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 108388 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 108388 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 108388 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 108389 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 108389 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 108389 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 108389 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 11673323
   [junit4]   2> 108389 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 108389 WARN  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 108389 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 108396 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 108396 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 108396 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 108396 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 108396 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 108398 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001, shard=shard1}
   [junit4]   2> 108399 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 108399 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 108399 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 108400 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 108400 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 108427 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 108434 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 108434 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 108434 WARN  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 108435 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 108450 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 108462 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 108579 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 108589 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 108590 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 108596 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 108598 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 108600 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 108600 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 108606 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 108606 INFO  (coreLoadExecutor-506-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 108607 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 108607 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\]
   [junit4]   2> 108607 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 108608 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\
   [junit4]   2> 108608 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\index/
   [junit4]   2> 108608 WARN  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 108608 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\index
   [junit4]   2> 108608 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.448072368137325]
   [junit4]   2> 108609 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_1,generation=1}
   [junit4]   2> 108609 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 108609 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_56F122FF909DF099-001\init-core-data-001\
   [junit4]   2> 108610 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 108617 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 108618 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 108620 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 108621 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 108623 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/admin/ping,/update,/admin/file
   [junit4]   2> 108623 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 108623 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 108623 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 108623 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=81.9111328125, floorSegmentMB=0.986328125, forceMergeDeletesPctAllowed=25.730358856363008, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7240254837809591
   [junit4]   2> 108623 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_1,generation=1}
   [junit4]   2> 108623 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 108623 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c6ca83[collection1] main]
   [junit4]   2> 108624 WARN  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 108624 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 108624 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 108624 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 108624 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 108673 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 108729 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 108765 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 108765 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 108810 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 108810 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 108810 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 108838 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 108977 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 109018 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 109018 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 109018 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 109018 INFO  (coreLoadExecutor-506-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 109018 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 109018 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 109018 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 109018 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 109018 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 109019 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 109019 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 109019 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 109020 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 109020 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 109020 INFO  (SUITE-SpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 109021 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 109021 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 109021 INFO  (searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c6ca83[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 109022 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerDictionary
   [junit4]   2> 109025 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 2
   [junit4]   2> 109032 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 109032 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 109033 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 109034 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 109035 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 109036 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 109037 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 109038 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 109039 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 109039 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 109046 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_2,generation=2}
   [junit4]   2> 109047 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 109106 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d3812[collection1] main]
   [junit4]   2> 109106 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 109106 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 109330 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 109399 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 109520 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 109520 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 109639 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 109761 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 109875 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d3812[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C10)))}
   [junit4]   2> 109875 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 940
   [junit4]   2> 109917 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&spellcheck.dictionary=perDict&json.nl=map&spellcheck..perDict.foo=bar&spellcheck=true&spellcheck..perDict.bar=foo&wt=xml&spellcheck.build=true} hits=0 status=0 QTime=46
   [junit4]   2> 109918 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerDictionary
   [junit4]   2> 109918 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 109919 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 109919 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 109920 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_3,generation=3}
   [junit4]   2> 109920 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 109920 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@103ffde[collection1] main]
   [junit4]   2> 109920 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 109920 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 109952 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 109981 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 110017 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 110017 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 110064 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 110098 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 110135 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@103ffde[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110135 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 242
   [junit4]   2> 110138 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
   [junit4]   2> 110139 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 110141 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 110142 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 110143 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 110144 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 110145 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 110146 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 110146 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 110148 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 110149 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 110149 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 110153 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_4,generation=4}
   [junit4]   2> 110153 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 110155 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@ffe9d[collection1] main]
   [junit4]   2> 110155 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 110155 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 110231 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 110260 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 110377 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 110377 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 110487 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 110610 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 110704 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@ffe9d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C10)))}
   [junit4]   2> 110704 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 629
   [junit4]   2> 110710 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=5
   [junit4]   2> 110714 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=3
   [junit4]   2> 110773 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=66
   [junit4]   2> 110773 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
   [junit4]   2> 110773 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 110773 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 110773 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 110773 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_5,generation=5}
   [junit4]   2> 110773 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 110773 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@166c66d[collection1] main]
   [junit4]   2> 110774 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 110774 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 110813 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 110840 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 110859 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 110859 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 110887 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 110916 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 110941 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@166c66d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110943 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 189
   [junit4]   2> 110946 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
   [junit4]   2> 110948 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 110949 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 110950 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 110951 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 110952 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 110952 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 110954 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 110954 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 110955 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 110955 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 110956 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 110959 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_6,generation=6}
   [junit4]   2> 110959 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 110961 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e690b8[collection1] main]
   [junit4]   2> 110961 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 110961 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 111058 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 111076 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 111281 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 111281 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 111408 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 111524 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 111648 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e690b8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):C10)))}
   [junit4]   2> 111648 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 780
   [junit4]   2> 111650 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
   [junit4]   2> 111650 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 111650 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 111651 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111651 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_6,generation=6}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_7,generation=7}
   [junit4]   2> 111651 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
   [junit4]   2> 111651 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@145bf61[collection1] main]
   [junit4]   2> 111651 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 111651 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 111685 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 111718 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 111764 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 111764 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 111802 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 111852 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 111918 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@145bf61[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 111919 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 305
   [junit4]   2> 111921 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 111922 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 111923 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 111924 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 111925 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 111925 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 111926 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 111926 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 111927 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 111928 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 111928 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 111929 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111932 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_7,generation=7}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_8,generation=8}
   [junit4]   2> 111932 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 8
   [junit4]   2> 111934 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@90f763[collection1] main]
   [junit4]   2> 111934 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 111934 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 114584 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 114721 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 115085 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 115085 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 115184 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 115302 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 115407 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@90f763[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):C10)))}
   [junit4]   2> 115408 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3719
   [junit4]   2> 115414 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=7
   [junit4]   2> 115414 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 115414 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 115414 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 115415 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 115415 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_8,generation=8}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_9,generation=9}
   [junit4]   2> 115415 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 9
   [junit4]   2> 115416 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e494d8[collection1] main]
   [junit4]   2> 115416 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 115416 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 115453 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 115482 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 115514 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 115514 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 115543 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 115571 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 115613 INFO  (searcherExecutor-507-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e494d8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 115613 INFO  (TEST-SpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 208
   [junit4]   2> 115616 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRebuildOnCommit
   [junit4]   2> 115617 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 115618 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 115620 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 115621 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 115621 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 115622 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 115623 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 115624 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 115625 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 115625 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 115626 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 115629 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_9,generation=9}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b802 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27c3f),segFN=segments_a,generation=10}
   [junit4]   2> 115629 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 10
   [junit4]   2> 115630 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@159cab0[collection1] main]
   [junit4]   2> 115631 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[56F122FF909DF099]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 115631 INFO  (searcherExecutor-507-threa

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

k-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\shard0\cores\collection1\data\index
   [junit4]   2> 641884 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@eaf5be{/,null,UNAVAILABLE}
   [junit4]   2> 641885 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@15a8a9{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 641885 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=8818250
   [junit4]   2> 641889 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a82c71
   [junit4]   2> 641889 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 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=13,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=1209,transaction_logs_total_number=1}
   [junit4]   2> 641889 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 641889 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 641889 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 641890 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 641917 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 641917 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\shard1\cores\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\shard1\cores\collection1\data\index;done=false>>]
   [junit4]   2> 641917 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\shard1\cores\collection1\data\index
   [junit4]   2> 641917 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\shard1\cores\collection1\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\shard1\cores\collection1\data;done=false>>]
   [junit4]   2> 641917 INFO  (coreCloseExecutor-2973-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\shard1\cores\collection1\data
   [junit4]   2> 641919 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[56F122FF909DF099]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e697e{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test -Dtests.seed=56F122FF909DF099 -Dtests.slow=true -Dtests.locale=ko-KR -Dtests.timezone=Singapore -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   8.52s J0 | DistributedSpellCheckComponentTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49930//collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8958f3 still has pending deleted files; cannot initialize IndexWriter
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([56F122FF909DF099:DEA51D253E619D61]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 641924 INFO  (SUITE-DistributedSpellCheckComponentTest-seed#[56F122FF909DF099]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_56F122FF909DF099-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=ClassicSimilarity, locale=ko-KR, timezone=Singapore
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-bit)/cpus=3,threads=1,free=190676312,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudManagedSchema, UUIDFieldTest, SpatialRPTFieldTypeTest, TestDynamicFieldResource, SuggesterFSTTest, ReplicationFactorTest, HdfsThreadLeakTest, TestCoreContainer, TestAnalyzeInfixSuggestions, CdcrReplicationDistributedZkTest, SolrTestCaseJ4Test, TestDistribIDF, DistributedFacetPivotWhiteBoxTest, PingRequestHandlerTest, SyncSliceTest, TestGroupingSearch, TestDocSet, TestPseudoReturnFields, BlockDirectoryTest, TestSimpleQParserPlugin, TestFunctionQuery, QueryElevationComponentTest, TestDFRSimilarityFactory, TestIntervalFaceting, BasicAuthIntegrationTest, DirectSolrSpellCheckerTest, RecoveryZkTest, TestManagedSynonymFilterFactory, TestReplicationHandler, DocValuesMultiTest, ExitableDirectoryReaderTest, TestClassNameShortening, TestXIncludeConfig, TestSolrQueryParserDefaultOperatorResource, TestObjectReleaseTracker, TestImplicitCoreProperties, SaslZkACLProviderTest, TestRemoveLastDynamicCopyField, HdfsCollectionsAPIDistributedZkTest, TestRawResponseWriter, CursorPagingTest, SystemInfoHandlerTest, RuleEngineTest, SliceStateTest, DeleteLastCustomShardedReplicaTest, TestPerFieldSimilarityClassic, TestSolrConfigHandlerCloud, JavabinLoaderTest, PrimitiveFieldTypeTest, CdcrRequestHandlerTest, DocumentBuilderTest, TestXmlQParser, CloudExitableDirectoryReaderTest, ChaosMonkeyNothingIsSafeTest, OverseerStatusTest, OverseerCollectionConfigSetProcessorTest, DistributedSpellCheckComponentTest]
   [junit4] Completed [122/579 (2!)] on J0 in 8.56s, 1 test, 1 error <<< FAILURES!

[...truncated 1505 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions) [seed: 56F122FF909DF099]

Total time: 77 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
Have a look at IndexWriter's ctor: it now has a "best effort" check to
enforce that if the incoming directory is an FSDirectory, that it does
not have any pending deletions, so you can hide that you are using an
FSDirectory by wrapping it in a FilterDirectory.

Mike McCandless

http://blog.mikemccandless.com


On Mon, Feb 22, 2016 at 11:32 AM, david.w.smiley@gmail.com
<da...@gmail.com> wrote:
> Hi Mike,
> I read the patch but I'm confused by how your fix works.  You added the
> comment " Wrapping as FilterDirectory prevents IndexWriter from catching the
> pending deletions:".  How is that so?  Is there's a particular line number
> that is pertinent than you can direct me to so I can figure this out?  I'm
> just curious.
> Thanks in advance,
> ~ David
>
> On Tue, Feb 16, 2016 at 2:44 PM Michael McCandless
> <lu...@mikemccandless.com> wrote:
>>
>> I committed a fix for Solr, to turn off IW's pending deletes check
>> when it creates the SpellChecker.
>>
>> At first I explored having SpellChecker keep a single IW open (there
>> is even a TODO about this in its sources), but then it looks like Solr
>> never closes the SpellChecker so that became too challenging for me.
>>
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> > Hi Mike,
>> >
>> > It is not only Solr, unfortunately. If I run the Lucene Core tests using
>> > -Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts
>> > of it is the usual "cannot cleanup files on tearDown", but also errors like
>> > the one we have seen in Solr: "Opening IndexWriter fails because pending
>> > deleted files".
>> >
>> > I remember that you disabled "WindowsDirectory" for several tests. I
>> > have the feeling you would need to disable windows at all for those tests
>> > :-)
>> >
>> > Do you want to get access to the windows VM on Jenkins? You may use it
>> > to further debug this.
>> >
>> > Uwe
>> >
>> > -----
>> > Uwe Schindler
>> > H.-H.-Meier-Allee 63, D-28213 Bremen
>> > http://www.thetaphi.de
>> > eMail: uwe@thetaphi.de
>> >
>> >
>> >> -----Original Message-----
>> >> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>> >> Sent: Tuesday, February 16, 2016 11:23 AM
>> >> To: Lucene/Solr dev <de...@lucene.apache.org>
>> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> >> Build # 5622 - Still Failing!
>> >>
>> >> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
>> >> OS-specific "retry on AccessDenied" under Directory instead of making
>> >> this IndexWriter's job.
>> >>
>> >> Hmm SpellChecker.clearIndex ...
>> >>
>> >> What's happening here is we are trying to open a new IndexWriter on a
>> >> a directory that has failed deletions because an IndexReader is still
>> >> holding files open.  IndexWriter now refuses to start when the
>> >> directory is "dirty" like that because it can lead to difficult
>> >> exceptions later, e.g. if IndexWriter tries to overwrite one of these
>> >> pending deleted files.
>> >>
>> >> There is a "simple" solution, which is to open a new FSDirectory,
>> >> forcing IW to then retry the deletions.  Or, we could remove this
>> >> check in IW.init (leading to possibly scary exceptions later).  Or, we
>> >> could make a WindowsDirectoryWrapper that suppresses the check.
>> >>
>> >> I'll try to look at how Solr is using SpellChecker here to see if it
>> >> can create a new FSDirectory instance when it is going to .clearIndex
>> >> ... that could be tricky here though.
>> >>
>> >> Mike McCandless
>> >>
>> >> http://blog.mikemccandless.com
>> >>
>> >>
>> >> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> >> > I also happens locally on my windows box. It is almost impossible to
>> >> > run
>> >> tests without an error like this on windows.
>> >> >
>> >> > Uwe
>> >> >
>> >> > -----
>> >> > Uwe Schindler
>> >> > H.-H.-Meier-Allee 63, D-28213 Bremen
>> >> > http://www.thetaphi.de
>> >> > eMail: uwe@thetaphi.de
>> >> >
>> >> >
>> >> >> -----Original Message-----
>> >> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
>> >> >> Sent: Tuesday, February 16, 2016 10:11 AM
>> >> >> To: dev@lucene.apache.org; mikemccand@apache.org
>> >> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72)
>> >> >> -
>> >> >> Build # 5622 - Still Failing!
>> >> >>
>> >> >> I have seen those bugs very often recently on Windows. Could this be
>> >> >> related to the refactoring that handles "undeletable" files
>> >> >> differently? The
>> >> >> type of exception is new to me, have never seen that before:
>> >> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
>> >> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> >> still
>> >> has
>> >> >> pending deleted files; cannot initialize IndexWriter"
>> >> >>
>> >> >> Uwe
>> >> >>
>> >> >> -----
>> >> >> Uwe Schindler
>> >> >> H.-H.-Meier-Allee 63, D-28213 Bremen
>> >> >> http://www.thetaphi.de
>> >> >> eMail: uwe@thetaphi.de
>> >> >>
>> >> >>
>> >> >> > -----Original Message-----
>> >> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
>> >> >> > Sent: Tuesday, February 16, 2016 9:58 AM
>> >> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
>> >> dev@lucene.apache.org
>> >> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> >> Build
>> >> >> #
>> >> >> > 5622 - Still Failing!
>> >> >> >
>> >> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
>> >> Windows/5622/
>> >> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
>> >> >> >
>> >> >> > 5 tests failed.
>> >> >> > FAILED:
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> >> >> > mResultsForSuggest
>> >> >> >
>> >> >> > Error Message:
>> >> >> > Directory
>> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> > java.lang.IllegalArgumentException: Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
>> >> >> > B]:0)
>> >> >> >     at
>> >> >> > org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> >> >> > 55)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> >> >> > ker.java:87)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> >> >> > eckComponent.java:131)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> >> >> > rchHandler.java:246)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> >> >> > erBase.java:155)
>> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >> >> >     at
>> >> >> > org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >> >> >     at
>> >> >> > org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> >> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> >
>> >> >> >
>> >> >> > FAILED:
>> >> >> >
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
>> >> >> >
>> >> >> > Error Message:
>> >> >> > Directory
>> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> > java.lang.IllegalArgumentException: Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
>> >> >> > D]:0)
>> >> >> >     at
>> >> >> > org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> >> >> > 55)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> >> >> > ker.java:87)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> >> >> > eckComponent.java:131)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> >> >> > rchHandler.java:246)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> >> >> > erBase.java:155)
>> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >> >> >     at
>> >> >> > org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >> >> >     at
>> >> >> > org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
>> >> >> > SpellCheckComponentTest.java:171)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> >
>> >> >> >
>> >> >> > FAILED:
>> >> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
>> >> >> >
>> >> >> > Error Message:
>> >> >> > List size mismatch @ spellcheck/suggestions
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> > java.lang.RuntimeException: List size mismatch @
>> >> spellcheck/suggestions
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> >> > 3E]:0)
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
>> >> >> > eckComponentTest.java:147)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> >
>> >> >> >
>> >> >> > FAILED:
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> >> >> > OnCommit
>> >> >> >
>> >> >> > Error Message:
>> >> >> > Exception during query
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> > java.lang.RuntimeException: Exception during query
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
>> >> >> > 5]:0)
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> >> >> > OnCommit(SpellCheckComponentTest.java:267)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> >> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
>> >> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
>> >> >> > <response>
>> >> >> > <lst name="responseHeader"><int name="status">0</int><int
>> >> >> > name="QTime">1068</int></lst><result name="response"
>> >> >> numFound="0"
>> >> >> > start="0"></result><lst name="spellcheck"><lst
>> >> >> > name="suggestions"/></lst>
>> >> >> > </response>
>> >> >> >
>> >> >> >     request
>> >> >> >
>> >> >>
>> >> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
>> >> >> > ml
>> >> >> >     at
>> >> >> > org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
>> >> >> >     ... 41 more
>> >> >> >
>> >> >> >
>> >> >> > FAILED:
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> >> > est
>> >> >> >
>> >> >> > Error Message:
>> >> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
>> >> Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> > 001\control\cores\collection1\data\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>> >> >> > still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> >
>> >> >> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>> >> Error
>> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1:
>> >> >> > Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> > 001\control\cores\collection1\data\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>> >> >> > still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> >> > 3E]:0)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> >> >> > t.java:577)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> >> >> > 1)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> >> >> > 0)
>> >> >> >     at
>> >> >> >
>> >> >> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >> >> >     at
>> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >> >> >     at
>> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> >> >> > (DistributedSpellCheckComponentTest.java:67)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> >> > est(DistributedSpellCheckComponentTest.java:146)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> >> >> >
>> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> >> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > Build Log:
>> >> >> > [...truncated 11172 lines...]
>> >> >> >    [junit4] Suite:
>> >> >> > org.apache.solr.handler.component.SpellCheckComponentTest
>> >> >> >    [junit4]   2> Creating dataDir:
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001
>> >> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> >> Randomized
>> >> >> ssl
>> >> >> > (false) and clientAuth (false)
>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> >> ####initCore
>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> new
>> >> >> > SolrResourceLoader for directory:
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> JNDI
>> >> >> not
>> >> >> > configured for solr (NoInitialContextEx)
>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> using
>> >> >> > system property solr.solr.home:
>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> >> Adding
>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> >> >> classloader
>> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> >> Adding
>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> >> >> classloader
>> >> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
>> >> version
>> >> >> of
>> >> >> > requestparams : -1
>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>> >> >> > with
>> >> Solr
>> >> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
>> >> >> > instead.
>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>> >> >> > with
>> >> Solr
>> >> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
>> >> >> > <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>> >> >> > with
>> >> Solr
>> >> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
>> >> >> > <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using
>> >> >> > Lucene
>> >> >> > MatchVersion: 6.0.0
>> >> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
>> >> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
>> >> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
>> >> >> Schema
>> >> >> > name=test
>> >> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> >> >> > exchange-rates.json, refreshInterval=1440.
>> >> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default
>> >> >> search
>> >> >> > field in schema is text
>> >> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique
>> >> key
>> >> >> > field: id
>> >> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> o.a.s.s.FileExchangeRateProvider
>> >> >> > Reloading exchange rates from file currency.xml
>> >> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> o.a.s.s.FileExchangeRateProvider
>> >> >> > Reloading exchange rates from file currency.xml
>> >> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> >> > open-exchange-rates.json
>> >> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> >> > open-exchange-rates.json
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> JNDI
>> >> >> not
>> >> >> > configured for solr (NoInitialContextEx)
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> using
>> >> >> > system property solr.solr.home:
>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> new
>> >> >> > SolrResourceLoader for directory:
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr'
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> JNDI
>> >> >> not
>> >> >> > configured for solr (NoInitialContextEx)
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> using
>> >> >> > system property solr.solr.home:
>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
>> >> >> > CoreContainer 9183868
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>> >> >> > Loading
>> >> >> cores
>> >> >> > into CoreContainer
>> >> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
>> >> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>> >> >> > Couldn't
>> >> >> add
>> >> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\lib
>> >> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> >> o.a.s.h.c.HttpShardHandlerFactory
>> >> >> > created with socketTimeout : 600000,connTimeout :
>> >> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
>> >> 10000,corePoolSize :
>> >> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue :
>> >> -
>> >> >> > 1,fairnessPolicy : false,useRetries : false,
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler
>> >> >> > Creating UpdateShardHandler HTTP client with params:
>> >> >> > socketTimeout=30000&connTimeout=30000&retry=true
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J
>> >> >> > impl is
>> >> >> > org.slf4j.impl.Log4jLoggerFactory
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher
>> >> >> > Registering
>> >> Log
>> >> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>> >> >> > Security
>> >> >> conf
>> >> >> > doesn't exist. Skipping setup for authorization module.
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
>> >> >> > authentication plugin used.
>> >> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor
>> >> >> > Created
>> >> >> > CoreDescriptor: {name=collection1, config=solrconfig-
>> >> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
>> >> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
>> >> >> > collection=collection1,
>> >> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
>> >> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
>> >> >> (NoInitialContextEx)
>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr
>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.SolrResourceLoader Adding
>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> >> >> classloader
>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.SolrResourceLoader Adding
>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> >> >> classloader
>> >> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.SolrConfig current version of requestparams : -1
>> >> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
>> >> >> > deprecated, use
>> >> >> > <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is
>> >> >> > deprecated,
>> >> >> > configure it on the relevant <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is
>> >> >> > deprecated,
>> >> >> > configure it on the relevant <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>> >> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
>> >> spellcheckcomponent.xml
>> >> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
>> >> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> >> >> > exchange-rates.json, refreshInterval=1440.
>> >> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.s.IndexSchema default search field in schema is text
>> >> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.s.IndexSchema unique key field: id
>> >> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from
>> >> >> > file
>> >> >> > currency.xml
>> >> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from
>> >> >> > file
>> >> >> > currency.xml
>> >> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> >> > open-exchange-rates.json
>> >> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> >> > open-exchange-rates.json
>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties,
>> >> >> > assuming
>> >> >> > default properties: Can't find resource 'configsetprops.json' in
>> >> >> > classpath
>> >> or
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > ]
>> >> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
>> >> >> > configuration
>> >> >> from
>> >> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1
>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore
>> >> org.apache.solr.core.MockDirectoryFactory
>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new
>> >> >> > SolrCore at
>> >> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1],
>> >> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\]
>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for
>> >> >> > core:
>> >> >> > collection1
>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new
>> >> >> > directory for
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore New index directory detected:
>> >> >> > old=null
>> >> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
>> >> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist.
>> >> >> > Creating
>> >> new
>> >> >> > index...
>> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new
>> >> >> > directory for
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index
>> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>> >> wrapping
>> >> >> > class org.apache.lucene.index.TieredMergePolicy:
>> >> >> > [TieredMergePolicy:
>> >> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
>> >> >> > maxMergedSegmentMB=69.751953125,
>> >> floorSegmentMB=0.2412109375,
>> >> >> > forceMergeDeletesPctAllowed=25.57842565234008,
>> >> >> segmentsPerTier=26.0,
>> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> >> >> > noCFSRatio=0.4018936825291942
>> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy
>> >> >> > SolrDeletionPolicy.onCommit:
>> >> >> > commits: num=1
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> >> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_1,generation=1}
>> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation
>> >> >> > = 1
>> >> >> >    [junit4]   2> 1243682 INFO
>> >> >> > (OldIndexDirectoryCleanupThreadForCore-
>> >> >> > collection1) [
>
> --
> Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
> LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
> http://www.solrenterprisesearchserver.com

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


Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by "david.w.smiley@gmail.com" <da...@gmail.com>.
Hi Mike,
I read the patch but I'm confused by how your fix works.  You added the
comment " Wrapping as FilterDirectory prevents IndexWriter from catching
the pending deletions:".  How is that so?  Is there's a particular line
number that is pertinent than you can direct me to so I can figure this
out?  I'm just curious.
Thanks in advance,
~ David

On Tue, Feb 16, 2016 at 2:44 PM Michael McCandless <
lucene@mikemccandless.com> wrote:

> I committed a fix for Solr, to turn off IW's pending deletes check
> when it creates the SpellChecker.
>
> At first I explored having SpellChecker keep a single IW open (there
> is even a TODO about this in its sources), but then it looks like Solr
> never closes the SpellChecker so that became too challenging for me.
>
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > Hi Mike,
> >
> > It is not only Solr, unfortunately. If I run the Lucene Core tests using
> -Dtests.directory=XxxFSDirectory, several tests fail (but not always).
> Parts of it is the usual "cannot cleanup files on tearDown", but also
> errors like the one we have seen in Solr: "Opening IndexWriter fails
> because pending deleted files".
> >
> > I remember that you disabled "WindowsDirectory" for several tests. I
> have the feeling you would need to disable windows at all for those tests
> :-)
> >
> > Do you want to get access to the windows VM on Jenkins? You may use it
> to further debug this.
> >
> > Uwe
> >
> > -----
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: uwe@thetaphi.de
> >
> >
> >> -----Original Message-----
> >> From: Michael McCandless [mailto:lucene@mikemccandless.com]
> >> Sent: Tuesday, February 16, 2016 11:23 AM
> >> To: Lucene/Solr dev <de...@lucene.apache.org>
> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> >> Build # 5622 - Still Failing!
> >>
> >> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
> >> OS-specific "retry on AccessDenied" under Directory instead of making
> >> this IndexWriter's job.
> >>
> >> Hmm SpellChecker.clearIndex ...
> >>
> >> What's happening here is we are trying to open a new IndexWriter on a
> >> a directory that has failed deletions because an IndexReader is still
> >> holding files open.  IndexWriter now refuses to start when the
> >> directory is "dirty" like that because it can lead to difficult
> >> exceptions later, e.g. if IndexWriter tries to overwrite one of these
> >> pending deleted files.
> >>
> >> There is a "simple" solution, which is to open a new FSDirectory,
> >> forcing IW to then retry the deletions.  Or, we could remove this
> >> check in IW.init (leading to possibly scary exceptions later).  Or, we
> >> could make a WindowsDirectoryWrapper that suppresses the check.
> >>
> >> I'll try to look at how Solr is using SpellChecker here to see if it
> >> can create a new FSDirectory instance when it is going to .clearIndex
> >> ... that could be tricky here though.
> >>
> >> Mike McCandless
> >>
> >> http://blog.mikemccandless.com
> >>
> >>
> >> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> >> > I also happens locally on my windows box. It is almost impossible to
> run
> >> tests without an error like this on windows.
> >> >
> >> > Uwe
> >> >
> >> > -----
> >> > Uwe Schindler
> >> > H.-H.-Meier-Allee 63, D-28213 Bremen
> >> > http://www.thetaphi.de
> >> > eMail: uwe@thetaphi.de
> >> >
> >> >
> >> >> -----Original Message-----
> >> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> >> >> Sent: Tuesday, February 16, 2016 10:11 AM
> >> >> To: dev@lucene.apache.org; mikemccand@apache.org
> >> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72)
> -
> >> >> Build # 5622 - Still Failing!
> >> >>
> >> >> I have seen those bugs very often recently on Windows. Could this be
> >> >> related to the refactoring that handles "undeletable" files
> differently? The
> >> >> type of exception is new to me, have never seen that before:
> >> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
> >> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> still
> >> has
> >> >> pending deleted files; cannot initialize IndexWriter"
> >> >>
> >> >> Uwe
> >> >>
> >> >> -----
> >> >> Uwe Schindler
> >> >> H.-H.-Meier-Allee 63, D-28213 Bremen
> >> >> http://www.thetaphi.de
> >> >> eMail: uwe@thetaphi.de
> >> >>
> >> >>
> >> >> > -----Original Message-----
> >> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> >> >> > Sent: Tuesday, February 16, 2016 9:58 AM
> >> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
> >> dev@lucene.apache.org
> >> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> >> Build
> >> >> #
> >> >> > 5622 - Still Failing!
> >> >> >
> >> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
> >> Windows/5622/
> >> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
> >> >> >
> >> >> > 5 tests failed.
> >> >> > FAILED:
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> >> >> > mResultsForSuggest
> >> >> >
> >> >> > Error Message:
> >> >> > Directory
> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >
> >> >> > Stack Trace:
> >> >> > java.lang.IllegalArgumentException: Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >     at
> >> >> >
> >> >>
> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
> >> >> > B]:0)
> >> >> >     at
> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> >> >> > 55)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> >> >> > ker.java:87)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> >> >> > eckComponent.java:131)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> >> >> > rchHandler.java:246)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> >> >> > erBase.java:155)
> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> >> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >
> >> >> >
> >> >> > FAILED:
> >> >> >
> >> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
> >> >> >
> >> >> > Error Message:
> >> >> > Directory
> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >
> >> >> > Stack Trace:
> >> >> > java.lang.IllegalArgumentException: Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >     at
> >> >> >
> >> >>
> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
> >> >> > D]:0)
> >> >> >     at
> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> >> >> > 55)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> >> >> > ker.java:87)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> >> >> > eckComponent.java:131)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> >> >> > rchHandler.java:246)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> >> >> > erBase.java:155)
> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
> >> >> > SpellCheckComponentTest.java:171)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >
> >> >> >
> >> >> > FAILED:
> >> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
> >> >> >
> >> >> > Error Message:
> >> >> > List size mismatch @ spellcheck/suggestions
> >> >> >
> >> >> > Stack Trace:
> >> >> > java.lang.RuntimeException: List size mismatch @
> >> spellcheck/suggestions
> >> >> >     at
> >> >> >
> >> >>
> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> >> > 3E]:0)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
> >> >> > eckComponentTest.java:147)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >
> >> >> >
> >> >> > FAILED:
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> >> >> > OnCommit
> >> >> >
> >> >> > Error Message:
> >> >> > Exception during query
> >> >> >
> >> >> > Stack Trace:
> >> >> > java.lang.RuntimeException: Exception during query
> >> >> >     at
> >> >> >
> >> >>
> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
> >> >> > 5]:0)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> >> >> > OnCommit(SpellCheckComponentTest.java:267)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> >> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
> >> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
> >> >> > <response>
> >> >> > <lst name="responseHeader"><int name="status">0</int><int
> >> >> > name="QTime">1068</int></lst><result name="response"
> >> >> numFound="0"
> >> >> > start="0"></result><lst name="spellcheck"><lst
> >> >> > name="suggestions"/></lst>
> >> >> > </response>
> >> >> >
> >> >> >     request
> >> >> >
> >> >>
> >> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
> >> >> > ml
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
> >> >> >     ... 41 more
> >> >> >
> >> >> >
> >> >> > FAILED:
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> >> > est
> >> >> >
> >> >> > Error Message:
> >> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
> >> Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> > 001\control\cores\collection1\data\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >
> >> >> > Stack Trace:
> >> >> >
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> >> Error
> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1:
> Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> > 001\control\cores\collection1\data\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >     at
> >> >> >
> >> >>
> >> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> >> > 3E]:0)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> >> >> > t.java:577)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> >> >> > 1)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> >> >> > 0)
> >> >> >     at
> >> >> >
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> >> >> >     at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> >> >> >     at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> >> >> > (DistributedSpellCheckComponentTest.java:67)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> >> > est(DistributedSpellCheckComponentTest.java:146)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> >> >> >
> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> > Build Log:
> >> >> > [...truncated 11172 lines...]
> >> >> >    [junit4] Suite:
> >> >> > org.apache.solr.handler.component.SpellCheckComponentTest
> >> >> >    [junit4]   2> Creating dataDir:
> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001
> >> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> Randomized
> >> >> ssl
> >> >> > (false) and clientAuth (false)
> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> ####initCore
> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> new
> >> >> > SolrResourceLoader for directory:
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> JNDI
> >> >> not
> >> >> > configured for solr (NoInitialContextEx)
> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> using
> >> >> > system property solr.solr.home:
> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> >> Adding
> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> >> >> classloader
> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> >> Adding
> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> >> >> classloader
> >> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
> >> version
> >> >> of
> >> >> > requestparams : -1
> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> with
> >> Solr
> >> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> with
> >> Solr
> >> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
> >> >> > <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> with
> >> Solr
> >> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
> >> >> > <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using
> Lucene
> >> >> > MatchVersion: 6.0.0
> >> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
> >> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
> >> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
> >> >> Schema
> >> >> > name=test
> >> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> >> >> > exchange-rates.json, refreshInterval=1440.
> >> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default
> >> >> search
> >> >> > field in schema is text
> >> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique
> >> key
> >> >> > field: id
> >> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> o.a.s.s.FileExchangeRateProvider
> >> >> > Reloading exchange rates from file currency.xml
> >> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> o.a.s.s.FileExchangeRateProvider
> >> >> > Reloading exchange rates from file currency.xml
> >> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> >> >> > open-exchange-rates.json
> >> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> >> >> > open-exchange-rates.json
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> JNDI
> >> >> not
> >> >> > configured for solr (NoInitialContextEx)
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> using
> >> >> > system property solr.solr.home:
> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> new
> >> >> > SolrResourceLoader for directory:
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr'
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> JNDI
> >> >> not
> >> >> > configured for solr (NoInitialContextEx)
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> using
> >> >> > system property solr.solr.home:
> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
> >> >> > CoreContainer 9183868
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> Loading
> >> >> cores
> >> >> > into CoreContainer
> >> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
> >> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> Couldn't
> >> >> add
> >> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\lib
> >> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> o.a.s.h.c.HttpShardHandlerFactory
> >> >> > created with socketTimeout : 600000,connTimeout :
> >> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
> >> 10000,corePoolSize :
> >> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue :
> >> -
> >> >> > 1,fairnessPolicy : false,useRetries : false,
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler
> >> >> > Creating UpdateShardHandler HTTP client with params:
> >> >> > socketTimeout=30000&connTimeout=30000&retry=true
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J
> impl is
> >> >> > org.slf4j.impl.Log4jLoggerFactory
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher
> Registering
> >> Log
> >> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> Security
> >> >> conf
> >> >> > doesn't exist. Skipping setup for authorization module.
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
> >> >> > authentication plugin used.
> >> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor
> Created
> >> >> > CoreDescriptor: {name=collection1, config=solrconfig-
> >> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
> >> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
> >> >> > collection=collection1,
> >> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
> >> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
> >> >> (NoInitialContextEx)
> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr
> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.SolrResourceLoader Adding
> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> >> >> classloader
> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.SolrResourceLoader Adding
> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> >> >> classloader
> >> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.SolrConfig current version of requestparams : -1
> >> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
> deprecated, use
> >> >> > <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is
> deprecated,
> >> >> > configure it on the relevant <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is
> deprecated,
> >> >> > configure it on the relevant <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
> >> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
> >> spellcheckcomponent.xml
> >> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
> >> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> >> >> > exchange-rates.json, refreshInterval=1440.
> >> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.s.IndexSchema default search field in schema is text
> >> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.s.IndexSchema unique key field: id
> >> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> >> >> > currency.xml
> >> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> >> >> > currency.xml
> >> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> >> >> > open-exchange-rates.json
> >> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> >> >> > open-exchange-rates.json
> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties,
> assuming
> >> >> > default properties: Can't find resource 'configsetprops.json' in
> classpath
> >> or
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>   ]
> >> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
> configuration
> >> >> from
> >> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1
> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore
> >> org.apache.solr.core.MockDirectoryFactory
> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new
> SolrCore at
> >> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1],
> >> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\]
> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for
> core:
> >> >> > collection1
> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new
> directory for
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore New index directory detected:
> old=null
> >> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
> >> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist. Creating
> >> new
> >> >> > index...
> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new
> directory for
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index
> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
> >> wrapping
> >> >> > class org.apache.lucene.index.TieredMergePolicy:
> [TieredMergePolicy:
> >> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
> >> >> > maxMergedSegmentMB=69.751953125,
> >> floorSegmentMB=0.2412109375,
> >> >> > forceMergeDeletesPctAllowed=25.57842565234008,
> >> >> segmentsPerTier=26.0,
> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
> >> >> > noCFSRatio=0.4018936825291942
> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy
> SolrDeletionPolicy.onCommit:
> >> >> > commits: num=1
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10
> ),s
> >> >> > egFN=segments_1,generation=1}
> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation
> = 1
> >> >> >    [junit4]   2> 1243682 INFO
> (OldIndexDirectoryCleanupThreadForCore-
> >> >> > collection1) [

-- 
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
http://www.solrenterprisesearchserver.com

Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
I committed a fix for Solr, to turn off IW's pending deletes check
when it creates the SpellChecker.

At first I explored having SpellChecker keep a single IW open (there
is even a TODO about this in its sources), but then it looks like Solr
never closes the SpellChecker so that became too challenging for me.


Mike McCandless

http://blog.mikemccandless.com


On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Hi Mike,
>
> It is not only Solr, unfortunately. If I run the Lucene Core tests using -Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts of it is the usual "cannot cleanup files on tearDown", but also errors like the one we have seen in Solr: "Opening IndexWriter fails because pending deleted files".
>
> I remember that you disabled "WindowsDirectory" for several tests. I have the feeling you would need to disable windows at all for those tests :-)
>
> Do you want to get access to the windows VM on Jenkins? You may use it to further debug this.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>> Sent: Tuesday, February 16, 2016 11:23 AM
>> To: Lucene/Solr dev <de...@lucene.apache.org>
>> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> Build # 5622 - Still Failing!
>>
>> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
>> OS-specific "retry on AccessDenied" under Directory instead of making
>> this IndexWriter's job.
>>
>> Hmm SpellChecker.clearIndex ...
>>
>> What's happening here is we are trying to open a new IndexWriter on a
>> a directory that has failed deletions because an IndexReader is still
>> holding files open.  IndexWriter now refuses to start when the
>> directory is "dirty" like that because it can lead to difficult
>> exceptions later, e.g. if IndexWriter tries to overwrite one of these
>> pending deleted files.
>>
>> There is a "simple" solution, which is to open a new FSDirectory,
>> forcing IW to then retry the deletions.  Or, we could remove this
>> check in IW.init (leading to possibly scary exceptions later).  Or, we
>> could make a WindowsDirectoryWrapper that suppresses the check.
>>
>> I'll try to look at how Solr is using SpellChecker here to see if it
>> can create a new FSDirectory instance when it is going to .clearIndex
>> ... that could be tricky here though.
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> > I also happens locally on my windows box. It is almost impossible to run
>> tests without an error like this on windows.
>> >
>> > Uwe
>> >
>> > -----
>> > Uwe Schindler
>> > H.-H.-Meier-Allee 63, D-28213 Bremen
>> > http://www.thetaphi.de
>> > eMail: uwe@thetaphi.de
>> >
>> >
>> >> -----Original Message-----
>> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
>> >> Sent: Tuesday, February 16, 2016 10:11 AM
>> >> To: dev@lucene.apache.org; mikemccand@apache.org
>> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> >> Build # 5622 - Still Failing!
>> >>
>> >> I have seen those bugs very often recently on Windows. Could this be
>> >> related to the refactoring that handles "undeletable" files differently? The
>> >> type of exception is new to me, have never seen that before:
>> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
>> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
>> has
>> >> pending deleted files; cannot initialize IndexWriter"
>> >>
>> >> Uwe
>> >>
>> >> -----
>> >> Uwe Schindler
>> >> H.-H.-Meier-Allee 63, D-28213 Bremen
>> >> http://www.thetaphi.de
>> >> eMail: uwe@thetaphi.de
>> >>
>> >>
>> >> > -----Original Message-----
>> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
>> >> > Sent: Tuesday, February 16, 2016 9:58 AM
>> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
>> dev@lucene.apache.org
>> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> Build
>> >> #
>> >> > 5622 - Still Failing!
>> >> >
>> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
>> Windows/5622/
>> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
>> >> >
>> >> > 5 tests failed.
>> >> > FAILED:
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> >> > mResultsForSuggest
>> >> >
>> >> > Error Message:
>> >> > Directory
>> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >
>> >> > Stack Trace:
>> >> > java.lang.IllegalArgumentException: Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
>> >> > B]:0)
>> >> >     at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> >> > 55)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> >> > ker.java:87)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> >> > eckComponent.java:131)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> >> > rchHandler.java:246)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> >> > erBase.java:155)
>> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >
>> >> >
>> >> > FAILED:
>> >> >
>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
>> >> >
>> >> > Error Message:
>> >> > Directory
>> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >
>> >> > Stack Trace:
>> >> > java.lang.IllegalArgumentException: Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
>> >> > D]:0)
>> >> >     at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> >> > 55)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> >> > ker.java:87)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> >> > eckComponent.java:131)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> >> > rchHandler.java:246)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> >> > erBase.java:155)
>> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
>> >> > SpellCheckComponentTest.java:171)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >
>> >> >
>> >> > FAILED:
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
>> >> >
>> >> > Error Message:
>> >> > List size mismatch @ spellcheck/suggestions
>> >> >
>> >> > Stack Trace:
>> >> > java.lang.RuntimeException: List size mismatch @
>> spellcheck/suggestions
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> > 3E]:0)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
>> >> > eckComponentTest.java:147)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >
>> >> >
>> >> > FAILED:
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> >> > OnCommit
>> >> >
>> >> > Error Message:
>> >> > Exception during query
>> >> >
>> >> > Stack Trace:
>> >> > java.lang.RuntimeException: Exception during query
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
>> >> > 5]:0)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> >> > OnCommit(SpellCheckComponentTest.java:267)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
>> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
>> >> > <response>
>> >> > <lst name="responseHeader"><int name="status">0</int><int
>> >> > name="QTime">1068</int></lst><result name="response"
>> >> numFound="0"
>> >> > start="0"></result><lst name="spellcheck"><lst
>> >> > name="suggestions"/></lst>
>> >> > </response>
>> >> >
>> >> >     request
>> >> >
>> >>
>> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
>> >> > ml
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
>> >> >     ... 41 more
>> >> >
>> >> >
>> >> > FAILED:
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> > est
>> >> >
>> >> > Error Message:
>> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
>> Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\control\cores\collection1\data\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >
>> >> > Stack Trace:
>> >> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>> Error
>> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\control\cores\collection1\data\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> > 3E]:0)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> >> > t.java:577)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> >> > 1)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> >> > 0)
>> >> >     at
>> >> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> >> > (DistributedSpellCheckComponentTest.java:67)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> > est(DistributedSpellCheckComponentTest.java:146)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> >> >
>> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > Build Log:
>> >> > [...truncated 11172 lines...]
>> >> >    [junit4] Suite:
>> >> > org.apache.solr.handler.component.SpellCheckComponentTest
>> >> >    [junit4]   2> Creating dataDir:
>> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001
>> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> Randomized
>> >> ssl
>> >> > (false) and clientAuth (false)
>> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> ####initCore
>> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> new
>> >> > SolrResourceLoader for directory:
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> JNDI
>> >> not
>> >> > configured for solr (NoInitialContextEx)
>> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> using
>> >> > system property solr.solr.home:
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> Adding
>> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> >> classloader
>> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> Adding
>> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> >> classloader
>> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
>> version
>> >> of
>> >> > requestparams : -1
>> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
>> Solr
>> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
>> Solr
>> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
>> >> > <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
>> Solr
>> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
>> >> > <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene
>> >> > MatchVersion: 6.0.0
>> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
>> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
>> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
>> >> Schema
>> >> > name=test
>> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> >> > exchange-rates.json, refreshInterval=1440.
>> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default
>> >> search
>> >> > field in schema is text
>> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique
>> key
>> >> > field: id
>> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> o.a.s.s.FileExchangeRateProvider
>> >> > Reloading exchange rates from file currency.xml
>> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> o.a.s.s.FileExchangeRateProvider
>> >> > Reloading exchange rates from file currency.xml
>> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> > open-exchange-rates.json
>> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> > open-exchange-rates.json
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> JNDI
>> >> not
>> >> > configured for solr (NoInitialContextEx)
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> using
>> >> > system property solr.solr.home:
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> new
>> >> > SolrResourceLoader for directory:
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr'
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> JNDI
>> >> not
>> >> > configured for solr (NoInitialContextEx)
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> using
>> >> > system property solr.solr.home:
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
>> >> > CoreContainer 9183868
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Loading
>> >> cores
>> >> > into CoreContainer
>> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
>> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Couldn't
>> >> add
>> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\lib
>> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> o.a.s.h.c.HttpShardHandlerFactory
>> >> > created with socketTimeout : 600000,connTimeout :
>> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
>> 10000,corePoolSize :
>> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue :
>> -
>> >> > 1,fairnessPolicy : false,useRetries : false,
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler
>> >> > Creating UpdateShardHandler HTTP client with params:
>> >> > socketTimeout=30000&connTimeout=30000&retry=true
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is
>> >> > org.slf4j.impl.Log4jLoggerFactory
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher Registering
>> Log
>> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Security
>> >> conf
>> >> > doesn't exist. Skipping setup for authorization module.
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
>> >> > authentication plugin used.
>> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor Created
>> >> > CoreDescriptor: {name=collection1, config=solrconfig-
>> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
>> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
>> >> > collection=collection1,
>> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
>> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
>> >> (NoInitialContextEx)
>> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr
>> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader Adding
>> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> >> classloader
>> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader Adding
>> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> >> classloader
>> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrConfig current version of requestparams : -1
>> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
>> >> > <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated,
>> >> > configure it on the relevant <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
>> >> > configure it on the relevant <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
>> spellcheckcomponent.xml
>> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
>> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> >> > exchange-rates.json, refreshInterval=1440.
>> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.IndexSchema default search field in schema is text
>> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.IndexSchema unique key field: id
>> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> >> > currency.xml
>> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> >> > currency.xml
>> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> > open-exchange-rates.json
>> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> > open-exchange-rates.json
>> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
>> >> > default properties: Can't find resource 'configsetprops.json' in classpath
>> or
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
>> >> from
>> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1
>> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore
>> org.apache.solr.core.MockDirectoryFactory
>> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
>> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1],
>> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\]
>> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
>> >> > collection1
>> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\
>> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
>> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
>> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist. Creating
>> new
>> >> > index...
>> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\index
>> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>> wrapping
>> >> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
>> >> > maxMergedSegmentMB=69.751953125,
>> floorSegmentMB=0.2412109375,
>> >> > forceMergeDeletesPctAllowed=25.57842565234008,
>> >> segmentsPerTier=26.0,
>> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> >> > noCFSRatio=0.4018936825291942
>> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>> >> > commits: num=1
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_1,generation=1}
>> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>> >> >    [junit4]   2> 1243682 INFO  (OldIndexDirectoryCleanupThreadForCore-
>> >> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
>> >> directories
>> >> > to cleanup for core collection1 in
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\
>> >> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain
>> defined as
>> >> > default, creating implicit default
>> >> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
>> >> >
>> >>
>> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
>> >> >
>> >>
>> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
>> >> >
>> >>
>> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
>> >> >
>> >>
>> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
>> >> > dbreak,/admin/ping,/update,/admin/file
>> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
>> >> > org.apache.solr.search.stats.LocalStatsCache
>> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>> wrapping
>> >> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>> >> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
>> >> > maxMergedSegmentMB=42.8330078125, floorSegmentMB=0.51953125,
>> >> > forceMergeDeletesPctAllowed=0.0785082531815362,
>> >> segmentsPerTier=18.0,
>> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> >> > noCFSRatio=0.1273596296641114
>> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
>> commits:
>> >> > num=1
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_1,generation=1}
>> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@1bb54df[collection1] main]
>> >> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
>> >> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to use
>> >> > InMemory storage instead.
>> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
>> {}
>> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
>> >> _rest_managed.json
>> >> > using InMemoryStorage
>> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
>> >> > ManagedResources
>> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>> >> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: default
>> >> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: default_teststop
>> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >
>> >>
>> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
>> >> > xQueryFrequency=100.0,field=teststop}
>> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >
>> >>
>> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
>> >> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
>> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: threshold
>> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >
>> >>
>> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
>> >> >
>> >>
>> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
>> >> > dTokenFrequency=0.29}
>> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: threshold_direct
>> >> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: multipleFields
>> >> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: freq
>> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: fqcn
>> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
>> >> 10000
>> >> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: default
>> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
>> >> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: default_teststop
>> >> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> ####initCore
>> >> > end
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: direct
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: direct_lowerfilt
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: wordbreak
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: threshold
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: threshold_direct
>> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: multipleFields
>> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: jarowinkler
>> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: external
>> >> >    [junit4]   2> 1243842 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
>> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: freq
>> >> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: fqcn
>> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: perDict
>> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered
>> new
>> >> > searcher Searcher@1bb54df[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1243845 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[0]} 0 3
>> >> >    [junit4]   2> 1243849 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1243850 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[2]} 0 0
>> >> >    [junit4]   2> 1243852 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[3]} 0 1
>> >> >    [junit4]   2> 1243853 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1243854 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1243855 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1243855 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1243856 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1243857 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1243858 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1243870 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> >> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_1,generation=1}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_2,generation=2}
>> >> >    [junit4]   2> 1243870 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>> >> >    [junit4]   2> 1243873 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d09f1a[collection1]
>> >> main]
>> >> >    [junit4]   2> 1243873 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@d09f1a[collection1]
>> >> >
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
>> >> > .0.0):C10)))}
>> >> >    [junit4]   2> 1244300 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{commit=} 0 455
>> >> >    [junit4]   2> 1244302 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >
>> >>
>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
>> >> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
>> hits=1
>> >> > status=0 QTime=1
>> >> >    [junit4]   2> 1244304 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >
>> >>
>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
>> >> >
>> >>
>> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
>> >> > heck.extendedResults=true} hits=1 status=0 QTime=0
>> >> >    [junit4]   2> 1244313 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >
>> >>
>> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
>> >> >
>> >>
>> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
>> >> > true} hits=0 status=0 QTime=9
>> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
>> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>> >> DOCUMENTS
>> >> > FROM INDEX
>> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{deleteByQuery=*:*} 0 0
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> >> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_2,generation=2}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_3,generation=3}
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8d6b4d[collection1]
>> >> main]
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@8d6b4d[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1244406 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{commit=} 0 93
>> >> >    [junit4]   2> 1244409 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> >> > testExtendedResultsCount
>> >> >    [junit4]   2> 1244411 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>> >> >    [junit4]   2> 1244412 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1244412 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>> >> >    [junit4]   2> 1244413 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1244416 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1244417 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1244418 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1244418 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1244424 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_3,generation=3}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_4,generation=4}
>> >> >    [junit4]   2> 1244424 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> commit
>> >> > generation = 4
>> >> >    [junit4]   2> 1244426 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@195979d[collection1] main]
>> >> >    [junit4]   2> 1244426 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> > end_commit_flush
>> >> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@195979d[collection1]
>> >> >
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
>> >> > .0.0):C10)))}
>> >> >    [junit4]   2> 1244949 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{commit=} 0 546
>> >> >    [junit4]   2> 1245063 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>> >> webapp=null
>> >> > path=null
>> >> >
>> >>
>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>> >> > =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
>> >> > hits=0 status=0 QTime=117
>> >> >    [junit4]   2> 1245065 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>> >> webapp=null
>> >> > path=null
>> >> >
>> >>
>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>> >> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0
>> QTime=1
>> >> >    [junit4]   2> 1245065 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>> >> > testExtendedResultsCount
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> [collection1]
>> >> > REMOVING ALL DOCUMENTS FROM INDEX
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_4,generation=4}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_5,generation=5}
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> commit
>> >> > generation = 5
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@9a0ca2[collection1] main]
>> >> >    [junit4]   2> 1245067 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> > end_commit_flush
>> >> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@9a0ca2[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1245241 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{commit=} 0 180
>> >> >    [junit4]   2> 1245245 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
>> >> >    [junit4]   2> 1245247 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[0]} 0 1
>> >> >    [junit4]   2> 1245247 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1245248 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[2]} 0 1
>> >> >    [junit4]   2> 1245249 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[3]} 0 0
>> >> >    [junit4]   2> 1245250 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1245251 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1245252 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1245253 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1245254 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1245255 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1245256 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1245259 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_5,generation=5}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_6,generation=6}
>> >> >    [junit4]   2> 1245259 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>> >> >    [junit4]   2> 1245262 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1]
>> main]
>> >> >    [junit4]   2> 1245262 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@1ffed7d[collection1]
>> >> >
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
>> >> > .0.0):C10)))}
>> >> >    [junit4]   2> 1245902 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{commit=} 0 666
>> >> >    [junit4]   2> 1245905 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> > params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
>> >> hits=0
>> >> > status=0 QTime=2
>> >> >    [junit4]   2> 1245905 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
>> >> >    [junit4]   2> 1245906 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>> DOCUMENTS
>> >> > FROM INDEX
>> >> >    [junit4]   2> 1245906 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{deleteByQuery=*:*} 0 0
>> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_6,generation=6}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_7,generation=7}
>> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
>> >> >    [junit4]   2> 1245909 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1]
>> main]
>> >> >    [junit4]   2> 1245909 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@15975c[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1246105 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{commit=} 0 203
>> >> >    [junit4]   2> 1246108 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> >> > testRelativeIndexDirLocation
>> >> >    [junit4]   2> 1246109 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>> >> >    [junit4]   2> 1246111 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1246112 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>> >> >    [junit4]   2> 1246113 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>> >> >    [junit4]   2> 1246114 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1246115 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1246115 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1246117 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1246118 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1246119 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1246120 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1246127 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_7,generation=7}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_8,generation=8}
>> >> >    [junit4]   2> 1246127 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> commit
>> >> > generation = 8
>> >> >    [junit4]   2> 1246130 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@1e381c0[collection1] main]
>> >> >    [junit4]   2> 1246130 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> > end_commit_flush
>> >> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@1e381c0[collection1]
>> >> >
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
>> >> > .0.0):C10)))}
>> >> >    [junit4]   2> 1247359 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
>> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>> >> > testRelativeIndexDirLocation
>> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> [collection1]
>> >> > REMOVING ALL DOCUMENTS FROM INDEX
>> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_8,generation=8}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_9,generation=9}
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> commit
>> >> > generation = 9
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@13af3f9[collection1] main]
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> > end_commit_flush
>> >> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@13af3f9[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1247785 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{commit=} 0 436
>> >> >    [junit4]   2> 1247787 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
>> >> >    [junit4]   2> 1247788 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[0]} 0 1
>> >> >    [junit4]   2> 1247790 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1247791 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[2]} 0 0
>> >> >    [junit4]   2> 1247792 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[3]} 0 0
>> >> >    [junit4]   2> 1247793 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1247794 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1247795 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1247796 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1247801 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_9,generation=9}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_a,generation=10}
>> >> >    [junit4]   2> 1247801 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDele
>> >> >
>> >> > [...truncated too long message...]
>> >> >
>> >> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
>> >> 001\tempDir-
>> >> > 001\shard1\cores\collection1\data\index;done=false>>]
>> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\shard1\cores\collection1\data\index
>> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> 001\shard1\cores\collection1\data
>> >> >
>> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\shard1\cores\collection1\data;done=false>>]
>> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> 001\shard1\cores\collection1\data
>> >> >    [junit4]   2> 1393934 INFO  (TEST-
>> >> > DistributedSpellCheckComponentTest.test-seed#[4226CE0DA090A9C6])
>> [
>> >> ]
>> >> > o.e.j.s.h.ContextHandler Stopped
>> >> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
>> >> >    [junit4]   2> NOTE: reproduce with: ant test  -
>> >> > Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test
>> -
>> >> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -Dtests.locale=en-
>> US -
>> >> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
>> >> Dtests.file.encoding=US-
>> >> > ASCII
>> >> >    [junit4] ERROR   16.6s J0 | DistributedSpellCheckComponentTest.test
>> <<<
>> >> >    [junit4]    > Throwable #1:
>> >> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>> Error
>> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\control\cores\collection1\data\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> > 3E]:0)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> >> > t.java:577)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> >> > 1)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> >> > 0)
>> >> >    [junit4]    >    at
>> >> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >> >    [junit4]    >    at
>> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >> >    [junit4]    >    at
>> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> >> > (DistributedSpellCheckComponentTest.java:67)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> > est(DistributedSpellCheckComponentTest.java:146)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> >> >
>> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
>> >> >    [junit4]   2> 1393948 INFO  (SUITE-
>> DistributedSpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> >> ###deleteCore
>> >> >    [junit4]   2> NOTE: leaving temporary files on disk at:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001
>> >> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
>> >> > {start1=Lucene50(blocksize=128),
>> >> > range_facet_l_dv=Lucene50(blocksize=128),
>> >> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > intDefault=PostingsFormat(name=Direct),
>> >> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > _version_=PostingsFormat(name=Direct),
>> >> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> > end3=PostingsFormat(name=Direct), end2=Lucene50(blocksize=128),
>> >> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > id=Lucene50(blocksize=128),
>> >> > range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Direct),
>> >> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > start4=PostingsFormat(name=Direct)},
>> >> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
>> >> > range_facet_i_dv=DocValuesFormat(name=Direct),
>> >> > timestamp=DocValuesFormat(name=Direct)},
>> >> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-US,
>> >> > timezone=Etc/GMT+7
>> >> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-
>> >> > bit)/cpus=3,threads=1,free=28695536,total=337784832
>> >> >    [junit4]   2> NOTE: All tests run in this JVM:
>> >> > [TestSweetSpotSimilarityFactory, HdfsCollectionsAPIDistributedZkTest,
>> >> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
>> >> > TestAuthorizationFramework, QueryResultKeyTest, ClusterStateTest,
>> >> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
>> >> > TestReRankQParserPlugin, SimpleFacetsTest, TestChildDocTransformer,
>> >> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
>> >> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
>> >> TestCodecSupport,
>> >> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
>> >> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
>> >> > AddSchemaFieldsUpdateProcessorFactoryTest,
>> >> TestQuerySenderNoQuery,
>> >> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
>> >> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest,
>> RollingRestartTest,
>> >> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
>> >> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
>> >> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest, BadComponentTest,
>> >> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
>> >> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
>> >> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
>> >> > TestOverriddenPrefixQueryForCustomFieldType,
>> TestConfigSetImmutable,
>> >> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
>> >> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
>> >> > TestMinMaxOnMultiValuedField, TestRestManager,
>> TestExactStatsCache,
>> >> > TestManagedResource, TestCollapseQParserPlugin,
>> TestReloadDeadlock,
>> >> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
>> >> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties,
>> HLLUtilTest,
>> >> > SimplePostToolTest, TestAnalyzedSuggestions,
>> >> ExitableDirectoryReaderTest,
>> >> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
>> >> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
>> >> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
>> >> TestDocumentBuilder,
>> >> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
>> >> > TestRandomRequestDistribution, QueryEqualityTest,
>> >> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
>> >> > TestReplicationHandler, BlockJoinFacetSimpleTest,
>> >> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
>> >> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
>> >> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
>> >> > XmlUpdateRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest,
>> >> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
>> SoftAutoCommitTest,
>> >> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
>> >> > CircularListTest, BlockDirectoryTest, TestStressVersions,
>> >> > TestSolrConfigHandlerCloud, TestBlobHandler,
>> >> StandardRequestHandlerTest,
>> >> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
>> >> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample,
>> HttpPartitionTest,
>> >> > TestCursorMarkWithoutUniqueKey,
>> >> DistributedSpellCheckComponentTest]
>> >> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
>> >> > FAILURES!
>> >> >
>> >> > [...truncated 1061 lines...]
>> >> > BUILD FAILED
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\build.xml:740: The following error occurred while executing
>> this
>> >> > line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\build.xml:684: The following error occurred while executing
>> this
>> >> > line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> Windows\build.xml:59:
>> >> > The following error occurred while executing this line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build.xml:233: The following error occurred while
>> executing
>> >> > this line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\common-build.xml:524: The following error occurred
>> while
>> >> > executing this line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\lucene\common-build.xml:1457: The following error occurred
>> >> > while executing this line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\lucene\common-build.xml:1014: There were test failures: 579
>> >> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions)
>> [seed:
>> >> > 4226CE0DA090A9C6]
>> >> >
>> >> > Total time: 77 minutes 7 seconds
>> >> > Build step 'Invoke Ant' marked build as failure
>> >> > Archiving artifacts
>> >> > [WARNINGS] Skipping publisher since build result is FAILURE
>> >> > Recording test results
>> >> > Email was triggered for: Failure - Any
>> >> > Sending email for trigger: Failure - Any
>> >> >
>> >>
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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
>> >
>>
>> ---------------------------------------------------------------------
>> 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
>

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


RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

No problem. I am away now, will be back later - if you need some help, we can maybe meet tomorrow morning or later today.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Michael McCandless [mailto:lucene@mikemccandless.com]
> Sent: Tuesday, February 16, 2016 6:30 PM
> To: Lucene/Solr dev <de...@lucene.apache.org>
> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> Build # 5622 - Still Failing!
> 
> Thanks Uwe, I managed to revive an ancient Windows VM ... lemme see
> how much progress I can make with that first.  34 minutes to run
> Lucene's core tests!!
> 
> Mike McCandless
> 
> http://blog.mikemccandless.com
> 
> 
> On Tue, Feb 16, 2016 at 11:51 AM, Uwe Schindler <uw...@thetaphi.de>
> wrote:
> > Hi Mike,
> >
> > I can create another user account on the Jenkins VM. You can log in via
> Remote Desktop or via SSH (windows command line only). Unfortunately it
> has no GIT installed at the moment, because Jenkins manages checkouts
> with Eclipse JGit, s local Git is not needed for non-release tasks.
> >
> > Can you contact me on Skype or Hangouts?
> >
> > Uwe
> >
> > -----
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: uwe@thetaphi.de
> >
> >
> >> -----Original Message-----
> >> From: Michael McCandless [mailto:lucene@mikemccandless.com]
> >> Sent: Tuesday, February 16, 2016 3:38 PM
> >> To: Lucene/Solr dev <de...@lucene.apache.org>
> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> >> Build # 5622 - Still Failing!
> >>
> >> Thanks Uwe.
> >>
> >> How can I access the Jenkins Windows VM?  I think that would be helpful
> :)
> >>
> >> Mike McCandless
> >>
> >> http://blog.mikemccandless.com
> >>
> >>
> >> On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de>
> wrote:
> >> > Hi Mike,
> >> >
> >> > It is not only Solr, unfortunately. If I run the Lucene Core tests using -
> >> Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts
> of it
> >> is the usual "cannot cleanup files on tearDown", but also errors like the
> one
> >> we have seen in Solr: "Opening IndexWriter fails because pending
> deleted
> >> files".
> >> >
> >> > I remember that you disabled "WindowsDirectory" for several tests. I
> have
> >> the feeling you would need to disable windows at all for those tests :-)
> >> >
> >> > Do you want to get access to the windows VM on Jenkins? You may use
> it
> >> to further debug this.
> >> >
> >> > Uwe
> >> >
> >> > -----
> >> > Uwe Schindler
> >> > H.-H.-Meier-Allee 63, D-28213 Bremen
> >> > http://www.thetaphi.de
> >> > eMail: uwe@thetaphi.de
> >> >
> >> >
> >> >> -----Original Message-----
> >> >> From: Michael McCandless [mailto:lucene@mikemccandless.com]
> >> >> Sent: Tuesday, February 16, 2016 11:23 AM
> >> >> To: Lucene/Solr dev <de...@lucene.apache.org>
> >> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72)
> -
> >> >> Build # 5622 - Still Failing!
> >> >>
> >> >> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
> >> >> OS-specific "retry on AccessDenied" under Directory instead of making
> >> >> this IndexWriter's job.
> >> >>
> >> >> Hmm SpellChecker.clearIndex ...
> >> >>
> >> >> What's happening here is we are trying to open a new IndexWriter on
> a
> >> >> a directory that has failed deletions because an IndexReader is still
> >> >> holding files open.  IndexWriter now refuses to start when the
> >> >> directory is "dirty" like that because it can lead to difficult
> >> >> exceptions later, e.g. if IndexWriter tries to overwrite one of these
> >> >> pending deleted files.
> >> >>
> >> >> There is a "simple" solution, which is to open a new FSDirectory,
> >> >> forcing IW to then retry the deletions.  Or, we could remove this
> >> >> check in IW.init (leading to possibly scary exceptions later).  Or, we
> >> >> could make a WindowsDirectoryWrapper that suppresses the check.
> >> >>
> >> >> I'll try to look at how Solr is using SpellChecker here to see if it
> >> >> can create a new FSDirectory instance when it is going to .clearIndex
> >> >> ... that could be tricky here though.
> >> >>
> >> >> Mike McCandless
> >> >>
> >> >> http://blog.mikemccandless.com
> >> >>
> >> >>
> >> >> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de>
> >> wrote:
> >> >> > I also happens locally on my windows box. It is almost impossible to
> run
> >> >> tests without an error like this on windows.
> >> >> >
> >> >> > Uwe
> >> >> >
> >> >> > -----
> >> >> > Uwe Schindler
> >> >> > H.-H.-Meier-Allee 63, D-28213 Bremen
> >> >> > http://www.thetaphi.de
> >> >> > eMail: uwe@thetaphi.de
> >> >> >
> >> >> >
> >> >> >> -----Original Message-----
> >> >> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> >> >> >> Sent: Tuesday, February 16, 2016 10:11 AM
> >> >> >> To: dev@lucene.apache.org; mikemccand@apache.org
> >> >> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows
> (32bit/jdk1.8.0_72)
> >> -
> >> >> >> Build # 5622 - Still Failing!
> >> >> >>
> >> >> >> I have seen those bugs very often recently on Windows. Could this
> be
> >> >> >> related to the refactoring that handles "undeletable" files
> differently?
> >> The
> >> >> >> type of exception is new to me, have never seen that before:
> >> >> >> "java.lang.IllegalArgumentException: Directory
> SimpleFSDirectory@...
> >> >> >>
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> >> pending deleted files; cannot initialize IndexWriter"
> >> >> >>
> >> >> >> Uwe
> >> >> >>
> >> >> >> -----
> >> >> >> Uwe Schindler
> >> >> >> H.-H.-Meier-Allee 63, D-28213 Bremen
> >> >> >> http://www.thetaphi.de
> >> >> >> eMail: uwe@thetaphi.de
> >> >> >>
> >> >> >>
> >> >> >> > -----Original Message-----
> >> >> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> >> >> >> > Sent: Tuesday, February 16, 2016 9:58 AM
> >> >> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
> >> >> dev@lucene.apache.org
> >> >> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows
> (32bit/jdk1.8.0_72) -
> >> >> Build
> >> >> >> #
> >> >> >> > 5622 - Still Failing!
> >> >> >> >
> >> >> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
> >> >> Windows/5622/
> >> >> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
> >> >> >> >
> >> >> >> > 5 tests failed.
> >> >> >> > FAILED:
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> >> >> >> > mResultsForSuggest
> >> >> >> >
> >> >> >> > Error Message:
> >> >> >> > Directory
> >> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> >> >
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> >> still
> >> >> >> has
> >> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >> >
> >> >> >> > Stack Trace:
> >> >> >> > java.lang.IllegalArgumentException: Directory
> >> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-
> >> >> trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> >> >
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> >> still
> >> >> >> has
> >> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
> >> >> >> > B]:0)
> >> >> >> >     at
> >> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> >> >> >> > 55)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> >> >> >> > ker.java:87)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> >> >> >> > eckComponent.java:131)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> >> >> >> > rchHandler.java:246)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> >> >> >> > erBase.java:155)
> >> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> >> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> >> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> >> >> >> >     at
> >> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> >> >> >> >     at
> >> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> >> >> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
> >> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >> Method)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> >> > ava:62)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> >> > sorImpl.java:43)
> >> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> >> > dRunner.java:1764)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> >> > mizedRunner.java:871)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> >> > mizedRunner.java:907)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> >> > omizedRunner.java:921)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> >> > SetupTeardownChained.java:49)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> >> > readAndTestName.java:48)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> >> > (ThreadLeakControl.java:809)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> >> > eakControl.java:460)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> >> > domizedRunner.java:880)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> >> > mizedRunner.java:781)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> >> > mizedRunner.java:816)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> >> > mizedRunner.java:827)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> >> > assName.java:41)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> >> > ertionsRequired.java:53)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> >> > TestSuites.java:54)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >> >
> >> >> >> >
> >> >> >> > FAILED:
> >> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
> >> >> >> >
> >> >> >> > Error Message:
> >> >> >> > Directory
> >> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> >> >
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> >> still
> >> >> >> has
> >> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >> >
> >> >> >> > Stack Trace:
> >> >> >> > java.lang.IllegalArgumentException: Directory
> >> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-
> >> >> trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> >> >
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> >> still
> >> >> >> has
> >> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
> >> >> >> > D]:0)
> >> >> >> >     at
> >> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> >> >> >> > 55)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> >> >> >> > ker.java:87)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> >> >> >> > eckComponent.java:131)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> >> >> >> > rchHandler.java:246)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> >> >> >> > erBase.java:155)
> >> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> >> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> >> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> >> >> >> >     at
> >> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> >> >> >> >     at
> >> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
> >> >> >> > SpellCheckComponentTest.java:171)
> >> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >> Method)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> >> > ava:62)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> >> > sorImpl.java:43)
> >> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> >> > dRunner.java:1764)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> >> > mizedRunner.java:871)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> >> > mizedRunner.java:907)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> >> > omizedRunner.java:921)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> >> > SetupTeardownChained.java:49)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> >> > readAndTestName.java:48)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> >> > (ThreadLeakControl.java:809)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> >> > eakControl.java:460)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> >> > domizedRunner.java:880)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> >> > mizedRunner.java:781)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> >> > mizedRunner.java:816)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> >> > mizedRunner.java:827)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> >> > assName.java:41)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> >> > ertionsRequired.java:53)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> >> > TestSuites.java:54)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >> >
> >> >> >> >
> >> >> >> > FAILED:
> >> >> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.test
> >> >> >> >
> >> >> >> > Error Message:
> >> >> >> > List size mismatch @ spellcheck/suggestions
> >> >> >> >
> >> >> >> > Stack Trace:
> >> >> >> > java.lang.RuntimeException: List size mismatch @
> >> >> spellcheck/suggestions
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> >> >> > 3E]:0)
> >> >> >> >     at
> >> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
> >> >> >> >     at
> >> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
> >> >> >> > eckComponentTest.java:147)
> >> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >> Method)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> >> > ava:62)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> >> > sorImpl.java:43)
> >> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> >> > dRunner.java:1764)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> >> > mizedRunner.java:871)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> >> > mizedRunner.java:907)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> >> > omizedRunner.java:921)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> >> > SetupTeardownChained.java:49)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> >> > readAndTestName.java:48)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> >> > (ThreadLeakControl.java:809)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> >> > eakControl.java:460)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> >> > domizedRunner.java:880)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> >> > mizedRunner.java:781)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> >> > mizedRunner.java:816)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> >> > mizedRunner.java:827)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> >> > assName.java:41)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> >> > ertionsRequired.java:53)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> >> > TestSuites.java:54)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >> >
> >> >> >> >
> >> >> >> > FAILED:
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> >> >> >> > OnCommit
> >> >> >> >
> >> >> >> > Error Message:
> >> >> >> > Exception during query
> >> >> >> >
> >> >> >> > Stack Trace:
> >> >> >> > java.lang.RuntimeException: Exception during query
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
> >> >> >> > 5]:0)
> >> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
> >> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> >> >> >> > OnCommit(SpellCheckComponentTest.java:267)
> >> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >> Method)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> >> > ava:62)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> >> > sorImpl.java:43)
> >> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> >> > dRunner.java:1764)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> >> > mizedRunner.java:871)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> >> > mizedRunner.java:907)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> >> > omizedRunner.java:921)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> >> > SetupTeardownChained.java:49)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> >> > readAndTestName.java:48)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> >> > (ThreadLeakControl.java:809)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> >> > eakControl.java:460)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> >> > domizedRunner.java:880)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> >> > mizedRunner.java:781)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> >> > mizedRunner.java:816)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> >> > mizedRunner.java:827)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> >> > assName.java:41)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> >> > ertionsRequired.java:53)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> >> > TestSuites.java:54)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> >> >> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
> >> >> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
> >> >> >> > <response>
> >> >> >> > <lst name="responseHeader"><int name="status">0</int><int
> >> >> >> > name="QTime">1068</int></lst><result name="response"
> >> >> >> numFound="0"
> >> >> >> > start="0"></result><lst name="spellcheck"><lst
> >> >> >> > name="suggestions"/></lst>
> >> >> >> > </response>
> >> >> >> >
> >> >> >> >     request
> >> >> >> >
> >> >> >>
> >> >>
> >>
> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
> >> >> >> > ml
> >> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
> >> >> >> >     ... 41 more
> >> >> >> >
> >> >> >> >
> >> >> >> > FAILED:
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> >> >> > est
> >> >> >> >
> >> >> >> > Error Message:
> >> >> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
> >> >> Directory
> >> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-
> >> >> trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> >> > 001\control\cores\collection1\data\spellchecker1
> >> >> >> >
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
> >> still
> >> >> >> has
> >> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >> >
> >> >> >> > Stack Trace:
> >> >> >> >
> >> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> >> >> Error
> >> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1:
> Directory
> >> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-
> >> >> trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> >> > 001\control\cores\collection1\data\spellchecker1
> >> >> >> >
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
> >> still
> >> >> >> has
> >> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> >> >> > 3E]:0)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> >> >> >> > t.java:577)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> >> >> >> > 1)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> >> >> >> > 0)
> >> >> >> >     at
> >> >> >> >
> >> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> >> >> >> >     at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> >> >> >> >     at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> >> >> >> > (DistributedSpellCheckComponentTest.java:67)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> >> >> > est(DistributedSpellCheckComponentTest.java:146)
> >> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >> Method)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> >> > ava:62)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> >> > sorImpl.java:43)
> >> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> >> > dRunner.java:1764)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> >> > mizedRunner.java:871)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> >> > mizedRunner.java:907)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> >> > omizedRunner.java:921)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> >> >> >> >
> >> >>
> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> >> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> >> > SetupTeardownChained.java:49)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> >> > readAndTestName.java:48)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> >> > (ThreadLeakControl.java:809)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> >> > eakControl.java:460)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> >> > domizedRunner.java:880)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> >> > mizedRunner.java:781)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> >> > mizedRunner.java:816)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> >> > mizedRunner.java:827)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> >> > fterRule.java:45)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> >> > assName.java:41)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >> >
> >> >>
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> >> > ertionsRequired.java:53)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> >> > .java:47)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> >> > TestSuites.java:54)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> >> > ementAdapter.java:36)
> >> >> >> >     at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> >> > run(ThreadLeakControl.java:367)
> >> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> > Build Log:
> >> >> >> > [...truncated 11172 lines...]
> >> >> >> >    [junit4] Suite:
> >> >> >> > org.apache.solr.handler.component.SpellCheckComponentTest
> >> >> >> >    [junit4]   2> Creating dataDir:
> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001
> >> >> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> >> Randomized
> >> >> >> ssl
> >> >> >> > (false) and clientAuth (false)
> >> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> >> ####initCore
> >> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> new
> >> >> >> > SolrResourceLoader for directory:
> >> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> JNDI
> >> >> >> not
> >> >> >> > configured for solr (NoInitialContextEx)
> >> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> using
> >> >> >> > system property solr.solr.home:
> >> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> >> Adding
> >> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> >> >> >> classloader
> >> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> >> Adding
> >> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> >> >> >> classloader
> >> >> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig
> current
> >> >> version
> >> >> >> of
> >> >> >> > requestparams : -1
> >> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> >> with
> >> >> Solr
> >> >> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
> >> instead.
> >> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> >> with
> >> >> Solr
> >> >> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
> >> >> >> > <mergePolicyFactory> instead.
> >> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> >> with
> >> >> Solr
> >> >> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
> >> >> >> > <mergePolicyFactory> instead.
> >> >> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using
> >> Lucene
> >> >> >> > MatchVersion: 6.0.0
> >> >> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig
> Loaded
> >> >> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
> >> >> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
> [null]
> >> >> >> Schema
> >> >> >> > name=test
> >> >> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
> rates=open-
> >> >> >> > exchange-rates.json, refreshInterval=1440.
> >> >> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
> >> default
> >> >> >> search
> >> >> >> > field in schema is text
> >> >> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
> >> unique
> >> >> key
> >> >> >> > field: id
> >> >> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> o.a.s.s.FileExchangeRateProvider
> >> >> >> > Reloading exchange rates from file currency.xml
> >> >> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> o.a.s.s.FileExchangeRateProvider
> >> >> >> > Reloading exchange rates from file currency.xml
> >> >> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
> >> from
> >> >> >> > open-exchange-rates.json
> >> >> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
> >> from
> >> >> >> > open-exchange-rates.json
> >> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> JNDI
> >> >> >> not
> >> >> >> > configured for solr (NoInitialContextEx)
> >> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> using
> >> >> >> > system property solr.solr.home:
> >> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> new
> >> >> >> > SolrResourceLoader for directory:
> >> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr'
> >> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> JNDI
> >> >> >> not
> >> >> >> > configured for solr (NoInitialContextEx)
> >> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.c.SolrResourceLoader
> >> >> using
> >> >> >> > system property solr.solr.home:
> >> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> New
> >> >> >> > CoreContainer 9183868
> >> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> >> Loading
> >> >> >> cores
> >> >> >> > into CoreContainer
> >> >> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
> >> >> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> >> Couldn't
> >> >> >> add
> >> >> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr\lib
> >> >> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> >> o.a.s.h.c.HttpShardHandlerFactory
> >> >> >> > created with socketTimeout : 600000,connTimeout :
> >> >> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
> >> >> 10000,corePoolSize :
> >> >> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
> >> 5,sizeOfQueue :
> >> >> -
> >> >> >> > 1,fairnessPolicy : false,useRetries : false,
> >> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> o.a.s.u.UpdateShardHandler
> >> >> >> > Creating UpdateShardHandler HTTP client with params:
> >> >> >> > socketTimeout=30000&connTimeout=30000&retry=true
> >> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J
> >> impl is
> >> >> >> > org.slf4j.impl.Log4jLoggerFactory
> >> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher
> >> Registering
> >> >> Log
> >> >> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
> >> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> >> Security
> >> >> >> conf
> >> >> >> > doesn't exist. Skipping setup for authorization module.
> >> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> No
> >> >> >> > authentication plugin used.
> >> >> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor
> >> Created
> >> >> >> > CoreDescriptor: {name=collection1, config=solrconfig-
> >> >> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
> >> >> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
> >> >> >> > collection=collection1,
> >> >> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
> >> >> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for
> directory:
> >> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
> >> >> >> (NoInitialContextEx)
> >> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr
> >> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrResourceLoader Adding
> >> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> >> >> >> classloader
> >> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrResourceLoader Adding
> >> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> >> >> >> classloader
> >> >> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrConfig current version of requestparams : -1
> >> >> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
> deprecated,
> >> use
> >> >> >> > <mergePolicyFactory> instead.
> >> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is
> >> deprecated,
> >> >> >> > configure it on the relevant <mergePolicyFactory> instead.
> >> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is
> deprecated,
> >> >> >> > configure it on the relevant <mergePolicyFactory> instead.
> >> >> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
> >> >> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
> >> >> spellcheckcomponent.xml
> >> >> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
> >> >> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
> rates=open-
> >> >> >> > exchange-rates.json, refreshInterval=1440.
> >> >> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.s.IndexSchema default search field in schema is text
> >> >> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.s.IndexSchema unique key field: id
> >> >> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from
> file
> >> >> >> > currency.xml
> >> >> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from
> file
> >> >> >> > currency.xml
> >> >> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
> >> from
> >> >> >> > open-exchange-rates.json
> >> >> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
> >> from
> >> >> >> > open-exchange-rates.json
> >> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties,
> >> assuming
> >> >> >> > default properties: Can't find resource 'configsetprops.json' in
> >> classpath
> >> >> or
> >> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> ]
> >> >> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
> >> configuration
> >> >> >> from
> >> >> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr\collection1
> >> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrCore
> >> >> org.apache.solr.core.MockDirectoryFactory
> >> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new
> SolrCore
> >> at
> >> >> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr\collection1],
> >> >> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\]
> >> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for
> core:
> >> >> >> > collection1
> >> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new
> directory
> >> for
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
> >> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrCore New index directory detected:
> old=null
> >> >> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
> >> >> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> >> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist.
> >> Creating
> >> >> new
> >> >> >> > index...
> >> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new
> directory
> >> for
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index
> >> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
> >> >> wrapping
> >> >> >> > class org.apache.lucene.index.TieredMergePolicy:
> >> [TieredMergePolicy:
> >> >> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
> >> >> >> > maxMergedSegmentMB=69.751953125,
> >> >> floorSegmentMB=0.2412109375,
> >> >> >> > forceMergeDeletesPctAllowed=25.57842565234008,
> >> >> >> segmentsPerTier=26.0,
> >> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
> >> >> >> > noCFSRatio=0.4018936825291942
> >> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy
> >> SolrDeletionPolicy.onCommit:
> >> >> >> > commits: num=1
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_1,generation=1}
> >> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit
> generation =
> >> 1
> >> >> >> >    [junit4]   2> 1243682 INFO
> >> (OldIndexDirectoryCleanupThreadForCore-
> >> >> >> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
> >> >> >> directories
> >> >> >> > to cleanup for core collection1 in
> >> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
> >> >> >> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain
> >> >> defined as
> >> >> >> > default, creating implicit default
> >> >> >> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >> >> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >> >> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >> >> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >> >> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
> >> >> >> >
> >> >> >>
> >> >>
> >>
> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
> >> >> >> >
> >> >> >>
> >> >>
> >>
> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
> >> >> >> >
> >> >> >>
> >> >>
> >>
> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
> >> >> >> >
> >> >> >>
> >> >>
> >>
> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
> >> >> >> > dbreak,/admin/ping,/update,/admin/file
> >> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> >> >> >> > org.apache.solr.search.stats.LocalStatsCache
> >> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
> >> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
> >> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
> >> >> wrapping
> >> >> >> > class org.apache.lucene.index.TieredMergePolicy:
> >> [TieredMergePolicy:
> >> >> >> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
> >> >> >> > maxMergedSegmentMB=42.8330078125,
> >> floorSegmentMB=0.51953125,
> >> >> >> > forceMergeDeletesPctAllowed=0.0785082531815362,
> >> >> >> segmentsPerTier=18.0,
> >> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
> >> >> >> > noCFSRatio=0.1273596296641114
> >> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
> >> >> commits:
> >> >> >> > num=1
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_1,generation=1}
> >> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit
> generation =
> >> 1
> >> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
> >> >> >> > [Searcher@1bb54df[collection1] main]
> >> >> >> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to
> >> config
> >> >> >> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\core\src\test-files\solr\collection1\conf; switching
> to
> >> use
> >> >> >> > InMemory storage instead.
> >> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.r.RestManager Initializing RestManager with
> >> initArgs:
> >> >> {}
> >> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
> >> >> >> _rest_managed.json
> >> >> >> > using InMemoryStorage
> >> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
> >> >> >> > ManagedResources
> >> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell
> >> checkers
> >> >> >> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> >> newSearcher
> >> >> >> > listener for spellchecker: default
> >> >> >> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> >> newSearcher
> >> >> >> > listener for spellchecker: default_teststop
> >> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >> >> >
> >> >> >>
> >> >>
> >>
> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
> >> >> >> > xQueryFrequency=100.0,field=teststop}
> >> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >> >> >
> >> >> >>
> >> >>
> >>
> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
> >> >> >> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
> >> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> >> newSearcher
> >> >> >> > listener for spellchecker: threshold
> >> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >> >> >
> >> >> >>
> >> >>
> >>
> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
> >> >> >> >
> >> >> >>
> >> >>
> >>
> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
> >> >> >> > dTokenFrequency=0.29}
> >> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> >> newSearcher
> >> >> >> > listener for spellchecker: threshold_direct
> >> >> >> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> >> newSearcher
> >> >> >> > listener for spellchecker: multipleFields
> >> >> >> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> >> newSearcher
> >> >> >> > listener for spellchecker: freq
> >> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> >> newSearcher
> >> >> >> > listener for spellchecker: fqcn
> >> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved
> >> for
> >> >> >> 10000
> >> >> >> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: default
> >> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
> >> >> >> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: default_teststop
> >> >> >> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> >> ####initCore
> >> >> >> > end
> >> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: direct
> >> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: direct_lowerfilt
> >> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: wordbreak
> >> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: threshold
> >> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: threshold_direct
> >> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: multipleFields
> >> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: jarowinkler
> >> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: external
> >> >> >> >    [junit4]   2> 1243842 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
> >> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: freq
> >> >> >> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: fqcn
> >> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> >> Loading
> >> >> >> spell
> >> >> >> > index for spellchecker: perDict
> >> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
> >> >> processing-
> >> >> >> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]
> >> Registered
> >> >> new
> >> >> >> > searcher Searcher@1bb54df[collection1]
> >> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >> >    [junit4]   2> 1243845 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[0]} 0 3
> >> >> >> >    [junit4]   2> 1243849 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[1]} 0 0
> >> >> >> >    [junit4]   2> 1243850 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[2]} 0 0
> >> >> >> >    [junit4]   2> 1243852 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[3]} 0 1
> >> >> >> >    [junit4]   2> 1243853 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[4]} 0 0
> >> >> >> >    [junit4]   2> 1243854 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[5]} 0 0
> >> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[6]} 0 0
> >> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[7]} 0 0
> >> >> >> >    [junit4]   2> 1243856 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[8]} 0 0
> >> >> >> >    [junit4]   2> 1243857 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{add=[9]} 0 0
> >> >> >> >    [junit4]   2> 1243858 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> >> commits:
> >> >> >> num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_1,generation=1}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_2,generation=2}
> >> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
> >> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
> >> [Searcher@d09f1a[collection1]
> >> >> >> main]
> >> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >> >> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> default
> >> >> >> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > default_teststop
> >> >> >> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold
> >> >> >> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold_direct
> >> >> >> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > multipleFields
> >> >> >> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> freq
> >> >> >> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> fqcn
> >> >> >> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> >> > Searcher@d09f1a[collection1]
> >> >> >> >
> >> >> >>
> >> >>
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
> >> >> >> > .0.0):C10)))}
> >> >> >> >    [junit4]   2> 1244300 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{commit=} 0 455
> >> >> >> >    [junit4]   2> 1244302 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >> >> >
> >> >> >>
> >> >>
> >>
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
> >> >> >> >
> map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
> >> >> hits=1
> >> >> >> > status=0 QTime=1
> >> >> >> >    [junit4]   2> 1244304 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >> >> >
> >> >> >>
> >> >>
> >>
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
> >> >> >> >
> >> >> >>
> >> >>
> >>
> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
> >> >> >> > heck.extendedResults=true} hits=1 status=0 QTime=0
> >> >> >> >    [junit4]   2> 1244313 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >> >> >
> >> >> >>
> >> >>
> >>
> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
> >> >> >> >
> >> >> >>
> >> >>
> >>
> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
> >> >> >> > true} hits=0 status=0 QTime=9
> >> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
> >> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
> >> >> >> DOCUMENTS
> >> >> >> > FROM INDEX
> >> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{deleteByQuery=*:*} 0 0
> >> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> >> commits:
> >> >> >> num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_2,generation=2}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_3,generation=3}
> >> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
> >> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
> >> [Searcher@8d6b4d[collection1]
> >> >> >> main]
> >> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >> >> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> default
> >> >> >> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > default_teststop
> >> >> >> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold
> >> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold_direct
> >> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > multipleFields
> >> >> >> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> freq
> >> >> >> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> fqcn
> >> >> >> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> >> > Searcher@8d6b4d[collection1]
> >> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >> >    [junit4]   2> 1244406 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> >> seed#[4226CE0DA090A9C6])
> >> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
> webapp=null
> >> >> >> > path=null params={}{commit=} 0 93
> >> >> >> >    [junit4]   2> 1244409 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> >> >> >> > testExtendedResultsCount
> >> >> >> >    [junit4]   2> 1244411 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
> >> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
> >> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
> >> >> >> >    [junit4]   2> 1244413 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
> >> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
> >> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
> >> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
> >> >> >> >    [junit4]   2> 1244416 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
> >> >> >> >    [junit4]   2> 1244417 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
> >> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
> >> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_3,generation=3}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_4,generation=4}
> >> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> newest
> >> >> commit
> >> >> >> > generation = 4
> >> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher
> Opening
> >> >> >> > [Searcher@195979d[collection1] main]
> >> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> >> > end_commit_flush
> >> >> >> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> default
> >> >> >> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > default_teststop
> >> >> >> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold
> >> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold_direct
> >> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > multipleFields
> >> >> >> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> freq
> >> >> >> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> fqcn
> >> >> >> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> >> > Searcher@195979d[collection1]
> >> >> >> >
> >> >> >>
> >> >>
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
> >> >> >> > .0.0):C10)))}
> >> >> >> >    [junit4]   2> 1244949 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 546
> >> >> >> >    [junit4]   2> 1245063 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
> >> >> >> webapp=null
> >> >> >> > path=null
> >> >> >> >
> >> >> >>
> >> >>
> >>
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> >> >> >> >
> >> =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
> >> >> >> > hits=0 status=0 QTime=117
> >> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
> >> >> >> webapp=null
> >> >> >> > path=null
> >> >> >> >
> >> >> >>
> >> >>
> >>
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> >> >> >> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0
> >> >> QTime=1
> >> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> >> >> >> > testExtendedResultsCount
> >> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> >> [collection1]
> >> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
> >> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null
> params={}{deleteByQuery=*:*}
> >> 0 0
> >> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_4,generation=4}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_5,generation=5}
> >> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> newest
> >> >> commit
> >> >> >> > generation = 5
> >> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher
> Opening
> >> >> >> > [Searcher@9a0ca2[collection1] main]
> >> >> >> >    [junit4]   2> 1245067 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> >> > end_commit_flush
> >> >> >> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> default
> >> >> >> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > default_teststop
> >> >> >> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold
> >> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold_direct
> >> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > multipleFields
> >> >> >> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> freq
> >> >> >> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> fqcn
> >> >> >> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> >> > Searcher@9a0ca2[collection1]
> >> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >> >    [junit4]   2> 1245241 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 180
> >> >> >> >    [junit4]   2> 1245245 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
> >> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[0]} 0 1
> >> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[1]} 0 0
> >> >> >> >    [junit4]   2> 1245248 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[2]} 0 1
> >> >> >> >    [junit4]   2> 1245249 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[3]} 0 0
> >> >> >> >    [junit4]   2> 1245250 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[4]} 0 0
> >> >> >> >    [junit4]   2> 1245251 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[5]} 0 0
> >> >> >> >    [junit4]   2> 1245252 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[6]} 0 0
> >> >> >> >    [junit4]   2> 1245253 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[7]} 0 0
> >> >> >> >    [junit4]   2> 1245254 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[8]} 0 0
> >> >> >> >    [junit4]   2> 1245255 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[9]} 0 0
> >> >> >> >    [junit4]   2> 1245256 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits:
> >> >> num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_5,generation=5}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_6,generation=6}
> >> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
> >> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@1ffed7d[collection1]
> >> >> main]
> >> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >> >> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> default
> >> >> >> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > default_teststop
> >> >> >> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold
> >> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold_direct
> >> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > multipleFields
> >> >> >> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> freq
> >> >> >> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> fqcn
> >> >> >> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> >> > Searcher@1ffed7d[collection1]
> >> >> >> >
> >> >> >>
> >> >>
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
> >> >> >> > .0.0):C10)))}
> >> >> >> >    [junit4]   2> 1245902 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{commit=} 0 666
> >> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >> >> >
> >> params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
> >> >> >> hits=0
> >> >> >> > status=0 QTime=2
> >> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
> >> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
> >> >> DOCUMENTS
> >> >> >> > FROM INDEX
> >> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{deleteByQuery=*:*} 0 0
> >> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits:
> >> >> num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_6,generation=6}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_7,generation=7}
> >> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
> >> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@15975c[collection1]
> >> >> main]
> >> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >> >> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> default
> >> >> >> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > default_teststop
> >> >> >> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold
> >> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold_direct
> >> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > multipleFields
> >> >> >> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> freq
> >> >> >> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> fqcn
> >> >> >> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> >> > Searcher@15975c[collection1]
> >> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >> >    [junit4]   2> 1246105 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{commit=} 0 203
> >> >> >> >    [junit4]   2> 1246108 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> >> >> >> > testRelativeIndexDirLocation
> >> >> >> >    [junit4]   2> 1246109 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
> >> >> >> >    [junit4]   2> 1246111 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
> >> >> >> >    [junit4]   2> 1246112 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
> >> >> >> >    [junit4]   2> 1246113 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
> >> >> >> >    [junit4]   2> 1246114 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
> >> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
> >> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
> >> >> >> >    [junit4]   2> 1246117 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
> >> >> >> >    [junit4]   2> 1246118 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
> >> >> >> >    [junit4]   2> 1246119 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
> >> >> >> >    [junit4]   2> 1246120 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_7,generation=7}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_8,generation=8}
> >> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> newest
> >> >> commit
> >> >> >> > generation = 8
> >> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher
> Opening
> >> >> >> > [Searcher@1e381c0[collection1] main]
> >> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> >> > end_commit_flush
> >> >> >> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> default
> >> >> >> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > default_teststop
> >> >> >> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold
> >> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold_direct
> >> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > multipleFields
> >> >> >> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> freq
> >> >> >> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> fqcn
> >> >> >> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> >> > Searcher@1e381c0[collection1]
> >> >> >> >
> >> >> >>
> >> >>
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
> >> >> >> > .0.0):C10)))}
> >> >> >> >    [junit4]   2> 1247359 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
> >> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> >> >> >> > testRelativeIndexDirLocation
> >> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> >> [collection1]
> >> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
> >> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null
> params={}{deleteByQuery=*:*}
> >> 0 0
> >> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_8,generation=8}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_9,generation=9}
> >> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> newest
> >> >> commit
> >> >> >> > generation = 9
> >> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher
> Opening
> >> >> >> > [Searcher@13af3f9[collection1] main]
> >> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> >> > end_commit_flush
> >> >> >> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> default
> >> >> >> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > default_teststop
> >> >> >> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold
> >> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > threshold_direct
> >> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> >> > multipleFields
> >> >> >> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> freq
> >> >> >> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell
> checker:
> >> >> fqcn
> >> >> >> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [
> ]
> >> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> >> > Searcher@13af3f9[collection1]
> >> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >> >    [junit4]   2> 1247785 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> >> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 436
> >> >> >> >    [junit4]   2> 1247787 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
> >> >> >> >    [junit4]   2> 1247788 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[0]} 0 1
> >> >> >> >    [junit4]   2> 1247790 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[1]} 0 0
> >> >> >> >    [junit4]   2> 1247791 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[2]} 0 0
> >> >> >> >    [junit4]   2> 1247792 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[3]} 0 0
> >> >> >> >    [junit4]   2> 1247793 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[4]} 0 0
> >> >> >> >    [junit4]   2> 1247794 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[5]} 0 0
> >> >> >> >    [junit4]   2> 1247795 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[6]} 0 0
> >> >> >> >    [junit4]   2> 1247796 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[7]} 0 0
> >> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[8]} 0 0
> >> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> >> path=null
> >> >> >> > params={}{add=[9]} 0 0
> >> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >> >
> >> >> >>
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits:
> >> >> num=2
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_9,generation=9}
> >> >> >> >    [junit4]   2>
> >> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >> >
> >> >> >>
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> >> > egFN=segments_a,generation=10}
> >> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
> >> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> >> > ] o.a.s.c.SolrDele
> >> >> >> >
> >> >> >> > [...truncated too long message...]
> >> >> >> >
> >> >> >> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
> >> >> >> 001\tempDir-
> >> >> >> > 001\shard1\cores\collection1\data\index;done=false>>]
> >> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> >> > 001\shard1\cores\collection1\data\index
> >> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> >> 001\shard1\cores\collection1\data
> >> >> >> >
> >> >>
> >>
> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> >> > 001\shard1\cores\collection1\data;done=false>>]
> >> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> >> 001\shard1\cores\collection1\data
> >> >> >> >    [junit4]   2> 1393934 INFO  (TEST-
> >> >> >> > DistributedSpellCheckComponentTest.test-
> >> seed#[4226CE0DA090A9C6])
> >> >> [
> >> >> >> ]
> >> >> >> > o.e.j.s.h.ContextHandler Stopped
> >> >> >> >
> o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
> >> >> >> >    [junit4]   2> NOTE: reproduce with: ant test  -
> >> >> >> > Dtestcase=DistributedSpellCheckComponentTest -
> >> Dtests.method=test
> >> >> -
> >> >> >> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -
> >> Dtests.locale=en-
> >> >> US -
> >> >> >> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
> >> >> >> Dtests.file.encoding=US-
> >> >> >> > ASCII
> >> >> >> >    [junit4] ERROR   16.6s J0 |
> >> DistributedSpellCheckComponentTest.test
> >> >> <<<
> >> >> >> >    [junit4]    > Throwable #1:
> >> >> >> >
> >> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> >> >> Error
> >> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1:
> Directory
> >> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-
> >> >> trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> >> > 001\control\cores\collection1\data\spellchecker1
> >> >> >> >
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
> >> still
> >> >> >> has
> >> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> >> >> > 3E]:0)
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> >> >> >> > t.java:577)
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> >> >> >> > 1)
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> >> >> >> > 0)
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> >> >> >> >    [junit4]    >    at
> >> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> >> >> >> >    [junit4]    >    at
> >> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> >> >> >> > (DistributedSpellCheckComponentTest.java:67)
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> >> >> > est(DistributedSpellCheckComponentTest.java:146)
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> >> >> >> >
> >> >>
> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> >> >> >> >    [junit4]    >    at
> >> >> >> >
> >> >> >>
> >> >>
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> >> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> >> >> >> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
> >> >> >> >    [junit4]   2> 1393948 INFO  (SUITE-
> >> >> DistributedSpellCheckComponentTest-
> >> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> >> >> ###deleteCore
> >> >> >> >    [junit4]   2> NOTE: leaving temporary files on disk at:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build\solr-
> >> >> >> >
> >> >> >>
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> >> > ntTest_4226CE0DA090A9C6-001
> >> >> >> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> >> >> >> > {start1=Lucene50(blocksize=128),
> >> >> >> > range_facet_l_dv=Lucene50(blocksize=128),
> >> >> >> >
> multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > intDefault=PostingsFormat(name=Direct),
> >> >> >> >
> range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > _version_=PostingsFormat(name=Direct),
> >> >> >> >
> lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> >> >> > end3=PostingsFormat(name=Direct),
> >> end2=Lucene50(blocksize=128),
> >> >> >> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > id=Lucene50(blocksize=128),
> >> >> >> >
> >> range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > gram2=Lucene50(blocksize=128),
> >> gram3=PostingsFormat(name=Direct),
> >> >> >> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> >> >> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> >> >> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> >> > start4=PostingsFormat(name=Direct)},
> >> >> >> >
> docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
> >> >> >> > range_facet_i_dv=DocValuesFormat(name=Direct),
> >> >> >> > timestamp=DocValuesFormat(name=Direct)},
> >> >> >> > sim=RandomSimilarity(queryNorm=true,coord=yes): {},
> locale=en-
> >> US,
> >> >> >> > timezone=Etc/GMT+7
> >> >> >> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation
> 1.8.0_72
> >> (32-
> >> >> >> > bit)/cpus=3,threads=1,free=28695536,total=337784832
> >> >> >> >    [junit4]   2> NOTE: All tests run in this JVM:
> >> >> >> > [TestSweetSpotSimilarityFactory,
> >> HdfsCollectionsAPIDistributedZkTest,
> >> >> >> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
> >> >> >> > TestAuthorizationFramework, QueryResultKeyTest,
> >> ClusterStateTest,
> >> >> >> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
> >> >> >> > TestReRankQParserPlugin, SimpleFacetsTest,
> >> TestChildDocTransformer,
> >> >> >> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
> >> >> >> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
> >> >> >> TestCodecSupport,
> >> >> >> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
> >> >> >> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
> >> >> >> > AddSchemaFieldsUpdateProcessorFactoryTest,
> >> >> >> TestQuerySenderNoQuery,
> >> >> >> > ResponseHeaderTest, TestFastLRUCache,
> BlockJoinFacetDistribTest,
> >> >> >> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest,
> >> >> RollingRestartTest,
> >> >> >> > SyncSliceTest, AsyncMigrateRouteKeyTest,
> TestPseudoReturnFields,
> >> >> >> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
> >> >> >> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest,
> >> BadComponentTest,
> >> >> >> > CoreMergeIndexesAdminHandlerTest,
> TestDynamicFieldResource,
> >> >> >> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
> >> >> >> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
> >> >> >> > TestOverriddenPrefixQueryForCustomFieldType,
> >> >> TestConfigSetImmutable,
> >> >> >> > TestCloudInspectUtil, SystemInfoHandlerTest,
> UpdateParamsTest,
> >> >> >> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
> >> >> >> > TestMinMaxOnMultiValuedField, TestRestManager,
> >> >> TestExactStatsCache,
> >> >> >> > TestManagedResource, TestCollapseQParserPlugin,
> >> >> TestReloadDeadlock,
> >> >> >> > TestPhraseSuggestions, TestSearchPerf,
> DistributedVersionInfoTest,
> >> >> >> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties,
> >> >> HLLUtilTest,
> >> >> >> > SimplePostToolTest, TestAnalyzedSuggestions,
> >> >> >> ExitableDirectoryReaderTest,
> >> >> >> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
> >> >> >> > TestPartialUpdateDeduplication,
> DistributedDebugComponentTest,
> >> >> >> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
> >> >> >> TestDocumentBuilder,
> >> >> >> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
> >> >> >> > TestRandomRequestDistribution, QueryEqualityTest,
> >> >> >> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest,
> DocValuesTest,
> >> >> >> > TestReplicationHandler, BlockJoinFacetSimpleTest,
> >> >> >> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
> >> >> >> > DistributedFacetPivotWhiteBoxTest,
> TestReplicationHandlerBackup,
> >> >> >> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
> >> >> >> > XmlUpdateRequestHandlerTest,
> >> HdfsChaosMonkeyNothingIsSafeTest,
> >> >> >> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
> >> >> SoftAutoCommitTest,
> >> >> >> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
> >> >> >> > CircularListTest, BlockDirectoryTest, TestStressVersions,
> >> >> >> > TestSolrConfigHandlerCloud, TestBlobHandler,
> >> >> >> StandardRequestHandlerTest,
> >> >> >> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
> >> >> >> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample,
> >> >> HttpPartitionTest,
> >> >> >> > TestCursorMarkWithoutUniqueKey,
> >> >> >> DistributedSpellCheckComponentTest]
> >> >> >> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error
> <<<
> >> >> >> > FAILURES!
> >> >> >> >
> >> >> >> > [...truncated 1061 lines...]
> >> >> >> > BUILD FAILED
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\build.xml:740: The following error occurred while
> >> executing
> >> >> this
> >> >> >> > line:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\build.xml:684: The following error occurred while
> >> executing
> >> >> this
> >> >> >> > line:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> Windows\build.xml:59:
> >> >> >> > The following error occurred while executing this line:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\build.xml:233: The following error occurred while
> >> >> executing
> >> >> >> > this line:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\solr\common-build.xml:524: The following error
> occurred
> >> >> while
> >> >> >> > executing this line:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\lucene\common-build.xml:1457: The following error
> >> occurred
> >> >> >> > while executing this line:
> >> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> >> > Windows\lucene\common-build.xml:1014: There were test
> failures:
> >> 579
> >> >> >> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82
> assumptions)
> >> >> [seed:
> >> >> >> > 4226CE0DA090A9C6]
> >> >> >> >
> >> >> >> > Total time: 77 minutes 7 seconds
> >> >> >> > Build step 'Invoke Ant' marked build as failure
> >> >> >> > Archiving artifacts
> >> >> >> > [WARNINGS] Skipping publisher since build result is FAILURE
> >> >> >> > Recording test results
> >> >> >> > Email was triggered for: Failure - Any
> >> >> >> > Sending email for trigger: Failure - Any
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> ---------------------------------------------------------------------
> >> >> >> 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
> >> >> >
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> 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
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> 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
> >
> 
> 
> ---------------------------------------------------------------------
> 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


Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
Thanks Dawid.

Mike McCandless

http://blog.mikemccandless.com


On Tue, Feb 16, 2016 at 12:35 PM, Dawid Weiss <da...@gmail.com> wrote:
> Just FYI -- Amazon has Windows instances. Yes, they're not free, but
> they're generally fast, can be tuned to one's needs and cost a few
> bucks per hour. If you don't have Windows at hand, this is definitely
> an option!
>
> https://aws.amazon.com/ec2/pricing/
>
> Dawid
>
> On Tue, Feb 16, 2016 at 6:29 PM, Michael McCandless
> <lu...@mikemccandless.com> wrote:
>> Thanks Uwe, I managed to revive an ancient Windows VM ... lemme see
>> how much progress I can make with that first.  34 minutes to run
>> Lucene's core tests!!
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Tue, Feb 16, 2016 at 11:51 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>> Hi Mike,
>>>
>>> I can create another user account on the Jenkins VM. You can log in via Remote Desktop or via SSH (windows command line only). Unfortunately it has no GIT installed at the moment, because Jenkins manages checkouts with Eclipse JGit, s local Git is not needed for non-release tasks.
>>>
>>> Can you contact me on Skype or Hangouts?
>>>
>>> Uwe
>>>
>>> -----
>>> Uwe Schindler
>>> H.-H.-Meier-Allee 63, D-28213 Bremen
>>> http://www.thetaphi.de
>>> eMail: uwe@thetaphi.de
>>>
>>>
>>>> -----Original Message-----
>>>> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>>>> Sent: Tuesday, February 16, 2016 3:38 PM
>>>> To: Lucene/Solr dev <de...@lucene.apache.org>
>>>> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>>>> Build # 5622 - Still Failing!
>>>>
>>>> Thanks Uwe.
>>>>
>>>> How can I access the Jenkins Windows VM?  I think that would be helpful :)
>>>>
>>>> Mike McCandless
>>>>
>>>> http://blog.mikemccandless.com
>>>>
>>>>
>>>> On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>>> > Hi Mike,
>>>> >
>>>> > It is not only Solr, unfortunately. If I run the Lucene Core tests using -
>>>> Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts of it
>>>> is the usual "cannot cleanup files on tearDown", but also errors like the one
>>>> we have seen in Solr: "Opening IndexWriter fails because pending deleted
>>>> files".
>>>> >
>>>> > I remember that you disabled "WindowsDirectory" for several tests. I have
>>>> the feeling you would need to disable windows at all for those tests :-)
>>>> >
>>>> > Do you want to get access to the windows VM on Jenkins? You may use it
>>>> to further debug this.
>>>> >
>>>> > Uwe
>>>> >
>>>> > -----
>>>> > Uwe Schindler
>>>> > H.-H.-Meier-Allee 63, D-28213 Bremen
>>>> > http://www.thetaphi.de
>>>> > eMail: uwe@thetaphi.de
>>>> >
>>>> >
>>>> >> -----Original Message-----
>>>> >> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>>>> >> Sent: Tuesday, February 16, 2016 11:23 AM
>>>> >> To: Lucene/Solr dev <de...@lucene.apache.org>
>>>> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>>>> >> Build # 5622 - Still Failing!
>>>> >>
>>>> >> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
>>>> >> OS-specific "retry on AccessDenied" under Directory instead of making
>>>> >> this IndexWriter's job.
>>>> >>
>>>> >> Hmm SpellChecker.clearIndex ...
>>>> >>
>>>> >> What's happening here is we are trying to open a new IndexWriter on a
>>>> >> a directory that has failed deletions because an IndexReader is still
>>>> >> holding files open.  IndexWriter now refuses to start when the
>>>> >> directory is "dirty" like that because it can lead to difficult
>>>> >> exceptions later, e.g. if IndexWriter tries to overwrite one of these
>>>> >> pending deleted files.
>>>> >>
>>>> >> There is a "simple" solution, which is to open a new FSDirectory,
>>>> >> forcing IW to then retry the deletions.  Or, we could remove this
>>>> >> check in IW.init (leading to possibly scary exceptions later).  Or, we
>>>> >> could make a WindowsDirectoryWrapper that suppresses the check.
>>>> >>
>>>> >> I'll try to look at how Solr is using SpellChecker here to see if it
>>>> >> can create a new FSDirectory instance when it is going to .clearIndex
>>>> >> ... that could be tricky here though.
>>>> >>
>>>> >> Mike McCandless
>>>> >>
>>>> >> http://blog.mikemccandless.com
>>>> >>
>>>> >>
>>>> >> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de>
>>>> wrote:
>>>> >> > I also happens locally on my windows box. It is almost impossible to run
>>>> >> tests without an error like this on windows.
>>>> >> >
>>>> >> > Uwe
>>>> >> >
>>>> >> > -----
>>>> >> > Uwe Schindler
>>>> >> > H.-H.-Meier-Allee 63, D-28213 Bremen
>>>> >> > http://www.thetaphi.de
>>>> >> > eMail: uwe@thetaphi.de
>>>> >> >
>>>> >> >
>>>> >> >> -----Original Message-----
>>>> >> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
>>>> >> >> Sent: Tuesday, February 16, 2016 10:11 AM
>>>> >> >> To: dev@lucene.apache.org; mikemccand@apache.org
>>>> >> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72)
>>>> -
>>>> >> >> Build # 5622 - Still Failing!
>>>> >> >>
>>>> >> >> I have seen those bugs very often recently on Windows. Could this be
>>>> >> >> related to the refactoring that handles "undeletable" files differently?
>>>> The
>>>> >> >> type of exception is new to me, have never seen that before:
>>>> >> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
>>>> >> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>>> still
>>>> >> has
>>>> >> >> pending deleted files; cannot initialize IndexWriter"
>>>> >> >>
>>>> >> >> Uwe
>>>> >> >>
>>>> >> >> -----
>>>> >> >> Uwe Schindler
>>>> >> >> H.-H.-Meier-Allee 63, D-28213 Bremen
>>>> >> >> http://www.thetaphi.de
>>>> >> >> eMail: uwe@thetaphi.de
>>>> >> >>
>>>> >> >>
>>>> >> >> > -----Original Message-----
>>>> >> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
>>>> >> >> > Sent: Tuesday, February 16, 2016 9:58 AM
>>>> >> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
>>>> >> dev@lucene.apache.org
>>>> >> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>>>> >> Build
>>>> >> >> #
>>>> >> >> > 5622 - Still Failing!
>>>> >> >> >
>>>> >> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
>>>> >> Windows/5622/
>>>> >> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
>>>> >> >> >
>>>> >> >> > 5 tests failed.
>>>> >> >> > FAILED:
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>>>> >> >> > mResultsForSuggest
>>>> >> >> >
>>>> >> >> > Error Message:
>>>> >> >> > Directory
>>>> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>>> >> still
>>>> >> >> has
>>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>>> >> >> >
>>>> >> >> > Stack Trace:
>>>> >> >> > java.lang.IllegalArgumentException: Directory
>>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>>> >> trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>>> >> still
>>>> >> >> has
>>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
>>>> >> >> > B]:0)
>>>> >> >> >     at
>>>> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>>>> >> >> > 55)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>>>> >> >> > ker.java:87)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>>>> >> >> > eckComponent.java:131)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>>>> >> >> > rchHandler.java:246)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>>>> >> >> > erBase.java:155)
>>>> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>>>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>>>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>>>> >> >> >     at
>>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>>>> >> >> >     at
>>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>>>> >> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
>>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>> >> >> > ava:62)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>>> >> >> > sorImpl.java:43)
>>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>>> >> >> > dRunner.java:1764)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>>> >> >> > mizedRunner.java:871)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>>> >> >> > mizedRunner.java:907)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>>> >> >> > omizedRunner.java:921)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>>> >> >> > SetupTeardownChained.java:49)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>>> >> >> > readAndTestName.java:48)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>>> >> >> > (ThreadLeakControl.java:809)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>>> >> >> > eakControl.java:460)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>>> >> >> > domizedRunner.java:880)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>>> >> >> > mizedRunner.java:781)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>>> >> >> > mizedRunner.java:816)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>>> >> >> > mizedRunner.java:827)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>>> >> >> > assName.java:41)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>>> >> >> > ertionsRequired.java:53)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>>> >> >> > TestSuites.java:54)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>>> >> >> >
>>>> >> >> >
>>>> >> >> > FAILED:
>>>> >> >> >
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
>>>> >> >> >
>>>> >> >> > Error Message:
>>>> >> >> > Directory
>>>> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>>> >> still
>>>> >> >> has
>>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>>> >> >> >
>>>> >> >> > Stack Trace:
>>>> >> >> > java.lang.IllegalArgumentException: Directory
>>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>>> >> trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>>> >> still
>>>> >> >> has
>>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
>>>> >> >> > D]:0)
>>>> >> >> >     at
>>>> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>>>> >> >> > 55)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>>>> >> >> > ker.java:87)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>>>> >> >> > eckComponent.java:131)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>>>> >> >> > rchHandler.java:246)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>>>> >> >> > erBase.java:155)
>>>> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>>>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>>>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>>>> >> >> >     at
>>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>>>> >> >> >     at
>>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
>>>> >> >> > SpellCheckComponentTest.java:171)
>>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>> >> >> > ava:62)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>>> >> >> > sorImpl.java:43)
>>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>>> >> >> > dRunner.java:1764)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>>> >> >> > mizedRunner.java:871)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>>> >> >> > mizedRunner.java:907)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>>> >> >> > omizedRunner.java:921)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>>> >> >> > SetupTeardownChained.java:49)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>>> >> >> > readAndTestName.java:48)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>>> >> >> > (ThreadLeakControl.java:809)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>>> >> >> > eakControl.java:460)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>>> >> >> > domizedRunner.java:880)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>>> >> >> > mizedRunner.java:781)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>>> >> >> > mizedRunner.java:816)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>>> >> >> > mizedRunner.java:827)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>>> >> >> > assName.java:41)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>>> >> >> > ertionsRequired.java:53)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>>> >> >> > TestSuites.java:54)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>>> >> >> >
>>>> >> >> >
>>>> >> >> > FAILED:
>>>> >> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
>>>> >> >> >
>>>> >> >> > Error Message:
>>>> >> >> > List size mismatch @ spellcheck/suggestions
>>>> >> >> >
>>>> >> >> > Stack Trace:
>>>> >> >> > java.lang.RuntimeException: List size mismatch @
>>>> >> spellcheck/suggestions
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>>>> >> >> > 3E]:0)
>>>> >> >> >     at
>>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
>>>> >> >> >     at
>>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
>>>> >> >> > eckComponentTest.java:147)
>>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>> >> >> > ava:62)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>>> >> >> > sorImpl.java:43)
>>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>>> >> >> > dRunner.java:1764)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>>> >> >> > mizedRunner.java:871)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>>> >> >> > mizedRunner.java:907)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>>> >> >> > omizedRunner.java:921)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>>> >> >> > SetupTeardownChained.java:49)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>>> >> >> > readAndTestName.java:48)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>>> >> >> > (ThreadLeakControl.java:809)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>>> >> >> > eakControl.java:460)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>>> >> >> > domizedRunner.java:880)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>>> >> >> > mizedRunner.java:781)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>>> >> >> > mizedRunner.java:816)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>>> >> >> > mizedRunner.java:827)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>>> >> >> > assName.java:41)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>>> >> >> > ertionsRequired.java:53)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>>> >> >> > TestSuites.java:54)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>>> >> >> >
>>>> >> >> >
>>>> >> >> > FAILED:
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>>>> >> >> > OnCommit
>>>> >> >> >
>>>> >> >> > Error Message:
>>>> >> >> > Exception during query
>>>> >> >> >
>>>> >> >> > Stack Trace:
>>>> >> >> > java.lang.RuntimeException: Exception during query
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
>>>> >> >> > 5]:0)
>>>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
>>>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>>>> >> >> > OnCommit(SpellCheckComponentTest.java:267)
>>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>> >> >> > ava:62)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>>> >> >> > sorImpl.java:43)
>>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>>> >> >> > dRunner.java:1764)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>>> >> >> > mizedRunner.java:871)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>>> >> >> > mizedRunner.java:907)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>>> >> >> > omizedRunner.java:921)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>>> >> >> > SetupTeardownChained.java:49)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>>> >> >> > readAndTestName.java:48)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>>> >> >> > (ThreadLeakControl.java:809)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>>> >> >> > eakControl.java:460)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>>> >> >> > domizedRunner.java:880)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>>> >> >> > mizedRunner.java:781)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>>> >> >> > mizedRunner.java:816)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>>> >> >> > mizedRunner.java:827)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>>> >> >> > assName.java:41)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>>> >> >> > ertionsRequired.java:53)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>>> >> >> > TestSuites.java:54)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>>> >> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>>>> >> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
>>>> >> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
>>>> >> >> > <response>
>>>> >> >> > <lst name="responseHeader"><int name="status">0</int><int
>>>> >> >> > name="QTime">1068</int></lst><result name="response"
>>>> >> >> numFound="0"
>>>> >> >> > start="0"></result><lst name="spellcheck"><lst
>>>> >> >> > name="suggestions"/></lst>
>>>> >> >> > </response>
>>>> >> >> >
>>>> >> >> >     request
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
>>>> >> >> > ml
>>>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
>>>> >> >> >     ... 41 more
>>>> >> >> >
>>>> >> >> >
>>>> >> >> > FAILED:
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>>>> >> >> > est
>>>> >> >> >
>>>> >> >> > Error Message:
>>>> >> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
>>>> >> Directory
>>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>>> >> trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>>> >> >> > 001\control\cores\collection1\data\spellchecker1
>>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>>>> still
>>>> >> >> has
>>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>>> >> >> >
>>>> >> >> > Stack Trace:
>>>> >> >> >
>>>> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>>>> >> Error
>>>> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>>> >> trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>>> >> >> > 001\control\cores\collection1\data\spellchecker1
>>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>>>> still
>>>> >> >> has
>>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>>>> >> >> > 3E]:0)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>>>> >> >> > t.java:577)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>>>> >> >> > 1)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>>>> >> >> > 0)
>>>> >> >> >     at
>>>> >> >> >
>>>> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>>>> >> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>>>> >> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>>>> >> >> > (DistributedSpellCheckComponentTest.java:67)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>>>> >> >> > est(DistributedSpellCheckComponentTest.java:146)
>>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>>> >> >> > ava:62)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>>> >> >> > sorImpl.java:43)
>>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>>> >> >> > dRunner.java:1764)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>>> >> >> > mizedRunner.java:871)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>>> >> >> > mizedRunner.java:907)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>>> >> >> > omizedRunner.java:921)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>>>> >> >> >
>>>> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>>>> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>>> >> >> > SetupTeardownChained.java:49)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>>> >> >> > readAndTestName.java:48)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>>> >> >> > (ThreadLeakControl.java:809)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>>> >> >> > eakControl.java:460)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>>> >> >> > domizedRunner.java:880)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>>> >> >> > mizedRunner.java:781)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>>> >> >> > mizedRunner.java:816)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>>> >> >> > mizedRunner.java:827)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>>> >> >> > fterRule.java:45)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>>> >> >> > assName.java:41)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>>> >> >> >
>>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>>> >> >> > ertionsRequired.java:53)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>>> >> >> > .java:47)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>>> >> >> > TestSuites.java:54)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>>> >> >> > ementAdapter.java:36)
>>>> >> >> >     at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>>> >> >> > run(ThreadLeakControl.java:367)
>>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>>> >> >> >
>>>> >> >> >
>>>> >> >> >
>>>> >> >> >
>>>> >> >> > Build Log:
>>>> >> >> > [...truncated 11172 lines...]
>>>> >> >> >    [junit4] Suite:
>>>> >> >> > org.apache.solr.handler.component.SpellCheckComponentTest
>>>> >> >> >    [junit4]   2> Creating dataDir:
>>>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001
>>>> >> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>>>> >> Randomized
>>>> >> >> ssl
>>>> >> >> > (false) and clientAuth (false)
>>>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>>>> >> ####initCore
>>>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> new
>>>> >> >> > SolrResourceLoader for directory:
>>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>>>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> JNDI
>>>> >> >> not
>>>> >> >> > configured for solr (NoInitialContextEx)
>>>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> using
>>>> >> >> > system property solr.solr.home:
>>>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>>>> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> >> Adding
>>>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>>>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>>>> >> >> classloader
>>>> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> >> Adding
>>>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>>>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>>>> >> >> classloader
>>>> >> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
>>>> >> version
>>>> >> >> of
>>>> >> >> > requestparams : -1
>>>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>>>> with
>>>> >> Solr
>>>> >> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
>>>> instead.
>>>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>>>> with
>>>> >> Solr
>>>> >> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
>>>> >> >> > <mergePolicyFactory> instead.
>>>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>>>> with
>>>> >> Solr
>>>> >> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
>>>> >> >> > <mergePolicyFactory> instead.
>>>> >> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using
>>>> Lucene
>>>> >> >> > MatchVersion: 6.0.0
>>>> >> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
>>>> >> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
>>>> >> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
>>>> >> >> Schema
>>>> >> >> > name=test
>>>> >> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>>>> >> >> > exchange-rates.json, refreshInterval=1440.
>>>> >> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
>>>> default
>>>> >> >> search
>>>> >> >> > field in schema is text
>>>> >> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
>>>> unique
>>>> >> key
>>>> >> >> > field: id
>>>> >> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>>> >> o.a.s.s.FileExchangeRateProvider
>>>> >> >> > Reloading exchange rates from file currency.xml
>>>> >> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>>> >> o.a.s.s.FileExchangeRateProvider
>>>> >> >> > Reloading exchange rates from file currency.xml
>>>> >> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>>>> from
>>>> >> >> > open-exchange-rates.json
>>>> >> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>>>> from
>>>> >> >> > open-exchange-rates.json
>>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> JNDI
>>>> >> >> not
>>>> >> >> > configured for solr (NoInitialContextEx)
>>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> using
>>>> >> >> > system property solr.solr.home:
>>>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> new
>>>> >> >> > SolrResourceLoader for directory:
>>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr'
>>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> JNDI
>>>> >> >> not
>>>> >> >> > configured for solr (NoInitialContextEx)
>>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>>> >> using
>>>> >> >> > system property solr.solr.home:
>>>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
>>>> >> >> > CoreContainer 9183868
>>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>>>> Loading
>>>> >> >> cores
>>>> >> >> > into CoreContainer
>>>> >> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
>>>> >> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>>>> Couldn't
>>>> >> >> add
>>>> >> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr\lib
>>>> >> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>>> >> >> o.a.s.h.c.HttpShardHandlerFactory
>>>> >> >> > created with socketTimeout : 600000,connTimeout :
>>>> >> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
>>>> >> 10000,corePoolSize :
>>>> >> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
>>>> 5,sizeOfQueue :
>>>> >> -
>>>> >> >> > 1,fairnessPolicy : false,useRetries : false,
>>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>>> o.a.s.u.UpdateShardHandler
>>>> >> >> > Creating UpdateShardHandler HTTP client with params:
>>>> >> >> > socketTimeout=30000&connTimeout=30000&retry=true
>>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J
>>>> impl is
>>>> >> >> > org.slf4j.impl.Log4jLoggerFactory
>>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher
>>>> Registering
>>>> >> Log
>>>> >> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>>>> Security
>>>> >> >> conf
>>>> >> >> > doesn't exist. Skipping setup for authorization module.
>>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
>>>> >> >> > authentication plugin used.
>>>> >> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor
>>>> Created
>>>> >> >> > CoreDescriptor: {name=collection1, config=solrconfig-
>>>> >> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
>>>> >> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
>>>> >> >> > collection=collection1,
>>>> >> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
>>>> >> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>>>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
>>>> >> >> (NoInitialContextEx)
>>>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr
>>>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrResourceLoader Adding
>>>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>>>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>>>> >> >> classloader
>>>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrResourceLoader Adding
>>>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>>>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>>>> >> >> classloader
>>>> >> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrConfig current version of requestparams : -1
>>>> >> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
>>>> use
>>>> >> >> > <mergePolicyFactory> instead.
>>>> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is
>>>> deprecated,
>>>> >> >> > configure it on the relevant <mergePolicyFactory> instead.
>>>> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
>>>> >> >> > configure it on the relevant <mergePolicyFactory> instead.
>>>> >> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>>>> >> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
>>>> >> spellcheckcomponent.xml
>>>> >> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
>>>> >> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>>>> >> >> > exchange-rates.json, refreshInterval=1440.
>>>> >> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.s.IndexSchema default search field in schema is text
>>>> >> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.s.IndexSchema unique key field: id
>>>> >> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>>>> >> >> > currency.xml
>>>> >> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>>>> >> >> > currency.xml
>>>> >> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>>>> from
>>>> >> >> > open-exchange-rates.json
>>>> >> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>>>> from
>>>> >> >> > open-exchange-rates.json
>>>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties,
>>>> assuming
>>>> >> >> > default properties: Can't find resource 'configsetprops.json' in
>>>> classpath
>>>> >> or
>>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>>>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>>> >> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
>>>> configuration
>>>> >> >> from
>>>> >> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr\collection1
>>>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrCore
>>>> >> org.apache.solr.core.MockDirectoryFactory
>>>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore
>>>> at
>>>> >> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr\collection1],
>>>> >> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\]
>>>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
>>>> >> >> > collection1
>>>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory
>>>> for
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
>>>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
>>>> >> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
>>>> >> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
>>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist.
>>>> Creating
>>>> >> new
>>>> >> >> > index...
>>>> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory
>>>> for
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index
>>>> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>>>> >> wrapping
>>>> >> >> > class org.apache.lucene.index.TieredMergePolicy:
>>>> [TieredMergePolicy:
>>>> >> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
>>>> >> >> > maxMergedSegmentMB=69.751953125,
>>>> >> floorSegmentMB=0.2412109375,
>>>> >> >> > forceMergeDeletesPctAllowed=25.57842565234008,
>>>> >> >> segmentsPerTier=26.0,
>>>> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>>> >> >> > noCFSRatio=0.4018936825291942
>>>> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy
>>>> SolrDeletionPolicy.onCommit:
>>>> >> >> > commits: num=1
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_1,generation=1}
>>>> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation =
>>>> 1
>>>> >> >> >    [junit4]   2> 1243682 INFO
>>>> (OldIndexDirectoryCleanupThreadForCore-
>>>> >> >> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
>>>> >> >> directories
>>>> >> >> > to cleanup for core collection1 in
>>>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
>>>> >> >> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain
>>>> >> defined as
>>>> >> >> > default, creating implicit default
>>>> >> >> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>>> >> >> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>>> >> >> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>>> >> >> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>>> >> >> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
>>>> >> >> > dbreak,/admin/ping,/update,/admin/file
>>>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
>>>> >> >> > org.apache.solr.search.stats.LocalStatsCache
>>>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>>>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>>>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>>>> >> wrapping
>>>> >> >> > class org.apache.lucene.index.TieredMergePolicy:
>>>> [TieredMergePolicy:
>>>> >> >> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
>>>> >> >> > maxMergedSegmentMB=42.8330078125,
>>>> floorSegmentMB=0.51953125,
>>>> >> >> > forceMergeDeletesPctAllowed=0.0785082531815362,
>>>> >> >> segmentsPerTier=18.0,
>>>> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>>> >> >> > noCFSRatio=0.1273596296641114
>>>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
>>>> >> commits:
>>>> >> >> > num=1
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_1,generation=1}
>>>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation =
>>>> 1
>>>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
>>>> >> >> > [Searcher@1bb54df[collection1] main]
>>>> >> >> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to
>>>> config
>>>> >> >> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to
>>>> use
>>>> >> >> > InMemory storage instead.
>>>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.r.RestManager Initializing RestManager with
>>>> initArgs:
>>>> >> {}
>>>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
>>>> >> >> _rest_managed.json
>>>> >> >> > using InMemoryStorage
>>>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
>>>> >> >> > ManagedResources
>>>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell
>>>> checkers
>>>> >> >> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>>> newSearcher
>>>> >> >> > listener for spellchecker: default
>>>> >> >> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>>> newSearcher
>>>> >> >> > listener for spellchecker: default_teststop
>>>> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
>>>> >> >> > xQueryFrequency=100.0,field=teststop}
>>>> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
>>>> >> >> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
>>>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>>> newSearcher
>>>> >> >> > listener for spellchecker: threshold
>>>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
>>>> >> >> > dTokenFrequency=0.29}
>>>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>>> newSearcher
>>>> >> >> > listener for spellchecker: threshold_direct
>>>> >> >> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>>> newSearcher
>>>> >> >> > listener for spellchecker: multipleFields
>>>> >> >> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>>> newSearcher
>>>> >> >> > listener for spellchecker: freq
>>>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>>> newSearcher
>>>> >> >> > listener for spellchecker: fqcn
>>>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved
>>>> for
>>>> >> >> 10000
>>>> >> >> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: default
>>>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
>>>> >> >> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: default_teststop
>>>> >> >> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>>>> >> ####initCore
>>>> >> >> > end
>>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: direct
>>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: direct_lowerfilt
>>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: wordbreak
>>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: threshold
>>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: threshold_direct
>>>> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: multipleFields
>>>> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: jarowinkler
>>>> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: external
>>>> >> >> >    [junit4]   2> 1243842 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
>>>> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: freq
>>>> >> >> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: fqcn
>>>> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>>> Loading
>>>> >> >> spell
>>>> >> >> > index for spellchecker: perDict
>>>> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>>>> >> processing-
>>>> >> >> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]
>>>> Registered
>>>> >> new
>>>> >> >> > searcher Searcher@1bb54df[collection1]
>>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>>> >> >> >    [junit4]   2> 1243845 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[0]} 0 3
>>>> >> >> >    [junit4]   2> 1243849 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[1]} 0 0
>>>> >> >> >    [junit4]   2> 1243850 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[2]} 0 0
>>>> >> >> >    [junit4]   2> 1243852 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[3]} 0 1
>>>> >> >> >    [junit4]   2> 1243853 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[4]} 0 0
>>>> >> >> >    [junit4]   2> 1243854 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[5]} 0 0
>>>> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[6]} 0 0
>>>> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[7]} 0 0
>>>> >> >> >    [junit4]   2> 1243856 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[8]} 0 0
>>>> >> >> >    [junit4]   2> 1243857 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{add=[9]} 0 0
>>>> >> >> >    [junit4]   2> 1243858 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>>>> commits:
>>>> >> >> num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_1,generation=1}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_2,generation=2}
>>>> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>>>> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
>>>> [Searcher@d09f1a[collection1]
>>>> >> >> main]
>>>> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>>>> >> >> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> default
>>>> >> >> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > default_teststop
>>>> >> >> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold
>>>> >> >> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold_direct
>>>> >> >> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > multipleFields
>>>> >> >> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> freq
>>>> >> >> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> fqcn
>>>> >> >> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>>> >> >> > Searcher@d09f1a[collection1]
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
>>>> >> >> > .0.0):C10)))}
>>>> >> >> >    [junit4]   2> 1244300 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{commit=} 0 455
>>>> >> >> >    [junit4]   2> 1244302 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
>>>> >> >> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
>>>> >> hits=1
>>>> >> >> > status=0 QTime=1
>>>> >> >> >    [junit4]   2> 1244304 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
>>>> >> >> > heck.extendedResults=true} hits=1 status=0 QTime=0
>>>> >> >> >    [junit4]   2> 1244313 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
>>>> >> >> > true} hits=0 status=0 QTime=9
>>>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
>>>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>>>> >> >> DOCUMENTS
>>>> >> >> > FROM INDEX
>>>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{deleteByQuery=*:*} 0 0
>>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>>>> commits:
>>>> >> >> num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_2,generation=2}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_3,generation=3}
>>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
>>>> [Searcher@8d6b4d[collection1]
>>>> >> >> main]
>>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>>>> >> >> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> default
>>>> >> >> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > default_teststop
>>>> >> >> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold
>>>> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold_direct
>>>> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > multipleFields
>>>> >> >> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> freq
>>>> >> >> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> fqcn
>>>> >> >> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>>> >> >> > Searcher@8d6b4d[collection1]
>>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>>> >> >> >    [junit4]   2> 1244406 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>>> >> >> seed#[4226CE0DA090A9C6])
>>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> > path=null params={}{commit=} 0 93
>>>> >> >> >    [junit4]   2> 1244409 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>>>> >> >> > testExtendedResultsCount
>>>> >> >> >    [junit4]   2> 1244411 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>>>> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>>>> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>>>> >> >> >    [junit4]   2> 1244413 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>>>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>>>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>>>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>>>> >> >> >    [junit4]   2> 1244416 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>>>> >> >> >    [junit4]   2> 1244417 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>>>> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>>>> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>>>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_3,generation=3}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_4,generation=4}
>>>> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>>>> >> commit
>>>> >> >> > generation = 4
>>>> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>>>> >> >> > [Searcher@195979d[collection1] main]
>>>> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>>> >> >> > end_commit_flush
>>>> >> >> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> default
>>>> >> >> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > default_teststop
>>>> >> >> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold
>>>> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold_direct
>>>> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > multipleFields
>>>> >> >> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> freq
>>>> >> >> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> fqcn
>>>> >> >> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>>> >> >> > Searcher@195979d[collection1]
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
>>>> >> >> > .0.0):C10)))}
>>>> >> >> >    [junit4]   2> 1244949 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 546
>>>> >> >> >    [junit4]   2> 1245063 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>>>> >> >> webapp=null
>>>> >> >> > path=null
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>>>> >> >> >
>>>> =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
>>>> >> >> > hits=0 status=0 QTime=117
>>>> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>>>> >> >> webapp=null
>>>> >> >> > path=null
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>>>> >> >> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0
>>>> >> QTime=1
>>>> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>>>> >> >> > testExtendedResultsCount
>>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>>> >> >> [collection1]
>>>> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
>>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*}
>>>> 0 0
>>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>>>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_4,generation=4}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_5,generation=5}
>>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>>>> >> commit
>>>> >> >> > generation = 5
>>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>>>> >> >> > [Searcher@9a0ca2[collection1] main]
>>>> >> >> >    [junit4]   2> 1245067 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>>> >> >> > end_commit_flush
>>>> >> >> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> default
>>>> >> >> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > default_teststop
>>>> >> >> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold
>>>> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold_direct
>>>> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > multipleFields
>>>> >> >> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> freq
>>>> >> >> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> fqcn
>>>> >> >> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>>> >> >> > Searcher@9a0ca2[collection1]
>>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>>> >> >> >    [junit4]   2> 1245241 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 180
>>>> >> >> >    [junit4]   2> 1245245 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
>>>> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[0]} 0 1
>>>> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[1]} 0 0
>>>> >> >> >    [junit4]   2> 1245248 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[2]} 0 1
>>>> >> >> >    [junit4]   2> 1245249 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[3]} 0 0
>>>> >> >> >    [junit4]   2> 1245250 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[4]} 0 0
>>>> >> >> >    [junit4]   2> 1245251 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[5]} 0 0
>>>> >> >> >    [junit4]   2> 1245252 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[6]} 0 0
>>>> >> >> >    [junit4]   2> 1245253 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[7]} 0 0
>>>> >> >> >    [junit4]   2> 1245254 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[8]} 0 0
>>>> >> >> >    [junit4]   2> 1245255 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[9]} 0 0
>>>> >> >> >    [junit4]   2> 1245256 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>>>> >> num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_5,generation=5}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_6,generation=6}
>>>> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>>>> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1]
>>>> >> main]
>>>> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>>>> >> >> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> default
>>>> >> >> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > default_teststop
>>>> >> >> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold
>>>> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold_direct
>>>> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > multipleFields
>>>> >> >> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> freq
>>>> >> >> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> fqcn
>>>> >> >> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>>> >> >> > Searcher@1ffed7d[collection1]
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
>>>> >> >> > .0.0):C10)))}
>>>> >> >> >    [junit4]   2> 1245902 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{commit=} 0 666
>>>> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>>>> >> >> >
>>>> params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
>>>> >> >> hits=0
>>>> >> >> > status=0 QTime=2
>>>> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
>>>> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>>>> >> DOCUMENTS
>>>> >> >> > FROM INDEX
>>>> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{deleteByQuery=*:*} 0 0
>>>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>>>> >> num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_6,generation=6}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_7,generation=7}
>>>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
>>>> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1]
>>>> >> main]
>>>> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>>>> >> >> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> default
>>>> >> >> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > default_teststop
>>>> >> >> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold
>>>> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold_direct
>>>> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > multipleFields
>>>> >> >> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> freq
>>>> >> >> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> fqcn
>>>> >> >> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>>> >> >> > Searcher@15975c[collection1]
>>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>>> >> >> >    [junit4]   2> 1246105 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{commit=} 0 203
>>>> >> >> >    [junit4]   2> 1246108 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>>>> >> >> > testRelativeIndexDirLocation
>>>> >> >> >    [junit4]   2> 1246109 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>>>> >> >> >    [junit4]   2> 1246111 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>>>> >> >> >    [junit4]   2> 1246112 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>>>> >> >> >    [junit4]   2> 1246113 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>>>> >> >> >    [junit4]   2> 1246114 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>>>> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>>>> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>>>> >> >> >    [junit4]   2> 1246117 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>>>> >> >> >    [junit4]   2> 1246118 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>>>> >> >> >    [junit4]   2> 1246119 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>>>> >> >> >    [junit4]   2> 1246120 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>>>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_7,generation=7}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_8,generation=8}
>>>> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>>>> >> commit
>>>> >> >> > generation = 8
>>>> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>>>> >> >> > [Searcher@1e381c0[collection1] main]
>>>> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>>> >> >> > end_commit_flush
>>>> >> >> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> default
>>>> >> >> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > default_teststop
>>>> >> >> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold
>>>> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold_direct
>>>> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > multipleFields
>>>> >> >> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> freq
>>>> >> >> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> fqcn
>>>> >> >> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>>> >> >> > Searcher@1e381c0[collection1]
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
>>>> >> >> > .0.0):C10)))}
>>>> >> >> >    [junit4]   2> 1247359 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
>>>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>>>> >> >> > testRelativeIndexDirLocation
>>>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>>> >> >> [collection1]
>>>> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
>>>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*}
>>>> 0 0
>>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>>>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_8,generation=8}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_9,generation=9}
>>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>>>> >> commit
>>>> >> >> > generation = 9
>>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>>>> >> >> > [Searcher@13af3f9[collection1] main]
>>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>>> >> >> > end_commit_flush
>>>> >> >> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> default
>>>> >> >> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > default_teststop
>>>> >> >> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold
>>>> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > threshold_direct
>>>> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> >> > multipleFields
>>>> >> >> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> freq
>>>> >> >> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>>> >> fqcn
>>>> >> >> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
>>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>>> >> >> > Searcher@13af3f9[collection1]
>>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>>> >> >> >    [junit4]   2> 1247785 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>>> o.a.s.u.p.LogUpdateProcessorFactory
>>>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 436
>>>> >> >> >    [junit4]   2> 1247787 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
>>>> >> >> >    [junit4]   2> 1247788 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[0]} 0 1
>>>> >> >> >    [junit4]   2> 1247790 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[1]} 0 0
>>>> >> >> >    [junit4]   2> 1247791 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[2]} 0 0
>>>> >> >> >    [junit4]   2> 1247792 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[3]} 0 0
>>>> >> >> >    [junit4]   2> 1247793 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[4]} 0 0
>>>> >> >> >    [junit4]   2> 1247794 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[5]} 0 0
>>>> >> >> >    [junit4]   2> 1247795 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[6]} 0 0
>>>> >> >> >    [junit4]   2> 1247796 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[7]} 0 0
>>>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[8]} 0 0
>>>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>>> >> >> path=null
>>>> >> >> > params={}{add=[9]} 0 0
>>>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>>> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>>>> >> num=2
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_9,generation=9}
>>>> >> >> >    [junit4]   2>
>>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>>> >> >> > egFN=segments_a,generation=10}
>>>> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
>>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>>> >> >> seed#[4226CE0DA090A9C6]) [
>>>> >> >> > ] o.a.s.c.SolrDele
>>>> >> >> >
>>>> >> >> > [...truncated too long message...]
>>>> >> >> >
>>>> >> >> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
>>>> >> >> 001\tempDir-
>>>> >> >> > 001\shard1\cores\collection1\data\index;done=false>>]
>>>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>>> >> >> > 001\shard1\cores\collection1\data\index
>>>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>>> >> >> 001\shard1\cores\collection1\data
>>>> >> >> >
>>>> >>
>>>> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>>> >> >> > 001\shard1\cores\collection1\data;done=false>>]
>>>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>>> >> >> 001\shard1\cores\collection1\data
>>>> >> >> >    [junit4]   2> 1393934 INFO  (TEST-
>>>> >> >> > DistributedSpellCheckComponentTest.test-
>>>> seed#[4226CE0DA090A9C6])
>>>> >> [
>>>> >> >> ]
>>>> >> >> > o.e.j.s.h.ContextHandler Stopped
>>>> >> >> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
>>>> >> >> >    [junit4]   2> NOTE: reproduce with: ant test  -
>>>> >> >> > Dtestcase=DistributedSpellCheckComponentTest -
>>>> Dtests.method=test
>>>> >> -
>>>> >> >> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -
>>>> Dtests.locale=en-
>>>> >> US -
>>>> >> >> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
>>>> >> >> Dtests.file.encoding=US-
>>>> >> >> > ASCII
>>>> >> >> >    [junit4] ERROR   16.6s J0 |
>>>> DistributedSpellCheckComponentTest.test
>>>> >> <<<
>>>> >> >> >    [junit4]    > Throwable #1:
>>>> >> >> >
>>>> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>>>> >> Error
>>>> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>>> >> trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>>> >> >> > 001\control\cores\collection1\data\spellchecker1
>>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>>>> still
>>>> >> >> has
>>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>>>> >> >> > 3E]:0)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>>>> >> >> > t.java:577)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>>>> >> >> > 1)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>>>> >> >> > 0)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>>>> >> >> > (DistributedSpellCheckComponentTest.java:67)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>>>> >> >> > est(DistributedSpellCheckComponentTest.java:146)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>>>> >> >> >
>>>> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>>>> >> >> >    [junit4]    >    at
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>>>> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>>>> >> >> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
>>>> >> >> >    [junit4]   2> 1393948 INFO  (SUITE-
>>>> >> DistributedSpellCheckComponentTest-
>>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>>>> >> >> ###deleteCore
>>>> >> >> >    [junit4]   2> NOTE: leaving temporary files on disk at:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build\solr-
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>>> >> >> > ntTest_4226CE0DA090A9C6-001
>>>> >> >> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
>>>> >> >> > {start1=Lucene50(blocksize=128),
>>>> >> >> > range_facet_l_dv=Lucene50(blocksize=128),
>>>> >> >> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > intDefault=PostingsFormat(name=Direct),
>>>> >> >> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > _version_=PostingsFormat(name=Direct),
>>>> >> >> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>>>> >> >> > end3=PostingsFormat(name=Direct),
>>>> end2=Lucene50(blocksize=128),
>>>> >> >> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > id=Lucene50(blocksize=128),
>>>> >> >> >
>>>> range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > gram2=Lucene50(blocksize=128),
>>>> gram3=PostingsFormat(name=Direct),
>>>> >> >> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>>>> >> >> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>>>> >> >> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
>>>> >> >> > start4=PostingsFormat(name=Direct)},
>>>> >> >> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
>>>> >> >> > range_facet_i_dv=DocValuesFormat(name=Direct),
>>>> >> >> > timestamp=DocValuesFormat(name=Direct)},
>>>> >> >> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-
>>>> US,
>>>> >> >> > timezone=Etc/GMT+7
>>>> >> >> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72
>>>> (32-
>>>> >> >> > bit)/cpus=3,threads=1,free=28695536,total=337784832
>>>> >> >> >    [junit4]   2> NOTE: All tests run in this JVM:
>>>> >> >> > [TestSweetSpotSimilarityFactory,
>>>> HdfsCollectionsAPIDistributedZkTest,
>>>> >> >> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
>>>> >> >> > TestAuthorizationFramework, QueryResultKeyTest,
>>>> ClusterStateTest,
>>>> >> >> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
>>>> >> >> > TestReRankQParserPlugin, SimpleFacetsTest,
>>>> TestChildDocTransformer,
>>>> >> >> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
>>>> >> >> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
>>>> >> >> TestCodecSupport,
>>>> >> >> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
>>>> >> >> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
>>>> >> >> > AddSchemaFieldsUpdateProcessorFactoryTest,
>>>> >> >> TestQuerySenderNoQuery,
>>>> >> >> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
>>>> >> >> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest,
>>>> >> RollingRestartTest,
>>>> >> >> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
>>>> >> >> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
>>>> >> >> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest,
>>>> BadComponentTest,
>>>> >> >> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
>>>> >> >> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
>>>> >> >> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
>>>> >> >> > TestOverriddenPrefixQueryForCustomFieldType,
>>>> >> TestConfigSetImmutable,
>>>> >> >> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
>>>> >> >> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
>>>> >> >> > TestMinMaxOnMultiValuedField, TestRestManager,
>>>> >> TestExactStatsCache,
>>>> >> >> > TestManagedResource, TestCollapseQParserPlugin,
>>>> >> TestReloadDeadlock,
>>>> >> >> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
>>>> >> >> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties,
>>>> >> HLLUtilTest,
>>>> >> >> > SimplePostToolTest, TestAnalyzedSuggestions,
>>>> >> >> ExitableDirectoryReaderTest,
>>>> >> >> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
>>>> >> >> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
>>>> >> >> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
>>>> >> >> TestDocumentBuilder,
>>>> >> >> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
>>>> >> >> > TestRandomRequestDistribution, QueryEqualityTest,
>>>> >> >> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
>>>> >> >> > TestReplicationHandler, BlockJoinFacetSimpleTest,
>>>> >> >> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
>>>> >> >> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
>>>> >> >> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
>>>> >> >> > XmlUpdateRequestHandlerTest,
>>>> HdfsChaosMonkeyNothingIsSafeTest,
>>>> >> >> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
>>>> >> SoftAutoCommitTest,
>>>> >> >> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
>>>> >> >> > CircularListTest, BlockDirectoryTest, TestStressVersions,
>>>> >> >> > TestSolrConfigHandlerCloud, TestBlobHandler,
>>>> >> >> StandardRequestHandlerTest,
>>>> >> >> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
>>>> >> >> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample,
>>>> >> HttpPartitionTest,
>>>> >> >> > TestCursorMarkWithoutUniqueKey,
>>>> >> >> DistributedSpellCheckComponentTest]
>>>> >> >> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
>>>> >> >> > FAILURES!
>>>> >> >> >
>>>> >> >> > [...truncated 1061 lines...]
>>>> >> >> > BUILD FAILED
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\build.xml:740: The following error occurred while
>>>> executing
>>>> >> this
>>>> >> >> > line:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\build.xml:684: The following error occurred while
>>>> executing
>>>> >> this
>>>> >> >> > line:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> Windows\build.xml:59:
>>>> >> >> > The following error occurred while executing this line:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\build.xml:233: The following error occurred while
>>>> >> executing
>>>> >> >> > this line:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\solr\common-build.xml:524: The following error occurred
>>>> >> while
>>>> >> >> > executing this line:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\lucene\common-build.xml:1457: The following error
>>>> occurred
>>>> >> >> > while executing this line:
>>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>>> >> >> > Windows\lucene\common-build.xml:1014: There were test failures:
>>>> 579
>>>> >> >> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions)
>>>> >> [seed:
>>>> >> >> > 4226CE0DA090A9C6]
>>>> >> >> >
>>>> >> >> > Total time: 77 minutes 7 seconds
>>>> >> >> > Build step 'Invoke Ant' marked build as failure
>>>> >> >> > Archiving artifacts
>>>> >> >> > [WARNINGS] Skipping publisher since build result is FAILURE
>>>> >> >> > Recording test results
>>>> >> >> > Email was triggered for: Failure - Any
>>>> >> >> > Sending email for trigger: Failure - Any
>>>> >> >> >
>>>> >> >>
>>>> >> >>
>>>> >> >>
>>>> >> >> ---------------------------------------------------------------------
>>>> >> >> 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
>>>> >> >
>>>> >>
>>>> >> ---------------------------------------------------------------------
>>>> >> 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
>>>> >
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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
>>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
>

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


Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Dawid Weiss <da...@gmail.com>.
Just FYI -- Amazon has Windows instances. Yes, they're not free, but
they're generally fast, can be tuned to one's needs and cost a few
bucks per hour. If you don't have Windows at hand, this is definitely
an option!

https://aws.amazon.com/ec2/pricing/

Dawid

On Tue, Feb 16, 2016 at 6:29 PM, Michael McCandless
<lu...@mikemccandless.com> wrote:
> Thanks Uwe, I managed to revive an ancient Windows VM ... lemme see
> how much progress I can make with that first.  34 minutes to run
> Lucene's core tests!!
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Tue, Feb 16, 2016 at 11:51 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> Hi Mike,
>>
>> I can create another user account on the Jenkins VM. You can log in via Remote Desktop or via SSH (windows command line only). Unfortunately it has no GIT installed at the moment, because Jenkins manages checkouts with Eclipse JGit, s local Git is not needed for non-release tasks.
>>
>> Can you contact me on Skype or Hangouts?
>>
>> Uwe
>>
>> -----
>> Uwe Schindler
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: uwe@thetaphi.de
>>
>>
>>> -----Original Message-----
>>> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>>> Sent: Tuesday, February 16, 2016 3:38 PM
>>> To: Lucene/Solr dev <de...@lucene.apache.org>
>>> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>>> Build # 5622 - Still Failing!
>>>
>>> Thanks Uwe.
>>>
>>> How can I access the Jenkins Windows VM?  I think that would be helpful :)
>>>
>>> Mike McCandless
>>>
>>> http://blog.mikemccandless.com
>>>
>>>
>>> On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>> > Hi Mike,
>>> >
>>> > It is not only Solr, unfortunately. If I run the Lucene Core tests using -
>>> Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts of it
>>> is the usual "cannot cleanup files on tearDown", but also errors like the one
>>> we have seen in Solr: "Opening IndexWriter fails because pending deleted
>>> files".
>>> >
>>> > I remember that you disabled "WindowsDirectory" for several tests. I have
>>> the feeling you would need to disable windows at all for those tests :-)
>>> >
>>> > Do you want to get access to the windows VM on Jenkins? You may use it
>>> to further debug this.
>>> >
>>> > Uwe
>>> >
>>> > -----
>>> > Uwe Schindler
>>> > H.-H.-Meier-Allee 63, D-28213 Bremen
>>> > http://www.thetaphi.de
>>> > eMail: uwe@thetaphi.de
>>> >
>>> >
>>> >> -----Original Message-----
>>> >> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>>> >> Sent: Tuesday, February 16, 2016 11:23 AM
>>> >> To: Lucene/Solr dev <de...@lucene.apache.org>
>>> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>>> >> Build # 5622 - Still Failing!
>>> >>
>>> >> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
>>> >> OS-specific "retry on AccessDenied" under Directory instead of making
>>> >> this IndexWriter's job.
>>> >>
>>> >> Hmm SpellChecker.clearIndex ...
>>> >>
>>> >> What's happening here is we are trying to open a new IndexWriter on a
>>> >> a directory that has failed deletions because an IndexReader is still
>>> >> holding files open.  IndexWriter now refuses to start when the
>>> >> directory is "dirty" like that because it can lead to difficult
>>> >> exceptions later, e.g. if IndexWriter tries to overwrite one of these
>>> >> pending deleted files.
>>> >>
>>> >> There is a "simple" solution, which is to open a new FSDirectory,
>>> >> forcing IW to then retry the deletions.  Or, we could remove this
>>> >> check in IW.init (leading to possibly scary exceptions later).  Or, we
>>> >> could make a WindowsDirectoryWrapper that suppresses the check.
>>> >>
>>> >> I'll try to look at how Solr is using SpellChecker here to see if it
>>> >> can create a new FSDirectory instance when it is going to .clearIndex
>>> >> ... that could be tricky here though.
>>> >>
>>> >> Mike McCandless
>>> >>
>>> >> http://blog.mikemccandless.com
>>> >>
>>> >>
>>> >> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de>
>>> wrote:
>>> >> > I also happens locally on my windows box. It is almost impossible to run
>>> >> tests without an error like this on windows.
>>> >> >
>>> >> > Uwe
>>> >> >
>>> >> > -----
>>> >> > Uwe Schindler
>>> >> > H.-H.-Meier-Allee 63, D-28213 Bremen
>>> >> > http://www.thetaphi.de
>>> >> > eMail: uwe@thetaphi.de
>>> >> >
>>> >> >
>>> >> >> -----Original Message-----
>>> >> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
>>> >> >> Sent: Tuesday, February 16, 2016 10:11 AM
>>> >> >> To: dev@lucene.apache.org; mikemccand@apache.org
>>> >> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72)
>>> -
>>> >> >> Build # 5622 - Still Failing!
>>> >> >>
>>> >> >> I have seen those bugs very often recently on Windows. Could this be
>>> >> >> related to the refactoring that handles "undeletable" files differently?
>>> The
>>> >> >> type of exception is new to me, have never seen that before:
>>> >> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
>>> >> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>> still
>>> >> has
>>> >> >> pending deleted files; cannot initialize IndexWriter"
>>> >> >>
>>> >> >> Uwe
>>> >> >>
>>> >> >> -----
>>> >> >> Uwe Schindler
>>> >> >> H.-H.-Meier-Allee 63, D-28213 Bremen
>>> >> >> http://www.thetaphi.de
>>> >> >> eMail: uwe@thetaphi.de
>>> >> >>
>>> >> >>
>>> >> >> > -----Original Message-----
>>> >> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
>>> >> >> > Sent: Tuesday, February 16, 2016 9:58 AM
>>> >> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
>>> >> dev@lucene.apache.org
>>> >> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>>> >> Build
>>> >> >> #
>>> >> >> > 5622 - Still Failing!
>>> >> >> >
>>> >> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
>>> >> Windows/5622/
>>> >> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
>>> >> >> >
>>> >> >> > 5 tests failed.
>>> >> >> > FAILED:
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>>> >> >> > mResultsForSuggest
>>> >> >> >
>>> >> >> > Error Message:
>>> >> >> > Directory
>>> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>> >> still
>>> >> >> has
>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>> >> >> >
>>> >> >> > Stack Trace:
>>> >> >> > java.lang.IllegalArgumentException: Directory
>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> >> trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>> >> still
>>> >> >> has
>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
>>> >> >> > B]:0)
>>> >> >> >     at
>>> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>>> >> >> > 55)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>>> >> >> > ker.java:87)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>>> >> >> > eckComponent.java:131)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>>> >> >> > rchHandler.java:246)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>>> >> >> > erBase.java:155)
>>> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>>> >> >> >     at
>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>>> >> >> >     at
>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>>> >> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>> >> >> > ava:62)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> >> >> > sorImpl.java:43)
>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>> >> >> > dRunner.java:1764)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>> >> >> > mizedRunner.java:871)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>> >> >> > mizedRunner.java:907)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>> >> >> > omizedRunner.java:921)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>> >> >> > SetupTeardownChained.java:49)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>> >> >> > readAndTestName.java:48)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>> >> >> > (ThreadLeakControl.java:809)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>> >> >> > eakControl.java:460)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>> >> >> > domizedRunner.java:880)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>> >> >> > mizedRunner.java:781)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>> >> >> > mizedRunner.java:816)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>> >> >> > mizedRunner.java:827)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>> >> >> > assName.java:41)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>> >> >> > ertionsRequired.java:53)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>> >> >> > TestSuites.java:54)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>> >> >> >
>>> >> >> >
>>> >> >> > FAILED:
>>> >> >> >
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
>>> >> >> >
>>> >> >> > Error Message:
>>> >> >> > Directory
>>> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>> >> still
>>> >> >> has
>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>> >> >> >
>>> >> >> > Stack Trace:
>>> >> >> > java.lang.IllegalArgumentException: Directory
>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> >> trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>>> >> still
>>> >> >> has
>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
>>> >> >> > D]:0)
>>> >> >> >     at
>>> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>>> >> >> > 55)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>>> >> >> > ker.java:87)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>>> >> >> > eckComponent.java:131)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>>> >> >> > rchHandler.java:246)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>>> >> >> > erBase.java:155)
>>> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>>> >> >> >     at
>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>>> >> >> >     at
>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
>>> >> >> > SpellCheckComponentTest.java:171)
>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>> >> >> > ava:62)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> >> >> > sorImpl.java:43)
>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>> >> >> > dRunner.java:1764)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>> >> >> > mizedRunner.java:871)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>> >> >> > mizedRunner.java:907)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>> >> >> > omizedRunner.java:921)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>> >> >> > SetupTeardownChained.java:49)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>> >> >> > readAndTestName.java:48)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>> >> >> > (ThreadLeakControl.java:809)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>> >> >> > eakControl.java:460)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>> >> >> > domizedRunner.java:880)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>> >> >> > mizedRunner.java:781)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>> >> >> > mizedRunner.java:816)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>> >> >> > mizedRunner.java:827)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>> >> >> > assName.java:41)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>> >> >> > ertionsRequired.java:53)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>> >> >> > TestSuites.java:54)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>> >> >> >
>>> >> >> >
>>> >> >> > FAILED:
>>> >> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
>>> >> >> >
>>> >> >> > Error Message:
>>> >> >> > List size mismatch @ spellcheck/suggestions
>>> >> >> >
>>> >> >> > Stack Trace:
>>> >> >> > java.lang.RuntimeException: List size mismatch @
>>> >> spellcheck/suggestions
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>>> >> >> > 3E]:0)
>>> >> >> >     at
>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
>>> >> >> >     at
>>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
>>> >> >> > eckComponentTest.java:147)
>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>> >> >> > ava:62)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> >> >> > sorImpl.java:43)
>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>> >> >> > dRunner.java:1764)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>> >> >> > mizedRunner.java:871)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>> >> >> > mizedRunner.java:907)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>> >> >> > omizedRunner.java:921)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>> >> >> > SetupTeardownChained.java:49)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>> >> >> > readAndTestName.java:48)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>> >> >> > (ThreadLeakControl.java:809)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>> >> >> > eakControl.java:460)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>> >> >> > domizedRunner.java:880)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>> >> >> > mizedRunner.java:781)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>> >> >> > mizedRunner.java:816)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>> >> >> > mizedRunner.java:827)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>> >> >> > assName.java:41)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>> >> >> > ertionsRequired.java:53)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>> >> >> > TestSuites.java:54)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>> >> >> >
>>> >> >> >
>>> >> >> > FAILED:
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>>> >> >> > OnCommit
>>> >> >> >
>>> >> >> > Error Message:
>>> >> >> > Exception during query
>>> >> >> >
>>> >> >> > Stack Trace:
>>> >> >> > java.lang.RuntimeException: Exception during query
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
>>> >> >> > 5]:0)
>>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
>>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>>> >> >> > OnCommit(SpellCheckComponentTest.java:267)
>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>> >> >> > ava:62)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> >> >> > sorImpl.java:43)
>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>> >> >> > dRunner.java:1764)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>> >> >> > mizedRunner.java:871)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>> >> >> > mizedRunner.java:907)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>> >> >> > omizedRunner.java:921)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>> >> >> > SetupTeardownChained.java:49)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>> >> >> > readAndTestName.java:48)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>> >> >> > (ThreadLeakControl.java:809)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>> >> >> > eakControl.java:460)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>> >> >> > domizedRunner.java:880)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>> >> >> > mizedRunner.java:781)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>> >> >> > mizedRunner.java:816)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>> >> >> > mizedRunner.java:827)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>> >> >> > assName.java:41)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>> >> >> > ertionsRequired.java:53)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>> >> >> > TestSuites.java:54)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>> >> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>>> >> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
>>> >> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
>>> >> >> > <response>
>>> >> >> > <lst name="responseHeader"><int name="status">0</int><int
>>> >> >> > name="QTime">1068</int></lst><result name="response"
>>> >> >> numFound="0"
>>> >> >> > start="0"></result><lst name="spellcheck"><lst
>>> >> >> > name="suggestions"/></lst>
>>> >> >> > </response>
>>> >> >> >
>>> >> >> >     request
>>> >> >> >
>>> >> >>
>>> >>
>>> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
>>> >> >> > ml
>>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
>>> >> >> >     ... 41 more
>>> >> >> >
>>> >> >> >
>>> >> >> > FAILED:
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>>> >> >> > est
>>> >> >> >
>>> >> >> > Error Message:
>>> >> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
>>> >> Directory
>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> >> trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>> >> >> > 001\control\cores\collection1\data\spellchecker1
>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>>> still
>>> >> >> has
>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>> >> >> >
>>> >> >> > Stack Trace:
>>> >> >> >
>>> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>>> >> Error
>>> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> >> trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>> >> >> > 001\control\cores\collection1\data\spellchecker1
>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>>> still
>>> >> >> has
>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>>> >> >> > 3E]:0)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>>> >> >> > t.java:577)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>>> >> >> > 1)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>>> >> >> > 0)
>>> >> >> >     at
>>> >> >> >
>>> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>>> >> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>>> >> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>>> >> >> > (DistributedSpellCheckComponentTest.java:67)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>>> >> >> > est(DistributedSpellCheckComponentTest.java:146)
>>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>> >> >> > ava:62)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> >> >> > sorImpl.java:43)
>>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>> >> >> > dRunner.java:1764)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>> >> >> > mizedRunner.java:871)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>>> >> >> > mizedRunner.java:907)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>>> >> >> > omizedRunner.java:921)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>>> >> >> >
>>> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>>> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>> >> >> > SetupTeardownChained.java:49)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>> >> >> > readAndTestName.java:48)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>> >> >> > (ThreadLeakControl.java:809)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>> >> >> > eakControl.java:460)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>> >> >> > domizedRunner.java:880)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>> >> >> > mizedRunner.java:781)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>> >> >> > mizedRunner.java:816)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>> >> >> > mizedRunner.java:827)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> >> >> > fterRule.java:45)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>> >> >> > assName.java:41)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> >> >> >
>>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>> >> >> > ertionsRequired.java:53)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> >> >> > .java:47)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> >> >> > IgnoreAfterMaxFailures.java:64)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>> >> >> > TestSuites.java:54)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> >> >> > ementAdapter.java:36)
>>> >> >> >     at
>>> >> >> >
>>> >> >>
>>> >>
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> >> >> > run(ThreadLeakControl.java:367)
>>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>>> >> >> >
>>> >> >> >
>>> >> >> >
>>> >> >> >
>>> >> >> > Build Log:
>>> >> >> > [...truncated 11172 lines...]
>>> >> >> >    [junit4] Suite:
>>> >> >> > org.apache.solr.handler.component.SpellCheckComponentTest
>>> >> >> >    [junit4]   2> Creating dataDir:
>>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001
>>> >> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>>> >> Randomized
>>> >> >> ssl
>>> >> >> > (false) and clientAuth (false)
>>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>>> >> ####initCore
>>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> new
>>> >> >> > SolrResourceLoader for directory:
>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> JNDI
>>> >> >> not
>>> >> >> > configured for solr (NoInitialContextEx)
>>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> using
>>> >> >> > system property solr.solr.home:
>>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>>> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> >> Adding
>>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>>> >> >> classloader
>>> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> >> Adding
>>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>>> >> >> classloader
>>> >> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
>>> >> version
>>> >> >> of
>>> >> >> > requestparams : -1
>>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>>> with
>>> >> Solr
>>> >> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
>>> instead.
>>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>>> with
>>> >> Solr
>>> >> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
>>> >> >> > <mergePolicyFactory> instead.
>>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>>> with
>>> >> Solr
>>> >> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
>>> >> >> > <mergePolicyFactory> instead.
>>> >> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using
>>> Lucene
>>> >> >> > MatchVersion: 6.0.0
>>> >> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
>>> >> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
>>> >> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
>>> >> >> Schema
>>> >> >> > name=test
>>> >> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>>> >> >> > exchange-rates.json, refreshInterval=1440.
>>> >> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
>>> default
>>> >> >> search
>>> >> >> > field in schema is text
>>> >> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
>>> unique
>>> >> key
>>> >> >> > field: id
>>> >> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>> >> o.a.s.s.FileExchangeRateProvider
>>> >> >> > Reloading exchange rates from file currency.xml
>>> >> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>> >> o.a.s.s.FileExchangeRateProvider
>>> >> >> > Reloading exchange rates from file currency.xml
>>> >> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>>> from
>>> >> >> > open-exchange-rates.json
>>> >> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>>> from
>>> >> >> > open-exchange-rates.json
>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> JNDI
>>> >> >> not
>>> >> >> > configured for solr (NoInitialContextEx)
>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> using
>>> >> >> > system property solr.solr.home:
>>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> new
>>> >> >> > SolrResourceLoader for directory:
>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr'
>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> JNDI
>>> >> >> not
>>> >> >> > configured for solr (NoInitialContextEx)
>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>>> >> using
>>> >> >> > system property solr.solr.home:
>>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
>>> >> >> > CoreContainer 9183868
>>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>>> Loading
>>> >> >> cores
>>> >> >> > into CoreContainer
>>> >> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
>>> >> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>>> Couldn't
>>> >> >> add
>>> >> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr\lib
>>> >> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>> >> >> o.a.s.h.c.HttpShardHandlerFactory
>>> >> >> > created with socketTimeout : 600000,connTimeout :
>>> >> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
>>> >> 10000,corePoolSize :
>>> >> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
>>> 5,sizeOfQueue :
>>> >> -
>>> >> >> > 1,fairnessPolicy : false,useRetries : false,
>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>>> o.a.s.u.UpdateShardHandler
>>> >> >> > Creating UpdateShardHandler HTTP client with params:
>>> >> >> > socketTimeout=30000&connTimeout=30000&retry=true
>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J
>>> impl is
>>> >> >> > org.slf4j.impl.Log4jLoggerFactory
>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher
>>> Registering
>>> >> Log
>>> >> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>>> Security
>>> >> >> conf
>>> >> >> > doesn't exist. Skipping setup for authorization module.
>>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
>>> >> >> > authentication plugin used.
>>> >> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor
>>> Created
>>> >> >> > CoreDescriptor: {name=collection1, config=solrconfig-
>>> >> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
>>> >> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
>>> >> >> > collection=collection1,
>>> >> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
>>> >> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
>>> >> >> (NoInitialContextEx)
>>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr
>>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrResourceLoader Adding
>>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>>> >> >> classloader
>>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrResourceLoader Adding
>>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>>> >> >> classloader
>>> >> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrConfig current version of requestparams : -1
>>> >> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
>>> use
>>> >> >> > <mergePolicyFactory> instead.
>>> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is
>>> deprecated,
>>> >> >> > configure it on the relevant <mergePolicyFactory> instead.
>>> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
>>> >> >> > configure it on the relevant <mergePolicyFactory> instead.
>>> >> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>>> >> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
>>> >> spellcheckcomponent.xml
>>> >> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
>>> >> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>>> >> >> > exchange-rates.json, refreshInterval=1440.
>>> >> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.s.IndexSchema default search field in schema is text
>>> >> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.s.IndexSchema unique key field: id
>>> >> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>>> >> >> > currency.xml
>>> >> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>>> >> >> > currency.xml
>>> >> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>>> from
>>> >> >> > open-exchange-rates.json
>>> >> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>>> from
>>> >> >> > open-exchange-rates.json
>>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties,
>>> assuming
>>> >> >> > default properties: Can't find resource 'configsetprops.json' in
>>> classpath
>>> >> or
>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>>> >> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
>>> configuration
>>> >> >> from
>>> >> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr\collection1
>>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrCore
>>> >> org.apache.solr.core.MockDirectoryFactory
>>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore
>>> at
>>> >> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr\collection1],
>>> >> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\]
>>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
>>> >> >> > collection1
>>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory
>>> for
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
>>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
>>> >> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
>>> >> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
>>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist.
>>> Creating
>>> >> new
>>> >> >> > index...
>>> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory
>>> for
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index
>>> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>>> >> wrapping
>>> >> >> > class org.apache.lucene.index.TieredMergePolicy:
>>> [TieredMergePolicy:
>>> >> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
>>> >> >> > maxMergedSegmentMB=69.751953125,
>>> >> floorSegmentMB=0.2412109375,
>>> >> >> > forceMergeDeletesPctAllowed=25.57842565234008,
>>> >> >> segmentsPerTier=26.0,
>>> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>> >> >> > noCFSRatio=0.4018936825291942
>>> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy
>>> SolrDeletionPolicy.onCommit:
>>> >> >> > commits: num=1
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_1,generation=1}
>>> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation =
>>> 1
>>> >> >> >    [junit4]   2> 1243682 INFO
>>> (OldIndexDirectoryCleanupThreadForCore-
>>> >> >> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
>>> >> >> directories
>>> >> >> > to cleanup for core collection1 in
>>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
>>> >> >> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain
>>> >> defined as
>>> >> >> > default, creating implicit default
>>> >> >> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>> >> >> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>> >> >> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>> >> >> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>> >> >> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
>>> >> >> >
>>> >> >>
>>> >>
>>> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
>>> >> >> >
>>> >> >>
>>> >>
>>> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
>>> >> >> >
>>> >> >>
>>> >>
>>> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
>>> >> >> >
>>> >> >>
>>> >>
>>> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
>>> >> >> > dbreak,/admin/ping,/update,/admin/file
>>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
>>> >> >> > org.apache.solr.search.stats.LocalStatsCache
>>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>>> >> wrapping
>>> >> >> > class org.apache.lucene.index.TieredMergePolicy:
>>> [TieredMergePolicy:
>>> >> >> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
>>> >> >> > maxMergedSegmentMB=42.8330078125,
>>> floorSegmentMB=0.51953125,
>>> >> >> > forceMergeDeletesPctAllowed=0.0785082531815362,
>>> >> >> segmentsPerTier=18.0,
>>> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>> >> >> > noCFSRatio=0.1273596296641114
>>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
>>> >> commits:
>>> >> >> > num=1
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_1,generation=1}
>>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation =
>>> 1
>>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
>>> >> >> > [Searcher@1bb54df[collection1] main]
>>> >> >> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to
>>> config
>>> >> >> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to
>>> use
>>> >> >> > InMemory storage instead.
>>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.r.RestManager Initializing RestManager with
>>> initArgs:
>>> >> {}
>>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
>>> >> >> _rest_managed.json
>>> >> >> > using InMemoryStorage
>>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
>>> >> >> > ManagedResources
>>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell
>>> checkers
>>> >> >> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>> newSearcher
>>> >> >> > listener for spellchecker: default
>>> >> >> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>> newSearcher
>>> >> >> > listener for spellchecker: default_teststop
>>> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>>> >> >> >
>>> >> >>
>>> >>
>>> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
>>> >> >> > xQueryFrequency=100.0,field=teststop}
>>> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>>> >> >> >
>>> >> >>
>>> >>
>>> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
>>> >> >> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
>>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>> newSearcher
>>> >> >> > listener for spellchecker: threshold
>>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>>> >> >> >
>>> >> >>
>>> >>
>>> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
>>> >> >> >
>>> >> >>
>>> >>
>>> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
>>> >> >> > dTokenFrequency=0.29}
>>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>> newSearcher
>>> >> >> > listener for spellchecker: threshold_direct
>>> >> >> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>> newSearcher
>>> >> >> > listener for spellchecker: multipleFields
>>> >> >> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>> newSearcher
>>> >> >> > listener for spellchecker: freq
>>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>>> newSearcher
>>> >> >> > listener for spellchecker: fqcn
>>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved
>>> for
>>> >> >> 10000
>>> >> >> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: default
>>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
>>> >> >> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: default_teststop
>>> >> >> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>>> >> ####initCore
>>> >> >> > end
>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: direct
>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: direct_lowerfilt
>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: wordbreak
>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: threshold
>>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: threshold_direct
>>> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: multipleFields
>>> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: jarowinkler
>>> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: external
>>> >> >> >    [junit4]   2> 1243842 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
>>> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: freq
>>> >> >> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: fqcn
>>> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>>> Loading
>>> >> >> spell
>>> >> >> > index for spellchecker: perDict
>>> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>>> >> processing-
>>> >> >> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]
>>> Registered
>>> >> new
>>> >> >> > searcher Searcher@1bb54df[collection1]
>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>> >> >> >    [junit4]   2> 1243845 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[0]} 0 3
>>> >> >> >    [junit4]   2> 1243849 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[1]} 0 0
>>> >> >> >    [junit4]   2> 1243850 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[2]} 0 0
>>> >> >> >    [junit4]   2> 1243852 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[3]} 0 1
>>> >> >> >    [junit4]   2> 1243853 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[4]} 0 0
>>> >> >> >    [junit4]   2> 1243854 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[5]} 0 0
>>> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[6]} 0 0
>>> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[7]} 0 0
>>> >> >> >    [junit4]   2> 1243856 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[8]} 0 0
>>> >> >> >    [junit4]   2> 1243857 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{add=[9]} 0 0
>>> >> >> >    [junit4]   2> 1243858 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>>> commits:
>>> >> >> num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_1,generation=1}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_2,generation=2}
>>> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>>> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
>>> [Searcher@d09f1a[collection1]
>>> >> >> main]
>>> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>>> >> >> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> default
>>> >> >> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > default_teststop
>>> >> >> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold
>>> >> >> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold_direct
>>> >> >> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > multipleFields
>>> >> >> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> freq
>>> >> >> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> fqcn
>>> >> >> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>> >> >> > Searcher@d09f1a[collection1]
>>> >> >> >
>>> >> >>
>>> >>
>>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
>>> >> >> > .0.0):C10)))}
>>> >> >> >    [junit4]   2> 1244300 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{commit=} 0 455
>>> >> >> >    [junit4]   2> 1244302 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>>> >> >> >
>>> >> >>
>>> >>
>>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
>>> >> >> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
>>> >> hits=1
>>> >> >> > status=0 QTime=1
>>> >> >> >    [junit4]   2> 1244304 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>>> >> >> >
>>> >> >>
>>> >>
>>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
>>> >> >> >
>>> >> >>
>>> >>
>>> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
>>> >> >> > heck.extendedResults=true} hits=1 status=0 QTime=0
>>> >> >> >    [junit4]   2> 1244313 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>>> >> >> >
>>> >> >>
>>> >>
>>> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
>>> >> >> >
>>> >> >>
>>> >>
>>> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
>>> >> >> > true} hits=0 status=0 QTime=9
>>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
>>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>>> >> >> DOCUMENTS
>>> >> >> > FROM INDEX
>>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{deleteByQuery=*:*} 0 0
>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>>> commits:
>>> >> >> num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_2,generation=2}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_3,generation=3}
>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
>>> [Searcher@8d6b4d[collection1]
>>> >> >> main]
>>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>>> >> >> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> default
>>> >> >> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > default_teststop
>>> >> >> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold
>>> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold_direct
>>> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > multipleFields
>>> >> >> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> freq
>>> >> >> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> fqcn
>>> >> >> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>> >> >> > Searcher@8d6b4d[collection1]
>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>> >> >> >    [junit4]   2> 1244406 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>>> >> >> seed#[4226CE0DA090A9C6])
>>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> > path=null params={}{commit=} 0 93
>>> >> >> >    [junit4]   2> 1244409 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>>> >> >> > testExtendedResultsCount
>>> >> >> >    [junit4]   2> 1244411 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>>> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>>> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>>> >> >> >    [junit4]   2> 1244413 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>>> >> >> >    [junit4]   2> 1244416 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>>> >> >> >    [junit4]   2> 1244417 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>>> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>>> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_3,generation=3}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_4,generation=4}
>>> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>>> >> commit
>>> >> >> > generation = 4
>>> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>>> >> >> > [Searcher@195979d[collection1] main]
>>> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>> >> >> > end_commit_flush
>>> >> >> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> default
>>> >> >> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > default_teststop
>>> >> >> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold
>>> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold_direct
>>> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > multipleFields
>>> >> >> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> freq
>>> >> >> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> fqcn
>>> >> >> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>> >> >> > Searcher@195979d[collection1]
>>> >> >> >
>>> >> >>
>>> >>
>>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
>>> >> >> > .0.0):C10)))}
>>> >> >> >    [junit4]   2> 1244949 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 546
>>> >> >> >    [junit4]   2> 1245063 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>>> >> >> webapp=null
>>> >> >> > path=null
>>> >> >> >
>>> >> >>
>>> >>
>>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>>> >> >> >
>>> =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
>>> >> >> > hits=0 status=0 QTime=117
>>> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>>> >> >> webapp=null
>>> >> >> > path=null
>>> >> >> >
>>> >> >>
>>> >>
>>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>>> >> >> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0
>>> >> QTime=1
>>> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>>> >> >> > testExtendedResultsCount
>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>> >> >> [collection1]
>>> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*}
>>> 0 0
>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_4,generation=4}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_5,generation=5}
>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>>> >> commit
>>> >> >> > generation = 5
>>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>>> >> >> > [Searcher@9a0ca2[collection1] main]
>>> >> >> >    [junit4]   2> 1245067 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>> >> >> > end_commit_flush
>>> >> >> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> default
>>> >> >> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > default_teststop
>>> >> >> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold
>>> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold_direct
>>> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > multipleFields
>>> >> >> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> freq
>>> >> >> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> fqcn
>>> >> >> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>> >> >> > Searcher@9a0ca2[collection1]
>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>> >> >> >    [junit4]   2> 1245241 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 180
>>> >> >> >    [junit4]   2> 1245245 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
>>> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[0]} 0 1
>>> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[1]} 0 0
>>> >> >> >    [junit4]   2> 1245248 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[2]} 0 1
>>> >> >> >    [junit4]   2> 1245249 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[3]} 0 0
>>> >> >> >    [junit4]   2> 1245250 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[4]} 0 0
>>> >> >> >    [junit4]   2> 1245251 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[5]} 0 0
>>> >> >> >    [junit4]   2> 1245252 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[6]} 0 0
>>> >> >> >    [junit4]   2> 1245253 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[7]} 0 0
>>> >> >> >    [junit4]   2> 1245254 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[8]} 0 0
>>> >> >> >    [junit4]   2> 1245255 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[9]} 0 0
>>> >> >> >    [junit4]   2> 1245256 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>>> >> num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_5,generation=5}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_6,generation=6}
>>> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>>> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1]
>>> >> main]
>>> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>>> >> >> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> default
>>> >> >> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > default_teststop
>>> >> >> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold
>>> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold_direct
>>> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > multipleFields
>>> >> >> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> freq
>>> >> >> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> fqcn
>>> >> >> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>> >> >> > Searcher@1ffed7d[collection1]
>>> >> >> >
>>> >> >>
>>> >>
>>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
>>> >> >> > .0.0):C10)))}
>>> >> >> >    [junit4]   2> 1245902 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{commit=} 0 666
>>> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>>> >> >> >
>>> params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
>>> >> >> hits=0
>>> >> >> > status=0 QTime=2
>>> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
>>> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>>> >> DOCUMENTS
>>> >> >> > FROM INDEX
>>> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{deleteByQuery=*:*} 0 0
>>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>>> >> num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_6,generation=6}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_7,generation=7}
>>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
>>> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1]
>>> >> main]
>>> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>>> >> >> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> default
>>> >> >> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > default_teststop
>>> >> >> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold
>>> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold_direct
>>> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > multipleFields
>>> >> >> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> freq
>>> >> >> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> fqcn
>>> >> >> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>> >> >> > Searcher@15975c[collection1]
>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>> >> >> >    [junit4]   2> 1246105 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testNumericQuery-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{commit=} 0 203
>>> >> >> >    [junit4]   2> 1246108 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>>> >> >> > testRelativeIndexDirLocation
>>> >> >> >    [junit4]   2> 1246109 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>>> >> >> >    [junit4]   2> 1246111 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>>> >> >> >    [junit4]   2> 1246112 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>>> >> >> >    [junit4]   2> 1246113 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>>> >> >> >    [junit4]   2> 1246114 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>>> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>>> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>>> >> >> >    [junit4]   2> 1246117 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>>> >> >> >    [junit4]   2> 1246118 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>>> >> >> >    [junit4]   2> 1246119 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>>> >> >> >    [junit4]   2> 1246120 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_7,generation=7}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_8,generation=8}
>>> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>>> >> commit
>>> >> >> > generation = 8
>>> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>>> >> >> > [Searcher@1e381c0[collection1] main]
>>> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>> >> >> > end_commit_flush
>>> >> >> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> default
>>> >> >> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > default_teststop
>>> >> >> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold
>>> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold_direct
>>> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > multipleFields
>>> >> >> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> freq
>>> >> >> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> fqcn
>>> >> >> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>> >> >> > Searcher@1e381c0[collection1]
>>> >> >> >
>>> >> >>
>>> >>
>>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
>>> >> >> > .0.0):C10)))}
>>> >> >> >    [junit4]   2> 1247359 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
>>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>>> >> >> > testRelativeIndexDirLocation
>>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>> >> >> [collection1]
>>> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
>>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*}
>>> 0 0
>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_8,generation=8}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_9,generation=9}
>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>>> >> commit
>>> >> >> > generation = 9
>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>>> >> >> > [Searcher@13af3f9[collection1] main]
>>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>>> >> >> > end_commit_flush
>>> >> >> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> default
>>> >> >> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > default_teststop
>>> >> >> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold
>>> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > threshold_direct
>>> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> >> > multipleFields
>>> >> >> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> freq
>>> >> >> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>>> >> fqcn
>>> >> >> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
>>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>>> >> >> > Searcher@13af3f9[collection1]
>>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>> >> >> >    [junit4]   2> 1247785 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>>> o.a.s.u.p.LogUpdateProcessorFactory
>>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 436
>>> >> >> >    [junit4]   2> 1247787 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
>>> >> >> >    [junit4]   2> 1247788 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[0]} 0 1
>>> >> >> >    [junit4]   2> 1247790 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[1]} 0 0
>>> >> >> >    [junit4]   2> 1247791 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[2]} 0 0
>>> >> >> >    [junit4]   2> 1247792 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[3]} 0 0
>>> >> >> >    [junit4]   2> 1247793 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[4]} 0 0
>>> >> >> >    [junit4]   2> 1247794 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[5]} 0 0
>>> >> >> >    [junit4]   2> 1247795 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[6]} 0 0
>>> >> >> >    [junit4]   2> 1247796 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[7]} 0 0
>>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[8]} 0 0
>>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>>> >> >> path=null
>>> >> >> > params={}{add=[9]} 0 0
>>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>>> >> >> >
>>> >> >>
>>> >>
>>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>>> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>>> >> num=2
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_9,generation=9}
>>> >> >> >    [junit4]   2>
>>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>>> >> >> >
>>> >> >>
>>> >>
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>>> >> >> > egFN=segments_a,generation=10}
>>> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
>>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>>> >> >> seed#[4226CE0DA090A9C6]) [
>>> >> >> > ] o.a.s.c.SolrDele
>>> >> >> >
>>> >> >> > [...truncated too long message...]
>>> >> >> >
>>> >> >> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
>>> >> >> 001\tempDir-
>>> >> >> > 001\shard1\cores\collection1\data\index;done=false>>]
>>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>> >> >> > 001\shard1\cores\collection1\data\index
>>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>> >> >> 001\shard1\cores\collection1\data
>>> >> >> >
>>> >>
>>> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> >> >> > Solr-trunk-Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>> >> >> > 001\shard1\cores\collection1\data;done=false>>]
>>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>> >> >> 001\shard1\cores\collection1\data
>>> >> >> >    [junit4]   2> 1393934 INFO  (TEST-
>>> >> >> > DistributedSpellCheckComponentTest.test-
>>> seed#[4226CE0DA090A9C6])
>>> >> [
>>> >> >> ]
>>> >> >> > o.e.j.s.h.ContextHandler Stopped
>>> >> >> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
>>> >> >> >    [junit4]   2> NOTE: reproduce with: ant test  -
>>> >> >> > Dtestcase=DistributedSpellCheckComponentTest -
>>> Dtests.method=test
>>> >> -
>>> >> >> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -
>>> Dtests.locale=en-
>>> >> US -
>>> >> >> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
>>> >> >> Dtests.file.encoding=US-
>>> >> >> > ASCII
>>> >> >> >    [junit4] ERROR   16.6s J0 |
>>> DistributedSpellCheckComponentTest.test
>>> >> <<<
>>> >> >> >    [junit4]    > Throwable #1:
>>> >> >> >
>>> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>>> >> Error
>>> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> >> trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>>> >> >> > 001\control\cores\collection1\data\spellchecker1
>>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>>> still
>>> >> >> has
>>> >> >> > pending deleted files; cannot initialize IndexWriter
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> >> >>
>>> >>
>>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>>> >> >> > 3E]:0)
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>>> >> >> > t.java:577)
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>>> >> >> > 1)
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>>> >> >> > 0)
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>>> >> >> >    [junit4]    >    at
>>> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>>> >> >> >    [junit4]    >    at
>>> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>>> >> >> > (DistributedSpellCheckComponentTest.java:67)
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>>> >> >> > est(DistributedSpellCheckComponentTest.java:146)
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>>> >> >> >
>>> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>>> >> >> >    [junit4]    >    at
>>> >> >> >
>>> >> >>
>>> >>
>>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>>> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>>> >> >> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
>>> >> >> >    [junit4]   2> 1393948 INFO  (SUITE-
>>> >> DistributedSpellCheckComponentTest-
>>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>>> >> >> ###deleteCore
>>> >> >> >    [junit4]   2> NOTE: leaving temporary files on disk at:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build\solr-
>>> >> >> >
>>> >> >>
>>> >>
>>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>>> >> >> > ntTest_4226CE0DA090A9C6-001
>>> >> >> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
>>> >> >> > {start1=Lucene50(blocksize=128),
>>> >> >> > range_facet_l_dv=Lucene50(blocksize=128),
>>> >> >> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > intDefault=PostingsFormat(name=Direct),
>>> >> >> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > _version_=PostingsFormat(name=Direct),
>>> >> >> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>>> >> >> > end3=PostingsFormat(name=Direct),
>>> end2=Lucene50(blocksize=128),
>>> >> >> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > id=Lucene50(blocksize=128),
>>> >> >> >
>>> range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > gram2=Lucene50(blocksize=128),
>>> gram3=PostingsFormat(name=Direct),
>>> >> >> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>>> >> >> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>>> >> >> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
>>> >> >> > start4=PostingsFormat(name=Direct)},
>>> >> >> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
>>> >> >> > range_facet_i_dv=DocValuesFormat(name=Direct),
>>> >> >> > timestamp=DocValuesFormat(name=Direct)},
>>> >> >> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-
>>> US,
>>> >> >> > timezone=Etc/GMT+7
>>> >> >> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72
>>> (32-
>>> >> >> > bit)/cpus=3,threads=1,free=28695536,total=337784832
>>> >> >> >    [junit4]   2> NOTE: All tests run in this JVM:
>>> >> >> > [TestSweetSpotSimilarityFactory,
>>> HdfsCollectionsAPIDistributedZkTest,
>>> >> >> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
>>> >> >> > TestAuthorizationFramework, QueryResultKeyTest,
>>> ClusterStateTest,
>>> >> >> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
>>> >> >> > TestReRankQParserPlugin, SimpleFacetsTest,
>>> TestChildDocTransformer,
>>> >> >> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
>>> >> >> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
>>> >> >> TestCodecSupport,
>>> >> >> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
>>> >> >> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
>>> >> >> > AddSchemaFieldsUpdateProcessorFactoryTest,
>>> >> >> TestQuerySenderNoQuery,
>>> >> >> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
>>> >> >> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest,
>>> >> RollingRestartTest,
>>> >> >> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
>>> >> >> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
>>> >> >> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest,
>>> BadComponentTest,
>>> >> >> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
>>> >> >> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
>>> >> >> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
>>> >> >> > TestOverriddenPrefixQueryForCustomFieldType,
>>> >> TestConfigSetImmutable,
>>> >> >> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
>>> >> >> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
>>> >> >> > TestMinMaxOnMultiValuedField, TestRestManager,
>>> >> TestExactStatsCache,
>>> >> >> > TestManagedResource, TestCollapseQParserPlugin,
>>> >> TestReloadDeadlock,
>>> >> >> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
>>> >> >> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties,
>>> >> HLLUtilTest,
>>> >> >> > SimplePostToolTest, TestAnalyzedSuggestions,
>>> >> >> ExitableDirectoryReaderTest,
>>> >> >> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
>>> >> >> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
>>> >> >> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
>>> >> >> TestDocumentBuilder,
>>> >> >> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
>>> >> >> > TestRandomRequestDistribution, QueryEqualityTest,
>>> >> >> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
>>> >> >> > TestReplicationHandler, BlockJoinFacetSimpleTest,
>>> >> >> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
>>> >> >> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
>>> >> >> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
>>> >> >> > XmlUpdateRequestHandlerTest,
>>> HdfsChaosMonkeyNothingIsSafeTest,
>>> >> >> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
>>> >> SoftAutoCommitTest,
>>> >> >> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
>>> >> >> > CircularListTest, BlockDirectoryTest, TestStressVersions,
>>> >> >> > TestSolrConfigHandlerCloud, TestBlobHandler,
>>> >> >> StandardRequestHandlerTest,
>>> >> >> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
>>> >> >> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample,
>>> >> HttpPartitionTest,
>>> >> >> > TestCursorMarkWithoutUniqueKey,
>>> >> >> DistributedSpellCheckComponentTest]
>>> >> >> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
>>> >> >> > FAILURES!
>>> >> >> >
>>> >> >> > [...truncated 1061 lines...]
>>> >> >> > BUILD FAILED
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\build.xml:740: The following error occurred while
>>> executing
>>> >> this
>>> >> >> > line:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\build.xml:684: The following error occurred while
>>> executing
>>> >> this
>>> >> >> > line:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> Windows\build.xml:59:
>>> >> >> > The following error occurred while executing this line:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\build.xml:233: The following error occurred while
>>> >> executing
>>> >> >> > this line:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\solr\common-build.xml:524: The following error occurred
>>> >> while
>>> >> >> > executing this line:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\lucene\common-build.xml:1457: The following error
>>> occurred
>>> >> >> > while executing this line:
>>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>>> >> >> > Windows\lucene\common-build.xml:1014: There were test failures:
>>> 579
>>> >> >> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions)
>>> >> [seed:
>>> >> >> > 4226CE0DA090A9C6]
>>> >> >> >
>>> >> >> > Total time: 77 minutes 7 seconds
>>> >> >> > Build step 'Invoke Ant' marked build as failure
>>> >> >> > Archiving artifacts
>>> >> >> > [WARNINGS] Skipping publisher since build result is FAILURE
>>> >> >> > Recording test results
>>> >> >> > Email was triggered for: Failure - Any
>>> >> >> > Sending email for trigger: Failure - Any
>>> >> >> >
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> ---------------------------------------------------------------------
>>> >> >> 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
>>> >> >
>>> >>
>>> >> ---------------------------------------------------------------------
>>> >> 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
>>> >
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>
>
> ---------------------------------------------------------------------
> 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


Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
Thanks Uwe, I managed to revive an ancient Windows VM ... lemme see
how much progress I can make with that first.  34 minutes to run
Lucene's core tests!!

Mike McCandless

http://blog.mikemccandless.com


On Tue, Feb 16, 2016 at 11:51 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Hi Mike,
>
> I can create another user account on the Jenkins VM. You can log in via Remote Desktop or via SSH (windows command line only). Unfortunately it has no GIT installed at the moment, because Jenkins manages checkouts with Eclipse JGit, s local Git is not needed for non-release tasks.
>
> Can you contact me on Skype or Hangouts?
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>> Sent: Tuesday, February 16, 2016 3:38 PM
>> To: Lucene/Solr dev <de...@lucene.apache.org>
>> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> Build # 5622 - Still Failing!
>>
>> Thanks Uwe.
>>
>> How can I access the Jenkins Windows VM?  I think that would be helpful :)
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> > Hi Mike,
>> >
>> > It is not only Solr, unfortunately. If I run the Lucene Core tests using -
>> Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts of it
>> is the usual "cannot cleanup files on tearDown", but also errors like the one
>> we have seen in Solr: "Opening IndexWriter fails because pending deleted
>> files".
>> >
>> > I remember that you disabled "WindowsDirectory" for several tests. I have
>> the feeling you would need to disable windows at all for those tests :-)
>> >
>> > Do you want to get access to the windows VM on Jenkins? You may use it
>> to further debug this.
>> >
>> > Uwe
>> >
>> > -----
>> > Uwe Schindler
>> > H.-H.-Meier-Allee 63, D-28213 Bremen
>> > http://www.thetaphi.de
>> > eMail: uwe@thetaphi.de
>> >
>> >
>> >> -----Original Message-----
>> >> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>> >> Sent: Tuesday, February 16, 2016 11:23 AM
>> >> To: Lucene/Solr dev <de...@lucene.apache.org>
>> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> >> Build # 5622 - Still Failing!
>> >>
>> >> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
>> >> OS-specific "retry on AccessDenied" under Directory instead of making
>> >> this IndexWriter's job.
>> >>
>> >> Hmm SpellChecker.clearIndex ...
>> >>
>> >> What's happening here is we are trying to open a new IndexWriter on a
>> >> a directory that has failed deletions because an IndexReader is still
>> >> holding files open.  IndexWriter now refuses to start when the
>> >> directory is "dirty" like that because it can lead to difficult
>> >> exceptions later, e.g. if IndexWriter tries to overwrite one of these
>> >> pending deleted files.
>> >>
>> >> There is a "simple" solution, which is to open a new FSDirectory,
>> >> forcing IW to then retry the deletions.  Or, we could remove this
>> >> check in IW.init (leading to possibly scary exceptions later).  Or, we
>> >> could make a WindowsDirectoryWrapper that suppresses the check.
>> >>
>> >> I'll try to look at how Solr is using SpellChecker here to see if it
>> >> can create a new FSDirectory instance when it is going to .clearIndex
>> >> ... that could be tricky here though.
>> >>
>> >> Mike McCandless
>> >>
>> >> http://blog.mikemccandless.com
>> >>
>> >>
>> >> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de>
>> wrote:
>> >> > I also happens locally on my windows box. It is almost impossible to run
>> >> tests without an error like this on windows.
>> >> >
>> >> > Uwe
>> >> >
>> >> > -----
>> >> > Uwe Schindler
>> >> > H.-H.-Meier-Allee 63, D-28213 Bremen
>> >> > http://www.thetaphi.de
>> >> > eMail: uwe@thetaphi.de
>> >> >
>> >> >
>> >> >> -----Original Message-----
>> >> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
>> >> >> Sent: Tuesday, February 16, 2016 10:11 AM
>> >> >> To: dev@lucene.apache.org; mikemccand@apache.org
>> >> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72)
>> -
>> >> >> Build # 5622 - Still Failing!
>> >> >>
>> >> >> I have seen those bugs very often recently on Windows. Could this be
>> >> >> related to the refactoring that handles "undeletable" files differently?
>> The
>> >> >> type of exception is new to me, have never seen that before:
>> >> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
>> >> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> >> pending deleted files; cannot initialize IndexWriter"
>> >> >>
>> >> >> Uwe
>> >> >>
>> >> >> -----
>> >> >> Uwe Schindler
>> >> >> H.-H.-Meier-Allee 63, D-28213 Bremen
>> >> >> http://www.thetaphi.de
>> >> >> eMail: uwe@thetaphi.de
>> >> >>
>> >> >>
>> >> >> > -----Original Message-----
>> >> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
>> >> >> > Sent: Tuesday, February 16, 2016 9:58 AM
>> >> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
>> >> dev@lucene.apache.org
>> >> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> >> Build
>> >> >> #
>> >> >> > 5622 - Still Failing!
>> >> >> >
>> >> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
>> >> Windows/5622/
>> >> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
>> >> >> >
>> >> >> > 5 tests failed.
>> >> >> > FAILED:
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> >> >> > mResultsForSuggest
>> >> >> >
>> >> >> > Error Message:
>> >> >> > Directory
>> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> > java.lang.IllegalArgumentException: Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
>> >> >> > B]:0)
>> >> >> >     at
>> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> >> >> > 55)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> >> >> > ker.java:87)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> >> >> > eckComponent.java:131)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> >> >> > rchHandler.java:246)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> >> >> > erBase.java:155)
>> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >> >> >     at
>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >> >> >     at
>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> >> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> >
>> >> >> >
>> >> >> > FAILED:
>> >> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
>> >> >> >
>> >> >> > Error Message:
>> >> >> > Directory
>> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> > java.lang.IllegalArgumentException: Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> >> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
>> >> >> > D]:0)
>> >> >> >     at
>> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> >> >> > 55)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> >> >> > ker.java:87)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> >> >> > eckComponent.java:131)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> >> >> > rchHandler.java:246)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> >> >> > erBase.java:155)
>> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >> >> >     at
>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >> >> >     at
>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
>> >> >> > SpellCheckComponentTest.java:171)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> >
>> >> >> >
>> >> >> > FAILED:
>> >> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
>> >> >> >
>> >> >> > Error Message:
>> >> >> > List size mismatch @ spellcheck/suggestions
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> > java.lang.RuntimeException: List size mismatch @
>> >> spellcheck/suggestions
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> >> > 3E]:0)
>> >> >> >     at
>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
>> >> >> >     at
>> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
>> >> >> > eckComponentTest.java:147)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> >
>> >> >> >
>> >> >> > FAILED:
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> >> >> > OnCommit
>> >> >> >
>> >> >> > Error Message:
>> >> >> > Exception during query
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> > java.lang.RuntimeException: Exception during query
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
>> >> >> > 5]:0)
>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> >> >> > OnCommit(SpellCheckComponentTest.java:267)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> >> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
>> >> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
>> >> >> > <response>
>> >> >> > <lst name="responseHeader"><int name="status">0</int><int
>> >> >> > name="QTime">1068</int></lst><result name="response"
>> >> >> numFound="0"
>> >> >> > start="0"></result><lst name="spellcheck"><lst
>> >> >> > name="suggestions"/></lst>
>> >> >> > </response>
>> >> >> >
>> >> >> >     request
>> >> >> >
>> >> >>
>> >>
>> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
>> >> >> > ml
>> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
>> >> >> >     ... 41 more
>> >> >> >
>> >> >> >
>> >> >> > FAILED:
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> >> > est
>> >> >> >
>> >> >> > Error Message:
>> >> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
>> >> Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> > 001\control\cores\collection1\data\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >
>> >> >> > Stack Trace:
>> >> >> >
>> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>> >> Error
>> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> > 001\control\cores\collection1\data\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> >> > 3E]:0)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> >> >> > t.java:577)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> >> >> > 1)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> >> >> > 0)
>> >> >> >     at
>> >> >> >
>> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> >> >> > (DistributedSpellCheckComponentTest.java:67)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> >> > est(DistributedSpellCheckComponentTest.java:146)
>> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> >> > ava:62)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> >> > sorImpl.java:43)
>> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> >> > dRunner.java:1764)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> >> > mizedRunner.java:871)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> >> > mizedRunner.java:907)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> >> > omizedRunner.java:921)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> >> >> >
>> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> >> > SetupTeardownChained.java:49)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> >> > readAndTestName.java:48)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> >> > (ThreadLeakControl.java:809)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> >> > eakControl.java:460)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> >> > domizedRunner.java:880)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> >> > mizedRunner.java:781)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> >> > mizedRunner.java:816)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> >> > mizedRunner.java:827)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> >> > fterRule.java:45)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> >> > assName.java:41)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >> >
>> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> >> > ertionsRequired.java:53)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> >> > .java:47)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> >> > IgnoreAfterMaxFailures.java:64)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> >> > TestSuites.java:54)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> >> > ementAdapter.java:36)
>> >> >> >     at
>> >> >> >
>> >> >>
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> >> > run(ThreadLeakControl.java:367)
>> >> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > Build Log:
>> >> >> > [...truncated 11172 lines...]
>> >> >> >    [junit4] Suite:
>> >> >> > org.apache.solr.handler.component.SpellCheckComponentTest
>> >> >> >    [junit4]   2> Creating dataDir:
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001
>> >> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> >> Randomized
>> >> >> ssl
>> >> >> > (false) and clientAuth (false)
>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> >> ####initCore
>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> new
>> >> >> > SolrResourceLoader for directory:
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> JNDI
>> >> >> not
>> >> >> > configured for solr (NoInitialContextEx)
>> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> using
>> >> >> > system property solr.solr.home:
>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> >> Adding
>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> >> >> classloader
>> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> >> Adding
>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> >> >> classloader
>> >> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
>> >> version
>> >> >> of
>> >> >> > requestparams : -1
>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>> with
>> >> Solr
>> >> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
>> instead.
>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>> with
>> >> Solr
>> >> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
>> >> >> > <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
>> with
>> >> Solr
>> >> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
>> >> >> > <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using
>> Lucene
>> >> >> > MatchVersion: 6.0.0
>> >> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
>> >> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
>> >> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
>> >> >> Schema
>> >> >> > name=test
>> >> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> >> >> > exchange-rates.json, refreshInterval=1440.
>> >> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
>> default
>> >> >> search
>> >> >> > field in schema is text
>> >> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
>> unique
>> >> key
>> >> >> > field: id
>> >> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> o.a.s.s.FileExchangeRateProvider
>> >> >> > Reloading exchange rates from file currency.xml
>> >> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> o.a.s.s.FileExchangeRateProvider
>> >> >> > Reloading exchange rates from file currency.xml
>> >> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>> from
>> >> >> > open-exchange-rates.json
>> >> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>> from
>> >> >> > open-exchange-rates.json
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> JNDI
>> >> >> not
>> >> >> > configured for solr (NoInitialContextEx)
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> using
>> >> >> > system property solr.solr.home:
>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> new
>> >> >> > SolrResourceLoader for directory:
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr'
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> JNDI
>> >> >> not
>> >> >> > configured for solr (NoInitialContextEx)
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> using
>> >> >> > system property solr.solr.home:
>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
>> >> >> > CoreContainer 9183868
>> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>> Loading
>> >> >> cores
>> >> >> > into CoreContainer
>> >> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
>> >> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>> Couldn't
>> >> >> add
>> >> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\lib
>> >> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> >> o.a.s.h.c.HttpShardHandlerFactory
>> >> >> > created with socketTimeout : 600000,connTimeout :
>> >> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
>> >> 10000,corePoolSize :
>> >> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
>> 5,sizeOfQueue :
>> >> -
>> >> >> > 1,fairnessPolicy : false,useRetries : false,
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> o.a.s.u.UpdateShardHandler
>> >> >> > Creating UpdateShardHandler HTTP client with params:
>> >> >> > socketTimeout=30000&connTimeout=30000&retry=true
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J
>> impl is
>> >> >> > org.slf4j.impl.Log4jLoggerFactory
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher
>> Registering
>> >> Log
>> >> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
>> Security
>> >> >> conf
>> >> >> > doesn't exist. Skipping setup for authorization module.
>> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
>> >> >> > authentication plugin used.
>> >> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor
>> Created
>> >> >> > CoreDescriptor: {name=collection1, config=solrconfig-
>> >> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
>> >> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
>> >> >> > collection=collection1,
>> >> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
>> >> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
>> >> >> (NoInitialContextEx)
>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr
>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.SolrResourceLoader Adding
>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> >> >> classloader
>> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.SolrResourceLoader Adding
>> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> >> >> classloader
>> >> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.SolrConfig current version of requestparams : -1
>> >> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
>> use
>> >> >> > <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is
>> deprecated,
>> >> >> > configure it on the relevant <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
>> >> >> > configure it on the relevant <mergePolicyFactory> instead.
>> >> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>> >> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
>> >> spellcheckcomponent.xml
>> >> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
>> >> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> >> >> > exchange-rates.json, refreshInterval=1440.
>> >> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.s.IndexSchema default search field in schema is text
>> >> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.s.IndexSchema unique key field: id
>> >> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> >> >> > currency.xml
>> >> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> >> >> > currency.xml
>> >> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>> from
>> >> >> > open-exchange-rates.json
>> >> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
>> from
>> >> >> > open-exchange-rates.json
>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties,
>> assuming
>> >> >> > default properties: Can't find resource 'configsetprops.json' in
>> classpath
>> >> or
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
>> configuration
>> >> >> from
>> >> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1
>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore
>> >> org.apache.solr.core.MockDirectoryFactory
>> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore
>> at
>> >> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1],
>> >> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\]
>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
>> >> >> > collection1
>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory
>> for
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
>> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
>> >> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
>> >> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
>> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist.
>> Creating
>> >> new
>> >> >> > index...
>> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory
>> for
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index
>> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>> >> wrapping
>> >> >> > class org.apache.lucene.index.TieredMergePolicy:
>> [TieredMergePolicy:
>> >> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
>> >> >> > maxMergedSegmentMB=69.751953125,
>> >> floorSegmentMB=0.2412109375,
>> >> >> > forceMergeDeletesPctAllowed=25.57842565234008,
>> >> >> segmentsPerTier=26.0,
>> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> >> >> > noCFSRatio=0.4018936825291942
>> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy
>> SolrDeletionPolicy.onCommit:
>> >> >> > commits: num=1
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_1,generation=1}
>> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation =
>> 1
>> >> >> >    [junit4]   2> 1243682 INFO
>> (OldIndexDirectoryCleanupThreadForCore-
>> >> >> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
>> >> >> directories
>> >> >> > to cleanup for core collection1 in
>> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
>> >> >> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain
>> >> defined as
>> >> >> > default, creating implicit default
>> >> >> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
>> >> >> >
>> >> >>
>> >>
>> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
>> >> >> >
>> >> >>
>> >>
>> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
>> >> >> >
>> >> >>
>> >>
>> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
>> >> >> >
>> >> >>
>> >>
>> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
>> >> >> > dbreak,/admin/ping,/update,/admin/file
>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
>> >> >> > org.apache.solr.search.stats.LocalStatsCache
>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>> >> wrapping
>> >> >> > class org.apache.lucene.index.TieredMergePolicy:
>> [TieredMergePolicy:
>> >> >> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
>> >> >> > maxMergedSegmentMB=42.8330078125,
>> floorSegmentMB=0.51953125,
>> >> >> > forceMergeDeletesPctAllowed=0.0785082531815362,
>> >> >> segmentsPerTier=18.0,
>> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> >> >> > noCFSRatio=0.1273596296641114
>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
>> >> commits:
>> >> >> > num=1
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_1,generation=1}
>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation =
>> 1
>> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
>> >> >> > [Searcher@1bb54df[collection1] main]
>> >> >> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to
>> config
>> >> >> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to
>> use
>> >> >> > InMemory storage instead.
>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.r.RestManager Initializing RestManager with
>> initArgs:
>> >> {}
>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
>> >> >> _rest_managed.json
>> >> >> > using InMemoryStorage
>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
>> >> >> > ManagedResources
>> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell
>> checkers
>> >> >> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>> newSearcher
>> >> >> > listener for spellchecker: default
>> >> >> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>> newSearcher
>> >> >> > listener for spellchecker: default_teststop
>> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >> >
>> >> >>
>> >>
>> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
>> >> >> > xQueryFrequency=100.0,field=teststop}
>> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >> >
>> >> >>
>> >>
>> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
>> >> >> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>> newSearcher
>> >> >> > listener for spellchecker: threshold
>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >> >
>> >> >>
>> >>
>> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
>> >> >> >
>> >> >>
>> >>
>> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
>> >> >> > dTokenFrequency=0.29}
>> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>> newSearcher
>> >> >> > listener for spellchecker: threshold_direct
>> >> >> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>> newSearcher
>> >> >> > listener for spellchecker: multipleFields
>> >> >> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>> newSearcher
>> >> >> > listener for spellchecker: freq
>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
>> newSearcher
>> >> >> > listener for spellchecker: fqcn
>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved
>> for
>> >> >> 10000
>> >> >> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: default
>> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> >> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
>> >> >> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: default_teststop
>> >> >> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> >> ####initCore
>> >> >> > end
>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: direct
>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: direct_lowerfilt
>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: wordbreak
>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: threshold
>> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: threshold_direct
>> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: multipleFields
>> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: jarowinkler
>> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: external
>> >> >> >    [junit4]   2> 1243842 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
>> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: freq
>> >> >> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: fqcn
>> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Loading
>> >> >> spell
>> >> >> > index for spellchecker: perDict
>> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>> >> processing-
>> >> >> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]
>> Registered
>> >> new
>> >> >> > searcher Searcher@1bb54df[collection1]
>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >> >    [junit4]   2> 1243845 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[0]} 0 3
>> >> >> >    [junit4]   2> 1243849 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[1]} 0 0
>> >> >> >    [junit4]   2> 1243850 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[2]} 0 0
>> >> >> >    [junit4]   2> 1243852 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[3]} 0 1
>> >> >> >    [junit4]   2> 1243853 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[4]} 0 0
>> >> >> >    [junit4]   2> 1243854 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[5]} 0 0
>> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[6]} 0 0
>> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[7]} 0 0
>> >> >> >    [junit4]   2> 1243856 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[8]} 0 0
>> >> >> >    [junit4]   2> 1243857 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{add=[9]} 0 0
>> >> >> >    [junit4]   2> 1243858 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>> commits:
>> >> >> num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_1,generation=1}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_2,generation=2}
>> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
>> [Searcher@d09f1a[collection1]
>> >> >> main]
>> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> default
>> >> >> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > default_teststop
>> >> >> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold
>> >> >> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold_direct
>> >> >> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > multipleFields
>> >> >> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> freq
>> >> >> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> fqcn
>> >> >> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> >> > Searcher@d09f1a[collection1]
>> >> >> >
>> >> >>
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
>> >> >> > .0.0):C10)))}
>> >> >> >    [junit4]   2> 1244300 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{commit=} 0 455
>> >> >> >    [junit4]   2> 1244302 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >> >
>> >> >>
>> >>
>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
>> >> >> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
>> >> hits=1
>> >> >> > status=0 QTime=1
>> >> >> >    [junit4]   2> 1244304 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >> >
>> >> >>
>> >>
>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
>> >> >> >
>> >> >>
>> >>
>> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
>> >> >> > heck.extendedResults=true} hits=1 status=0 QTime=0
>> >> >> >    [junit4]   2> 1244313 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >> >
>> >> >>
>> >>
>> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
>> >> >> >
>> >> >>
>> >>
>> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
>> >> >> > true} hits=0 status=0 QTime=9
>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>> >> >> DOCUMENTS
>> >> >> > FROM INDEX
>> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{deleteByQuery=*:*} 0 0
>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>> commits:
>> >> >> num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_2,generation=2}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_3,generation=3}
>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
>> [Searcher@8d6b4d[collection1]
>> >> >> main]
>> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> default
>> >> >> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > default_teststop
>> >> >> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold
>> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold_direct
>> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > multipleFields
>> >> >> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> freq
>> >> >> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> fqcn
>> >> >> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> >> > Searcher@8d6b4d[collection1]
>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >> >    [junit4]   2> 1244406 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> >> seed#[4226CE0DA090A9C6])
>> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> > path=null params={}{commit=} 0 93
>> >> >> >    [junit4]   2> 1244409 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> >> >> > testExtendedResultsCount
>> >> >> >    [junit4]   2> 1244411 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>> >> >> >    [junit4]   2> 1244413 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>> >> >> >    [junit4]   2> 1244416 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>> >> >> >    [junit4]   2> 1244417 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_3,generation=3}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_4,generation=4}
>> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> >> commit
>> >> >> > generation = 4
>> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> >> > [Searcher@195979d[collection1] main]
>> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> >> > end_commit_flush
>> >> >> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> default
>> >> >> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > default_teststop
>> >> >> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold
>> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold_direct
>> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > multipleFields
>> >> >> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> freq
>> >> >> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> fqcn
>> >> >> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> >> > Searcher@195979d[collection1]
>> >> >> >
>> >> >>
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
>> >> >> > .0.0):C10)))}
>> >> >> >    [junit4]   2> 1244949 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 546
>> >> >> >    [junit4]   2> 1245063 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>> >> >> webapp=null
>> >> >> > path=null
>> >> >> >
>> >> >>
>> >>
>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>> >> >> >
>> =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
>> >> >> > hits=0 status=0 QTime=117
>> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>> >> >> webapp=null
>> >> >> > path=null
>> >> >> >
>> >> >>
>> >>
>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>> >> >> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0
>> >> QTime=1
>> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>> >> >> > testExtendedResultsCount
>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> >> [collection1]
>> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*}
>> 0 0
>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_4,generation=4}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_5,generation=5}
>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> >> commit
>> >> >> > generation = 5
>> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> >> > [Searcher@9a0ca2[collection1] main]
>> >> >> >    [junit4]   2> 1245067 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> >> > end_commit_flush
>> >> >> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> default
>> >> >> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > default_teststop
>> >> >> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold
>> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold_direct
>> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > multipleFields
>> >> >> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> freq
>> >> >> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> fqcn
>> >> >> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> >> > Searcher@9a0ca2[collection1]
>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >> >    [junit4]   2> 1245241 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 180
>> >> >> >    [junit4]   2> 1245245 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
>> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[0]} 0 1
>> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[1]} 0 0
>> >> >> >    [junit4]   2> 1245248 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[2]} 0 1
>> >> >> >    [junit4]   2> 1245249 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[3]} 0 0
>> >> >> >    [junit4]   2> 1245250 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[4]} 0 0
>> >> >> >    [junit4]   2> 1245251 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[5]} 0 0
>> >> >> >    [junit4]   2> 1245252 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[6]} 0 0
>> >> >> >    [junit4]   2> 1245253 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[7]} 0 0
>> >> >> >    [junit4]   2> 1245254 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[8]} 0 0
>> >> >> >    [junit4]   2> 1245255 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[9]} 0 0
>> >> >> >    [junit4]   2> 1245256 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> >> num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_5,generation=5}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_6,generation=6}
>> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1]
>> >> main]
>> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> default
>> >> >> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > default_teststop
>> >> >> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold
>> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold_direct
>> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > multipleFields
>> >> >> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> freq
>> >> >> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> fqcn
>> >> >> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> >> > Searcher@1ffed7d[collection1]
>> >> >> >
>> >> >>
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
>> >> >> > .0.0):C10)))}
>> >> >> >    [junit4]   2> 1245902 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{commit=} 0 666
>> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >> >
>> params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
>> >> >> hits=0
>> >> >> > status=0 QTime=2
>> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
>> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>> >> DOCUMENTS
>> >> >> > FROM INDEX
>> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{deleteByQuery=*:*} 0 0
>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> >> num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_6,generation=6}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_7,generation=7}
>> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
>> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1]
>> >> main]
>> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> default
>> >> >> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > default_teststop
>> >> >> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold
>> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold_direct
>> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > multipleFields
>> >> >> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> freq
>> >> >> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> fqcn
>> >> >> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> >> > Searcher@15975c[collection1]
>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >> >    [junit4]   2> 1246105 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testNumericQuery-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{commit=} 0 203
>> >> >> >    [junit4]   2> 1246108 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> >> >> > testRelativeIndexDirLocation
>> >> >> >    [junit4]   2> 1246109 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>> >> >> >    [junit4]   2> 1246111 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>> >> >> >    [junit4]   2> 1246112 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>> >> >> >    [junit4]   2> 1246113 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>> >> >> >    [junit4]   2> 1246114 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>> >> >> >    [junit4]   2> 1246117 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>> >> >> >    [junit4]   2> 1246118 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>> >> >> >    [junit4]   2> 1246119 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>> >> >> >    [junit4]   2> 1246120 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_7,generation=7}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_8,generation=8}
>> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> >> commit
>> >> >> > generation = 8
>> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> >> > [Searcher@1e381c0[collection1] main]
>> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> >> > end_commit_flush
>> >> >> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> default
>> >> >> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > default_teststop
>> >> >> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold
>> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold_direct
>> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > multipleFields
>> >> >> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> freq
>> >> >> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> fqcn
>> >> >> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> >> > Searcher@1e381c0[collection1]
>> >> >> >
>> >> >>
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
>> >> >> > .0.0):C10)))}
>> >> >> >    [junit4]   2> 1247359 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>> >> >> > testRelativeIndexDirLocation
>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> >> [collection1]
>> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
>> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*}
>> 0 0
>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_8,generation=8}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_9,generation=9}
>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> >> commit
>> >> >> > generation = 9
>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> >> > [Searcher@13af3f9[collection1] main]
>> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> >> > end_commit_flush
>> >> >> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> default
>> >> >> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > default_teststop
>> >> >> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold
>> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > threshold_direct
>> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> >> > multipleFields
>> >> >> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> freq
>> >> >> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> fqcn
>> >> >> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> >> > Searcher@13af3f9[collection1]
>> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >> >    [junit4]   2> 1247785 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> >> > seed#[4226CE0DA090A9C6]) [    ]
>> o.a.s.u.p.LogUpdateProcessorFactory
>> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 436
>> >> >> >    [junit4]   2> 1247787 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
>> >> >> >    [junit4]   2> 1247788 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[0]} 0 1
>> >> >> >    [junit4]   2> 1247790 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[1]} 0 0
>> >> >> >    [junit4]   2> 1247791 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[2]} 0 0
>> >> >> >    [junit4]   2> 1247792 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[3]} 0 0
>> >> >> >    [junit4]   2> 1247793 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[4]} 0 0
>> >> >> >    [junit4]   2> 1247794 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[5]} 0 0
>> >> >> >    [junit4]   2> 1247795 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[6]} 0 0
>> >> >> >    [junit4]   2> 1247796 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[7]} 0 0
>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[8]} 0 0
>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> >> path=null
>> >> >> > params={}{add=[9]} 0 0
>> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >> >
>> >> >>
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> >> num=2
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_9,generation=9}
>> >> >> >    [junit4]   2>
>> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >> >
>> >> >>
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> >> > egFN=segments_a,generation=10}
>> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
>> >> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> >> seed#[4226CE0DA090A9C6]) [
>> >> >> > ] o.a.s.c.SolrDele
>> >> >> >
>> >> >> > [...truncated too long message...]
>> >> >> >
>> >> >> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
>> >> >> 001\tempDir-
>> >> >> > 001\shard1\cores\collection1\data\index;done=false>>]
>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> > 001\shard1\cores\collection1\data\index
>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> 001\shard1\cores\collection1\data
>> >> >> >
>> >>
>> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> > 001\shard1\cores\collection1\data;done=false>>]
>> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> 001\shard1\cores\collection1\data
>> >> >> >    [junit4]   2> 1393934 INFO  (TEST-
>> >> >> > DistributedSpellCheckComponentTest.test-
>> seed#[4226CE0DA090A9C6])
>> >> [
>> >> >> ]
>> >> >> > o.e.j.s.h.ContextHandler Stopped
>> >> >> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
>> >> >> >    [junit4]   2> NOTE: reproduce with: ant test  -
>> >> >> > Dtestcase=DistributedSpellCheckComponentTest -
>> Dtests.method=test
>> >> -
>> >> >> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -
>> Dtests.locale=en-
>> >> US -
>> >> >> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
>> >> >> Dtests.file.encoding=US-
>> >> >> > ASCII
>> >> >> >    [junit4] ERROR   16.6s J0 |
>> DistributedSpellCheckComponentTest.test
>> >> <<<
>> >> >> >    [junit4]    > Throwable #1:
>> >> >> >
>> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>> >> Error
>> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> >> trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> >> > 001\control\cores\collection1\data\spellchecker1
>> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
>> still
>> >> >> has
>> >> >> > pending deleted files; cannot initialize IndexWriter
>> >> >> >    [junit4]    >    at
>> >> >> >
>> >> >>
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> >> > 3E]:0)
>> >> >> >    [junit4]    >    at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> >> >> > t.java:577)
>> >> >> >    [junit4]    >    at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> >> >> > 1)
>> >> >> >    [junit4]    >    at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> >> >> > 0)
>> >> >> >    [junit4]    >    at
>> >> >> >
>> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >> >> >    [junit4]    >    at
>> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >> >> >    [junit4]    >    at
>> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >> >> >    [junit4]    >    at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> >> >> > (DistributedSpellCheckComponentTest.java:67)
>> >> >> >    [junit4]    >    at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> >> > est(DistributedSpellCheckComponentTest.java:146)
>> >> >> >    [junit4]    >    at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> >> >> >
>> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >> >> >    [junit4]    >    at
>> >> >> >
>> >> >>
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >> >> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
>> >> >> >    [junit4]   2> 1393948 INFO  (SUITE-
>> >> DistributedSpellCheckComponentTest-
>> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> >> >> ###deleteCore
>> >> >> >    [junit4]   2> NOTE: leaving temporary files on disk at:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build\solr-
>> >> >> >
>> >> >>
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> >> > ntTest_4226CE0DA090A9C6-001
>> >> >> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
>> >> >> > {start1=Lucene50(blocksize=128),
>> >> >> > range_facet_l_dv=Lucene50(blocksize=128),
>> >> >> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > intDefault=PostingsFormat(name=Direct),
>> >> >> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > _version_=PostingsFormat(name=Direct),
>> >> >> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> >> > end3=PostingsFormat(name=Direct),
>> end2=Lucene50(blocksize=128),
>> >> >> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > id=Lucene50(blocksize=128),
>> >> >> >
>> range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > gram2=Lucene50(blocksize=128),
>> gram3=PostingsFormat(name=Direct),
>> >> >> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> >> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> >> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> >> > start4=PostingsFormat(name=Direct)},
>> >> >> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
>> >> >> > range_facet_i_dv=DocValuesFormat(name=Direct),
>> >> >> > timestamp=DocValuesFormat(name=Direct)},
>> >> >> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-
>> US,
>> >> >> > timezone=Etc/GMT+7
>> >> >> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72
>> (32-
>> >> >> > bit)/cpus=3,threads=1,free=28695536,total=337784832
>> >> >> >    [junit4]   2> NOTE: All tests run in this JVM:
>> >> >> > [TestSweetSpotSimilarityFactory,
>> HdfsCollectionsAPIDistributedZkTest,
>> >> >> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
>> >> >> > TestAuthorizationFramework, QueryResultKeyTest,
>> ClusterStateTest,
>> >> >> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
>> >> >> > TestReRankQParserPlugin, SimpleFacetsTest,
>> TestChildDocTransformer,
>> >> >> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
>> >> >> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
>> >> >> TestCodecSupport,
>> >> >> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
>> >> >> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
>> >> >> > AddSchemaFieldsUpdateProcessorFactoryTest,
>> >> >> TestQuerySenderNoQuery,
>> >> >> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
>> >> >> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest,
>> >> RollingRestartTest,
>> >> >> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
>> >> >> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
>> >> >> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest,
>> BadComponentTest,
>> >> >> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
>> >> >> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
>> >> >> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
>> >> >> > TestOverriddenPrefixQueryForCustomFieldType,
>> >> TestConfigSetImmutable,
>> >> >> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
>> >> >> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
>> >> >> > TestMinMaxOnMultiValuedField, TestRestManager,
>> >> TestExactStatsCache,
>> >> >> > TestManagedResource, TestCollapseQParserPlugin,
>> >> TestReloadDeadlock,
>> >> >> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
>> >> >> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties,
>> >> HLLUtilTest,
>> >> >> > SimplePostToolTest, TestAnalyzedSuggestions,
>> >> >> ExitableDirectoryReaderTest,
>> >> >> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
>> >> >> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
>> >> >> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
>> >> >> TestDocumentBuilder,
>> >> >> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
>> >> >> > TestRandomRequestDistribution, QueryEqualityTest,
>> >> >> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
>> >> >> > TestReplicationHandler, BlockJoinFacetSimpleTest,
>> >> >> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
>> >> >> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
>> >> >> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
>> >> >> > XmlUpdateRequestHandlerTest,
>> HdfsChaosMonkeyNothingIsSafeTest,
>> >> >> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
>> >> SoftAutoCommitTest,
>> >> >> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
>> >> >> > CircularListTest, BlockDirectoryTest, TestStressVersions,
>> >> >> > TestSolrConfigHandlerCloud, TestBlobHandler,
>> >> >> StandardRequestHandlerTest,
>> >> >> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
>> >> >> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample,
>> >> HttpPartitionTest,
>> >> >> > TestCursorMarkWithoutUniqueKey,
>> >> >> DistributedSpellCheckComponentTest]
>> >> >> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
>> >> >> > FAILURES!
>> >> >> >
>> >> >> > [...truncated 1061 lines...]
>> >> >> > BUILD FAILED
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\build.xml:740: The following error occurred while
>> executing
>> >> this
>> >> >> > line:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\build.xml:684: The following error occurred while
>> executing
>> >> this
>> >> >> > line:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> Windows\build.xml:59:
>> >> >> > The following error occurred while executing this line:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\build.xml:233: The following error occurred while
>> >> executing
>> >> >> > this line:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\solr\common-build.xml:524: The following error occurred
>> >> while
>> >> >> > executing this line:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\lucene\common-build.xml:1457: The following error
>> occurred
>> >> >> > while executing this line:
>> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> >> > Windows\lucene\common-build.xml:1014: There were test failures:
>> 579
>> >> >> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions)
>> >> [seed:
>> >> >> > 4226CE0DA090A9C6]
>> >> >> >
>> >> >> > Total time: 77 minutes 7 seconds
>> >> >> > Build step 'Invoke Ant' marked build as failure
>> >> >> > Archiving artifacts
>> >> >> > [WARNINGS] Skipping publisher since build result is FAILURE
>> >> >> > Recording test results
>> >> >> > Email was triggered for: Failure - Any
>> >> >> > Sending email for trigger: Failure - Any
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >> ---------------------------------------------------------------------
>> >> >> 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
>> >> >
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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
>> >
>>
>> ---------------------------------------------------------------------
>> 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
>


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


RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi Mike,

I can create another user account on the Jenkins VM. You can log in via Remote Desktop or via SSH (windows command line only). Unfortunately it has no GIT installed at the moment, because Jenkins manages checkouts with Eclipse JGit, s local Git is not needed for non-release tasks.

Can you contact me on Skype or Hangouts?

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Michael McCandless [mailto:lucene@mikemccandless.com]
> Sent: Tuesday, February 16, 2016 3:38 PM
> To: Lucene/Solr dev <de...@lucene.apache.org>
> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> Build # 5622 - Still Failing!
> 
> Thanks Uwe.
> 
> How can I access the Jenkins Windows VM?  I think that would be helpful :)
> 
> Mike McCandless
> 
> http://blog.mikemccandless.com
> 
> 
> On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > Hi Mike,
> >
> > It is not only Solr, unfortunately. If I run the Lucene Core tests using -
> Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts of it
> is the usual "cannot cleanup files on tearDown", but also errors like the one
> we have seen in Solr: "Opening IndexWriter fails because pending deleted
> files".
> >
> > I remember that you disabled "WindowsDirectory" for several tests. I have
> the feeling you would need to disable windows at all for those tests :-)
> >
> > Do you want to get access to the windows VM on Jenkins? You may use it
> to further debug this.
> >
> > Uwe
> >
> > -----
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: uwe@thetaphi.de
> >
> >
> >> -----Original Message-----
> >> From: Michael McCandless [mailto:lucene@mikemccandless.com]
> >> Sent: Tuesday, February 16, 2016 11:23 AM
> >> To: Lucene/Solr dev <de...@lucene.apache.org>
> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> >> Build # 5622 - Still Failing!
> >>
> >> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
> >> OS-specific "retry on AccessDenied" under Directory instead of making
> >> this IndexWriter's job.
> >>
> >> Hmm SpellChecker.clearIndex ...
> >>
> >> What's happening here is we are trying to open a new IndexWriter on a
> >> a directory that has failed deletions because an IndexReader is still
> >> holding files open.  IndexWriter now refuses to start when the
> >> directory is "dirty" like that because it can lead to difficult
> >> exceptions later, e.g. if IndexWriter tries to overwrite one of these
> >> pending deleted files.
> >>
> >> There is a "simple" solution, which is to open a new FSDirectory,
> >> forcing IW to then retry the deletions.  Or, we could remove this
> >> check in IW.init (leading to possibly scary exceptions later).  Or, we
> >> could make a WindowsDirectoryWrapper that suppresses the check.
> >>
> >> I'll try to look at how Solr is using SpellChecker here to see if it
> >> can create a new FSDirectory instance when it is going to .clearIndex
> >> ... that could be tricky here though.
> >>
> >> Mike McCandless
> >>
> >> http://blog.mikemccandless.com
> >>
> >>
> >> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de>
> wrote:
> >> > I also happens locally on my windows box. It is almost impossible to run
> >> tests without an error like this on windows.
> >> >
> >> > Uwe
> >> >
> >> > -----
> >> > Uwe Schindler
> >> > H.-H.-Meier-Allee 63, D-28213 Bremen
> >> > http://www.thetaphi.de
> >> > eMail: uwe@thetaphi.de
> >> >
> >> >
> >> >> -----Original Message-----
> >> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> >> >> Sent: Tuesday, February 16, 2016 10:11 AM
> >> >> To: dev@lucene.apache.org; mikemccand@apache.org
> >> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72)
> -
> >> >> Build # 5622 - Still Failing!
> >> >>
> >> >> I have seen those bugs very often recently on Windows. Could this be
> >> >> related to the refactoring that handles "undeletable" files differently?
> The
> >> >> type of exception is new to me, have never seen that before:
> >> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
> >> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> still
> >> has
> >> >> pending deleted files; cannot initialize IndexWriter"
> >> >>
> >> >> Uwe
> >> >>
> >> >> -----
> >> >> Uwe Schindler
> >> >> H.-H.-Meier-Allee 63, D-28213 Bremen
> >> >> http://www.thetaphi.de
> >> >> eMail: uwe@thetaphi.de
> >> >>
> >> >>
> >> >> > -----Original Message-----
> >> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> >> >> > Sent: Tuesday, February 16, 2016 9:58 AM
> >> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
> >> dev@lucene.apache.org
> >> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> >> Build
> >> >> #
> >> >> > 5622 - Still Failing!
> >> >> >
> >> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
> >> Windows/5622/
> >> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
> >> >> >
> >> >> > 5 tests failed.
> >> >> > FAILED:
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> >> >> > mResultsForSuggest
> >> >> >
> >> >> > Error Message:
> >> >> > Directory
> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >
> >> >> > Stack Trace:
> >> >> > java.lang.IllegalArgumentException: Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >     at
> >> >> >
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
> >> >> > B]:0)
> >> >> >     at
> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> >> >> > 55)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> >> >> > ker.java:87)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> >> >> > eckComponent.java:131)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> >> >> > rchHandler.java:246)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> >> >> > erBase.java:155)
> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> >> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >
> >> >> >
> >> >> > FAILED:
> >> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
> >> >> >
> >> >> > Error Message:
> >> >> > Directory
> >> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >
> >> >> > Stack Trace:
> >> >> > java.lang.IllegalArgumentException: Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> >> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >     at
> >> >> >
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
> >> >> > D]:0)
> >> >> >     at
> org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> >> >> > 55)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> >> >> > ker.java:87)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> >> >> > eckComponent.java:131)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> >> >> > rchHandler.java:246)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> >> >> > erBase.java:155)
> >> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> >> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
> >> >> > SpellCheckComponentTest.java:171)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >
> >> >> >
> >> >> > FAILED:
> >> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
> >> >> >
> >> >> > Error Message:
> >> >> > List size mismatch @ spellcheck/suggestions
> >> >> >
> >> >> > Stack Trace:
> >> >> > java.lang.RuntimeException: List size mismatch @
> >> spellcheck/suggestions
> >> >> >     at
> >> >> >
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> >> > 3E]:0)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
> >> >> >     at
> org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
> >> >> > eckComponentTest.java:147)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >
> >> >> >
> >> >> > FAILED:
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> >> >> > OnCommit
> >> >> >
> >> >> > Error Message:
> >> >> > Exception during query
> >> >> >
> >> >> > Stack Trace:
> >> >> > java.lang.RuntimeException: Exception during query
> >> >> >     at
> >> >> >
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
> >> >> > 5]:0)
> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> >> >> > OnCommit(SpellCheckComponentTest.java:267)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> >> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
> >> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
> >> >> > <response>
> >> >> > <lst name="responseHeader"><int name="status">0</int><int
> >> >> > name="QTime">1068</int></lst><result name="response"
> >> >> numFound="0"
> >> >> > start="0"></result><lst name="spellcheck"><lst
> >> >> > name="suggestions"/></lst>
> >> >> > </response>
> >> >> >
> >> >> >     request
> >> >> >
> >> >>
> >>
> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
> >> >> > ml
> >> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
> >> >> >     ... 41 more
> >> >> >
> >> >> >
> >> >> > FAILED:
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> >> > est
> >> >> >
> >> >> > Error Message:
> >> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
> >> Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> > 001\control\cores\collection1\data\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >
> >> >> > Stack Trace:
> >> >> >
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> >> Error
> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> > 001\control\cores\collection1\data\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >     at
> >> >> >
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> >> > 3E]:0)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> >> >> > t.java:577)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> >> >> > 1)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> >> >> > 0)
> >> >> >     at
> >> >> >
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> >> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> >> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> >> >> > (DistributedSpellCheckComponentTest.java:67)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> >> > est(DistributedSpellCheckComponentTest.java:146)
> >> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> >> > ava:62)
> >> >> >     at
> >> >> >
> >> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> >> > sorImpl.java:43)
> >> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> >> > dRunner.java:1764)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> >> > mizedRunner.java:871)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> >> > mizedRunner.java:907)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> >> > omizedRunner.java:921)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> >> >> >
> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> >> > SetupTeardownChained.java:49)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> >> > readAndTestName.java:48)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> >> > (ThreadLeakControl.java:809)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> >> > eakControl.java:460)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> >> > domizedRunner.java:880)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> >> > mizedRunner.java:781)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> >> > mizedRunner.java:816)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> >> > mizedRunner.java:827)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> >> > fterRule.java:45)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> >> > assName.java:41)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >> >
> >> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> >> > ertionsRequired.java:53)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> >> > .java:47)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> >> > IgnoreAfterMaxFailures.java:64)
> >> >> >     at
> >> >> >
> >> >>
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> >> > TestSuites.java:54)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> >> > ementAdapter.java:36)
> >> >> >     at
> >> >> >
> >> >>
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> >> > run(ThreadLeakControl.java:367)
> >> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> > Build Log:
> >> >> > [...truncated 11172 lines...]
> >> >> >    [junit4] Suite:
> >> >> > org.apache.solr.handler.component.SpellCheckComponentTest
> >> >> >    [junit4]   2> Creating dataDir:
> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001
> >> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> Randomized
> >> >> ssl
> >> >> > (false) and clientAuth (false)
> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> ####initCore
> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> new
> >> >> > SolrResourceLoader for directory:
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> JNDI
> >> >> not
> >> >> > configured for solr (NoInitialContextEx)
> >> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> using
> >> >> > system property solr.solr.home:
> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> >> Adding
> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> >> >> classloader
> >> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> >> Adding
> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> >> >> classloader
> >> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
> >> version
> >> >> of
> >> >> > requestparams : -1
> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> with
> >> Solr
> >> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
> instead.
> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> with
> >> Solr
> >> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
> >> >> > <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning
> with
> >> Solr
> >> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
> >> >> > <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using
> Lucene
> >> >> > MatchVersion: 6.0.0
> >> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
> >> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
> >> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
> >> >> Schema
> >> >> > name=test
> >> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> >> >> > exchange-rates.json, refreshInterval=1440.
> >> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
> default
> >> >> search
> >> >> > field in schema is text
> >> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema
> unique
> >> key
> >> >> > field: id
> >> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> o.a.s.s.FileExchangeRateProvider
> >> >> > Reloading exchange rates from file currency.xml
> >> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> o.a.s.s.FileExchangeRateProvider
> >> >> > Reloading exchange rates from file currency.xml
> >> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
> from
> >> >> > open-exchange-rates.json
> >> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
> from
> >> >> > open-exchange-rates.json
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> JNDI
> >> >> not
> >> >> > configured for solr (NoInitialContextEx)
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> using
> >> >> > system property solr.solr.home:
> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> new
> >> >> > SolrResourceLoader for directory:
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr'
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> JNDI
> >> >> not
> >> >> > configured for solr (NoInitialContextEx)
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> using
> >> >> > system property solr.solr.home:
> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
> >> >> > CoreContainer 9183868
> >> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> Loading
> >> >> cores
> >> >> > into CoreContainer
> >> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
> >> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> Couldn't
> >> >> add
> >> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\lib
> >> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> >> o.a.s.h.c.HttpShardHandlerFactory
> >> >> > created with socketTimeout : 600000,connTimeout :
> >> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
> >> 10000,corePoolSize :
> >> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
> 5,sizeOfQueue :
> >> -
> >> >> > 1,fairnessPolicy : false,useRetries : false,
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.u.UpdateShardHandler
> >> >> > Creating UpdateShardHandler HTTP client with params:
> >> >> > socketTimeout=30000&connTimeout=30000&retry=true
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J
> impl is
> >> >> > org.slf4j.impl.Log4jLoggerFactory
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher
> Registering
> >> Log
> >> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer
> Security
> >> >> conf
> >> >> > doesn't exist. Skipping setup for authorization module.
> >> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
> >> >> > authentication plugin used.
> >> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor
> Created
> >> >> > CoreDescriptor: {name=collection1, config=solrconfig-
> >> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
> >> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
> >> >> > collection=collection1,
> >> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
> >> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
> >> >> (NoInitialContextEx)
> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr
> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.SolrResourceLoader Adding
> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> >> >> classloader
> >> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.SolrResourceLoader Adding
> >> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> >> >> classloader
> >> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.SolrConfig current version of requestparams : -1
> >> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
> use
> >> >> > <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is
> deprecated,
> >> >> > configure it on the relevant <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
> >> >> > configure it on the relevant <mergePolicyFactory> instead.
> >> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
> >> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
> >> spellcheckcomponent.xml
> >> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
> >> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> >> >> > exchange-rates.json, refreshInterval=1440.
> >> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.s.IndexSchema default search field in schema is text
> >> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.s.IndexSchema unique key field: id
> >> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> >> >> > currency.xml
> >> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> >> >> > currency.xml
> >> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
> from
> >> >> > open-exchange-rates.json
> >> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
> from
> >> >> > open-exchange-rates.json
> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties,
> assuming
> >> >> > default properties: Can't find resource 'configsetprops.json' in
> classpath
> >> or
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
> configuration
> >> >> from
> >> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1
> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore
> >> org.apache.solr.core.MockDirectoryFactory
> >> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore
> at
> >> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1],
> >> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\]
> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> >> >> > collection1
> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory
> for
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
> >> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> >> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
> >> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> >> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist.
> Creating
> >> new
> >> >> > index...
> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory
> for
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\index
> >> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
> >> wrapping
> >> >> > class org.apache.lucene.index.TieredMergePolicy:
> [TieredMergePolicy:
> >> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
> >> >> > maxMergedSegmentMB=69.751953125,
> >> floorSegmentMB=0.2412109375,
> >> >> > forceMergeDeletesPctAllowed=25.57842565234008,
> >> >> segmentsPerTier=26.0,
> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
> >> >> > noCFSRatio=0.4018936825291942
> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy
> SolrDeletionPolicy.onCommit:
> >> >> > commits: num=1
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_1,generation=1}
> >> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation =
> 1
> >> >> >    [junit4]   2> 1243682 INFO
> (OldIndexDirectoryCleanupThreadForCore-
> >> >> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
> >> >> directories
> >> >> > to cleanup for core collection1 in
> >> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> >> > 6CE0DA090A9C6-001\init-core-data-001\
> >> >> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain
> >> defined as
> >> >> > default, creating implicit default
> >> >> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
> >> >> >
> >> >>
> >>
> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
> >> >> >
> >> >>
> >>
> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
> >> >> >
> >> >>
> >>
> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
> >> >> >
> >> >>
> >>
> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
> >> >> > dbreak,/admin/ping,/update,/admin/file
> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> >> >> > org.apache.solr.search.stats.LocalStatsCache
> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
> >> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
> >> wrapping
> >> >> > class org.apache.lucene.index.TieredMergePolicy:
> [TieredMergePolicy:
> >> >> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
> >> >> > maxMergedSegmentMB=42.8330078125,
> floorSegmentMB=0.51953125,
> >> >> > forceMergeDeletesPctAllowed=0.0785082531815362,
> >> >> segmentsPerTier=18.0,
> >> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
> >> >> > noCFSRatio=0.1273596296641114
> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
> >> commits:
> >> >> > num=1
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_1,generation=1}
> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation =
> 1
> >> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
> >> >> > [Searcher@1bb54df[collection1] main]
> >> >> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to
> config
> >> >> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to
> use
> >> >> > InMemory storage instead.
> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.r.RestManager Initializing RestManager with
> initArgs:
> >> {}
> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
> >> >> _rest_managed.json
> >> >> > using InMemoryStorage
> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
> >> >> > ManagedResources
> >> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell
> checkers
> >> >> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> newSearcher
> >> >> > listener for spellchecker: default
> >> >> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> newSearcher
> >> >> > listener for spellchecker: default_teststop
> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >> >
> >> >>
> >>
> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
> >> >> > xQueryFrequency=100.0,field=teststop}
> >> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >> >
> >> >>
> >>
> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
> >> >> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> newSearcher
> >> >> > listener for spellchecker: threshold
> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >> >
> >> >>
> >>
> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
> >> >> >
> >> >>
> >>
> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
> >> >> > dTokenFrequency=0.29}
> >> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> newSearcher
> >> >> > listener for spellchecker: threshold_direct
> >> >> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> newSearcher
> >> >> > listener for spellchecker: multipleFields
> >> >> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> newSearcher
> >> >> > listener for spellchecker: freq
> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering
> newSearcher
> >> >> > listener for spellchecker: fqcn
> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved
> for
> >> >> 10000
> >> >> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: default
> >> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> >> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
> >> >> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: default_teststop
> >> >> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> ####initCore
> >> >> > end
> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: direct
> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: direct_lowerfilt
> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: wordbreak
> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: threshold
> >> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: threshold_direct
> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: multipleFields
> >> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: jarowinkler
> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: external
> >> >> >    [junit4]   2> 1243842 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
> >> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: freq
> >> >> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: fqcn
> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Loading
> >> >> spell
> >> >> > index for spellchecker: perDict
> >> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
> >> processing-
> >> >> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]
> Registered
> >> new
> >> >> > searcher Searcher@1bb54df[collection1]
> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >    [junit4]   2> 1243845 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[0]} 0 3
> >> >> >    [junit4]   2> 1243849 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[1]} 0 0
> >> >> >    [junit4]   2> 1243850 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[2]} 0 0
> >> >> >    [junit4]   2> 1243852 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[3]} 0 1
> >> >> >    [junit4]   2> 1243853 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[4]} 0 0
> >> >> >    [junit4]   2> 1243854 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[5]} 0 0
> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[6]} 0 0
> >> >> >    [junit4]   2> 1243855 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[7]} 0 0
> >> >> >    [junit4]   2> 1243856 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[8]} 0 0
> >> >> >    [junit4]   2> 1243857 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{add=[9]} 0 0
> >> >> >    [junit4]   2> 1243858 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits:
> >> >> num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_1,generation=1}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_2,generation=2}
> >> >> >    [junit4]   2> 1243870 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@d09f1a[collection1]
> >> >> main]
> >> >> >    [junit4]   2> 1243873 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> default
> >> >> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > default_teststop
> >> >> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold
> >> >> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold_direct
> >> >> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > multipleFields
> >> >> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> freq
> >> >> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> fqcn
> >> >> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> > Searcher@d09f1a[collection1]
> >> >> >
> >> >>
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
> >> >> > .0.0):C10)))}
> >> >> >    [junit4]   2> 1244300 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{commit=} 0 455
> >> >> >    [junit4]   2> 1244302 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >> >
> >> >>
> >>
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
> >> >> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
> >> hits=1
> >> >> > status=0 QTime=1
> >> >> >    [junit4]   2> 1244304 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >> >
> >> >>
> >>
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
> >> >> >
> >> >>
> >>
> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
> >> >> > heck.extendedResults=true} hits=1 status=0 QTime=0
> >> >> >    [junit4]   2> 1244313 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >> >
> >> >>
> >>
> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
> >> >> >
> >> >>
> >>
> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
> >> >> > true} hits=0 status=0 QTime=9
> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
> >> >> DOCUMENTS
> >> >> > FROM INDEX
> >> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{deleteByQuery=*:*} 0 0
> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits:
> >> >> num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_2,generation=2}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_3,generation=3}
> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@8d6b4d[collection1]
> >> >> main]
> >> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> default
> >> >> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > default_teststop
> >> >> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold
> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold_direct
> >> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > multipleFields
> >> >> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> freq
> >> >> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> fqcn
> >> >> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> > Searcher@8d6b4d[collection1]
> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >    [junit4]   2> 1244406 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> >> seed#[4226CE0DA090A9C6])
> >> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> > path=null params={}{commit=} 0 93
> >> >> >    [junit4]   2> 1244409 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> >> >> > testExtendedResultsCount
> >> >> >    [junit4]   2> 1244411 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
> >> >> >    [junit4]   2> 1244412 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
> >> >> >    [junit4]   2> 1244413 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
> >> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
> >> >> >    [junit4]   2> 1244416 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
> >> >> >    [junit4]   2> 1244417 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
> >> >> >    [junit4]   2> 1244418 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_3,generation=3}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_4,generation=4}
> >> >> >    [junit4]   2> 1244424 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
> >> commit
> >> >> > generation = 4
> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> >> >> > [Searcher@195979d[collection1] main]
> >> >> >    [junit4]   2> 1244426 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> > end_commit_flush
> >> >> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> default
> >> >> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > default_teststop
> >> >> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold
> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold_direct
> >> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > multipleFields
> >> >> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> freq
> >> >> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> fqcn
> >> >> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> > Searcher@195979d[collection1]
> >> >> >
> >> >>
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
> >> >> > .0.0):C10)))}
> >> >> >    [junit4]   2> 1244949 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 546
> >> >> >    [junit4]   2> 1245063 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
> >> >> webapp=null
> >> >> > path=null
> >> >> >
> >> >>
> >>
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> >> >> >
> =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
> >> >> > hits=0 status=0 QTime=117
> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
> >> >> webapp=null
> >> >> > path=null
> >> >> >
> >> >>
> >>
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> >> >> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0
> >> QTime=1
> >> >> >    [junit4]   2> 1245065 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> >> >> > testExtendedResultsCount
> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> [collection1]
> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*}
> 0 0
> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_4,generation=4}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_5,generation=5}
> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
> >> commit
> >> >> > generation = 5
> >> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> >> >> > [Searcher@9a0ca2[collection1] main]
> >> >> >    [junit4]   2> 1245067 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> > end_commit_flush
> >> >> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> default
> >> >> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > default_teststop
> >> >> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold
> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold_direct
> >> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > multipleFields
> >> >> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> freq
> >> >> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> fqcn
> >> >> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> > Searcher@9a0ca2[collection1]
> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >    [junit4]   2> 1245241 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 180
> >> >> >    [junit4]   2> 1245245 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[0]} 0 1
> >> >> >    [junit4]   2> 1245247 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[1]} 0 0
> >> >> >    [junit4]   2> 1245248 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[2]} 0 1
> >> >> >    [junit4]   2> 1245249 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[3]} 0 0
> >> >> >    [junit4]   2> 1245250 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[4]} 0 0
> >> >> >    [junit4]   2> 1245251 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[5]} 0 0
> >> >> >    [junit4]   2> 1245252 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[6]} 0 0
> >> >> >    [junit4]   2> 1245253 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[7]} 0 0
> >> >> >    [junit4]   2> 1245254 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[8]} 0 0
> >> >> >    [junit4]   2> 1245255 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[9]} 0 0
> >> >> >    [junit4]   2> 1245256 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> >> num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_5,generation=5}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_6,generation=6}
> >> >> >    [junit4]   2> 1245259 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1]
> >> main]
> >> >> >    [junit4]   2> 1245262 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> default
> >> >> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > default_teststop
> >> >> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold
> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold_direct
> >> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > multipleFields
> >> >> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> freq
> >> >> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> fqcn
> >> >> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> > Searcher@1ffed7d[collection1]
> >> >> >
> >> >>
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
> >> >> > .0.0):C10)))}
> >> >> >    [junit4]   2> 1245902 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{commit=} 0 666
> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >> >
> params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
> >> >> hits=0
> >> >> > status=0 QTime=2
> >> >> >    [junit4]   2> 1245905 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
> >> DOCUMENTS
> >> >> > FROM INDEX
> >> >> >    [junit4]   2> 1245906 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{deleteByQuery=*:*} 0 0
> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> >> num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_6,generation=6}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_7,generation=7}
> >> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1]
> >> main]
> >> >> >    [junit4]   2> 1245909 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> default
> >> >> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > default_teststop
> >> >> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold
> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold_direct
> >> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > multipleFields
> >> >> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> freq
> >> >> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> fqcn
> >> >> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> > Searcher@15975c[collection1]
> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >    [junit4]   2> 1246105 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testNumericQuery-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{commit=} 0 203
> >> >> >    [junit4]   2> 1246108 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> >> >> > testRelativeIndexDirLocation
> >> >> >    [junit4]   2> 1246109 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
> >> >> >    [junit4]   2> 1246111 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
> >> >> >    [junit4]   2> 1246112 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
> >> >> >    [junit4]   2> 1246113 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
> >> >> >    [junit4]   2> 1246114 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
> >> >> >    [junit4]   2> 1246115 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
> >> >> >    [junit4]   2> 1246117 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
> >> >> >    [junit4]   2> 1246118 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
> >> >> >    [junit4]   2> 1246119 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
> >> >> >    [junit4]   2> 1246120 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_7,generation=7}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_8,generation=8}
> >> >> >    [junit4]   2> 1246127 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
> >> commit
> >> >> > generation = 8
> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> >> >> > [Searcher@1e381c0[collection1] main]
> >> >> >    [junit4]   2> 1246130 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> > end_commit_flush
> >> >> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> default
> >> >> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > default_teststop
> >> >> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold
> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold_direct
> >> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > multipleFields
> >> >> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> freq
> >> >> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> fqcn
> >> >> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> > Searcher@1e381c0[collection1]
> >> >> >
> >> >>
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
> >> >> > .0.0):C10)))}
> >> >> >    [junit4]   2> 1247359 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> >> >> > testRelativeIndexDirLocation
> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> [collection1]
> >> >> > REMOVING ALL DOCUMENTS FROM INDEX
> >> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*}
> 0 0
> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_8,generation=8}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_9,generation=9}
> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
> >> commit
> >> >> > generation = 9
> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> >> >> > [Searcher@13af3f9[collection1] main]
> >> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> >> > end_commit_flush
> >> >> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> default
> >> >> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > default_teststop
> >> >> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold
> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > threshold_direct
> >> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> >> > multipleFields
> >> >> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> freq
> >> >> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> fqcn
> >> >> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> >> > Searcher@13af3f9[collection1]
> >> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >> >    [junit4]   2> 1247785 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> >> > seed#[4226CE0DA090A9C6]) [    ]
> o.a.s.u.p.LogUpdateProcessorFactory
> >> >> > [collection1]  webapp=null path=null params={}{commit=} 0 436
> >> >> >    [junit4]   2> 1247787 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
> >> >> >    [junit4]   2> 1247788 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[0]} 0 1
> >> >> >    [junit4]   2> 1247790 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[1]} 0 0
> >> >> >    [junit4]   2> 1247791 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[2]} 0 0
> >> >> >    [junit4]   2> 1247792 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[3]} 0 0
> >> >> >    [junit4]   2> 1247793 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[4]} 0 0
> >> >> >    [junit4]   2> 1247794 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[5]} 0 0
> >> >> >    [junit4]   2> 1247795 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[6]} 0 0
> >> >> >    [junit4]   2> 1247796 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[7]} 0 0
> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[8]} 0 0
> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> >> path=null
> >> >> > params={}{add=[9]} 0 0
> >> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >> >
> >> >>
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> >> num=2
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_9,generation=9}
> >> >> >    [junit4]   2>
> >> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >> >
> >> >>
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> >> > egFN=segments_a,generation=10}
> >> >> >    [junit4]   2> 1247801 INFO  (TEST-
> >> >> > SpellCheckComponentTest.testReloadOnStart-
> >> >> seed#[4226CE0DA090A9C6]) [
> >> >> > ] o.a.s.c.SolrDele
> >> >> >
> >> >> > [...truncated too long message...]
> >> >> >
> >> >> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
> >> >> 001\tempDir-
> >> >> > 001\shard1\cores\collection1\data\index;done=false>>]
> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> > 001\shard1\cores\collection1\data\index
> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> 001\shard1\cores\collection1\data
> >> >> >
> >>
> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
> >> >> > Solr-trunk-Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> > 001\shard1\cores\collection1\data;done=false>>]
> >> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> 001\shard1\cores\collection1\data
> >> >> >    [junit4]   2> 1393934 INFO  (TEST-
> >> >> > DistributedSpellCheckComponentTest.test-
> seed#[4226CE0DA090A9C6])
> >> [
> >> >> ]
> >> >> > o.e.j.s.h.ContextHandler Stopped
> >> >> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
> >> >> >    [junit4]   2> NOTE: reproduce with: ant test  -
> >> >> > Dtestcase=DistributedSpellCheckComponentTest -
> Dtests.method=test
> >> -
> >> >> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -
> Dtests.locale=en-
> >> US -
> >> >> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
> >> >> Dtests.file.encoding=US-
> >> >> > ASCII
> >> >> >    [junit4] ERROR   16.6s J0 |
> DistributedSpellCheckComponentTest.test
> >> <<<
> >> >> >    [junit4]    > Throwable #1:
> >> >> >
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> >> Error
> >> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> >> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> >> trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> >> > 001\control\cores\collection1\data\spellchecker1
> >> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e
> still
> >> >> has
> >> >> > pending deleted files; cannot initialize IndexWriter
> >> >> >    [junit4]    >    at
> >> >> >
> >> >>
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> >> > 3E]:0)
> >> >> >    [junit4]    >    at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> >> >> > t.java:577)
> >> >> >    [junit4]    >    at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> >> >> > 1)
> >> >> >    [junit4]    >    at
> >> >> >
> >> >>
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> >> >> > 0)
> >> >> >    [junit4]    >    at
> >> >> >
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> >> >> >    [junit4]    >    at
> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> >> >> >    [junit4]    >    at
> >> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> >> >> >    [junit4]    >    at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> >> >> > (DistributedSpellCheckComponentTest.java:67)
> >> >> >    [junit4]    >    at
> >> >> >
> >> >>
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> >> > est(DistributedSpellCheckComponentTest.java:146)
> >> >> >    [junit4]    >    at
> >> >> >
> >> >>
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> >> >> >
> >> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> >> >> >    [junit4]    >    at
> >> >> >
> >> >>
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> >> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> >> >> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
> >> >> >    [junit4]   2> 1393948 INFO  (SUITE-
> >> DistributedSpellCheckComponentTest-
> >> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> >> ###deleteCore
> >> >> >    [junit4]   2> NOTE: leaving temporary files on disk at:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build\solr-
> >> >> >
> >> >>
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> >> > ntTest_4226CE0DA090A9C6-001
> >> >> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> >> >> > {start1=Lucene50(blocksize=128),
> >> >> > range_facet_l_dv=Lucene50(blocksize=128),
> >> >> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > intDefault=PostingsFormat(name=Direct),
> >> >> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > _version_=PostingsFormat(name=Direct),
> >> >> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> >> > end3=PostingsFormat(name=Direct),
> end2=Lucene50(blocksize=128),
> >> >> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > id=Lucene50(blocksize=128),
> >> >> >
> range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > gram2=Lucene50(blocksize=128),
> gram3=PostingsFormat(name=Direct),
> >> >> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> >> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> >> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> >> > start4=PostingsFormat(name=Direct)},
> >> >> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
> >> >> > range_facet_i_dv=DocValuesFormat(name=Direct),
> >> >> > timestamp=DocValuesFormat(name=Direct)},
> >> >> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-
> US,
> >> >> > timezone=Etc/GMT+7
> >> >> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72
> (32-
> >> >> > bit)/cpus=3,threads=1,free=28695536,total=337784832
> >> >> >    [junit4]   2> NOTE: All tests run in this JVM:
> >> >> > [TestSweetSpotSimilarityFactory,
> HdfsCollectionsAPIDistributedZkTest,
> >> >> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
> >> >> > TestAuthorizationFramework, QueryResultKeyTest,
> ClusterStateTest,
> >> >> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
> >> >> > TestReRankQParserPlugin, SimpleFacetsTest,
> TestChildDocTransformer,
> >> >> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
> >> >> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
> >> >> TestCodecSupport,
> >> >> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
> >> >> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
> >> >> > AddSchemaFieldsUpdateProcessorFactoryTest,
> >> >> TestQuerySenderNoQuery,
> >> >> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
> >> >> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest,
> >> RollingRestartTest,
> >> >> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
> >> >> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
> >> >> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest,
> BadComponentTest,
> >> >> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
> >> >> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
> >> >> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
> >> >> > TestOverriddenPrefixQueryForCustomFieldType,
> >> TestConfigSetImmutable,
> >> >> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
> >> >> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
> >> >> > TestMinMaxOnMultiValuedField, TestRestManager,
> >> TestExactStatsCache,
> >> >> > TestManagedResource, TestCollapseQParserPlugin,
> >> TestReloadDeadlock,
> >> >> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
> >> >> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties,
> >> HLLUtilTest,
> >> >> > SimplePostToolTest, TestAnalyzedSuggestions,
> >> >> ExitableDirectoryReaderTest,
> >> >> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
> >> >> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
> >> >> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
> >> >> TestDocumentBuilder,
> >> >> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
> >> >> > TestRandomRequestDistribution, QueryEqualityTest,
> >> >> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
> >> >> > TestReplicationHandler, BlockJoinFacetSimpleTest,
> >> >> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
> >> >> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
> >> >> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
> >> >> > XmlUpdateRequestHandlerTest,
> HdfsChaosMonkeyNothingIsSafeTest,
> >> >> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
> >> SoftAutoCommitTest,
> >> >> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
> >> >> > CircularListTest, BlockDirectoryTest, TestStressVersions,
> >> >> > TestSolrConfigHandlerCloud, TestBlobHandler,
> >> >> StandardRequestHandlerTest,
> >> >> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
> >> >> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample,
> >> HttpPartitionTest,
> >> >> > TestCursorMarkWithoutUniqueKey,
> >> >> DistributedSpellCheckComponentTest]
> >> >> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
> >> >> > FAILURES!
> >> >> >
> >> >> > [...truncated 1061 lines...]
> >> >> > BUILD FAILED
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\build.xml:740: The following error occurred while
> executing
> >> this
> >> >> > line:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\build.xml:684: The following error occurred while
> executing
> >> this
> >> >> > line:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> Windows\build.xml:59:
> >> >> > The following error occurred while executing this line:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\build.xml:233: The following error occurred while
> >> executing
> >> >> > this line:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\solr\common-build.xml:524: The following error occurred
> >> while
> >> >> > executing this line:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\lucene\common-build.xml:1457: The following error
> occurred
> >> >> > while executing this line:
> >> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> >> > Windows\lucene\common-build.xml:1014: There were test failures:
> 579
> >> >> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions)
> >> [seed:
> >> >> > 4226CE0DA090A9C6]
> >> >> >
> >> >> > Total time: 77 minutes 7 seconds
> >> >> > Build step 'Invoke Ant' marked build as failure
> >> >> > Archiving artifacts
> >> >> > [WARNINGS] Skipping publisher since build result is FAILURE
> >> >> > Recording test results
> >> >> > Email was triggered for: Failure - Any
> >> >> > Sending email for trigger: Failure - Any
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> 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
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> 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
> >
> 
> ---------------------------------------------------------------------
> 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


Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
Thanks Uwe.

How can I access the Jenkins Windows VM?  I think that would be helpful :)

Mike McCandless

http://blog.mikemccandless.com


On Tue, Feb 16, 2016 at 5:45 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Hi Mike,
>
> It is not only Solr, unfortunately. If I run the Lucene Core tests using -Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts of it is the usual "cannot cleanup files on tearDown", but also errors like the one we have seen in Solr: "Opening IndexWriter fails because pending deleted files".
>
> I remember that you disabled "WindowsDirectory" for several tests. I have the feeling you would need to disable windows at all for those tests :-)
>
> Do you want to get access to the windows VM on Jenkins? You may use it to further debug this.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: Michael McCandless [mailto:lucene@mikemccandless.com]
>> Sent: Tuesday, February 16, 2016 11:23 AM
>> To: Lucene/Solr dev <de...@lucene.apache.org>
>> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> Build # 5622 - Still Failing!
>>
>> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
>> OS-specific "retry on AccessDenied" under Directory instead of making
>> this IndexWriter's job.
>>
>> Hmm SpellChecker.clearIndex ...
>>
>> What's happening here is we are trying to open a new IndexWriter on a
>> a directory that has failed deletions because an IndexReader is still
>> holding files open.  IndexWriter now refuses to start when the
>> directory is "dirty" like that because it can lead to difficult
>> exceptions later, e.g. if IndexWriter tries to overwrite one of these
>> pending deleted files.
>>
>> There is a "simple" solution, which is to open a new FSDirectory,
>> forcing IW to then retry the deletions.  Or, we could remove this
>> check in IW.init (leading to possibly scary exceptions later).  Or, we
>> could make a WindowsDirectoryWrapper that suppresses the check.
>>
>> I'll try to look at how Solr is using SpellChecker here to see if it
>> can create a new FSDirectory instance when it is going to .clearIndex
>> ... that could be tricky here though.
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> > I also happens locally on my windows box. It is almost impossible to run
>> tests without an error like this on windows.
>> >
>> > Uwe
>> >
>> > -----
>> > Uwe Schindler
>> > H.-H.-Meier-Allee 63, D-28213 Bremen
>> > http://www.thetaphi.de
>> > eMail: uwe@thetaphi.de
>> >
>> >
>> >> -----Original Message-----
>> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
>> >> Sent: Tuesday, February 16, 2016 10:11 AM
>> >> To: dev@lucene.apache.org; mikemccand@apache.org
>> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> >> Build # 5622 - Still Failing!
>> >>
>> >> I have seen those bugs very often recently on Windows. Could this be
>> >> related to the refactoring that handles "undeletable" files differently? The
>> >> type of exception is new to me, have never seen that before:
>> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
>> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
>> has
>> >> pending deleted files; cannot initialize IndexWriter"
>> >>
>> >> Uwe
>> >>
>> >> -----
>> >> Uwe Schindler
>> >> H.-H.-Meier-Allee 63, D-28213 Bremen
>> >> http://www.thetaphi.de
>> >> eMail: uwe@thetaphi.de
>> >>
>> >>
>> >> > -----Original Message-----
>> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
>> >> > Sent: Tuesday, February 16, 2016 9:58 AM
>> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
>> dev@lucene.apache.org
>> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> Build
>> >> #
>> >> > 5622 - Still Failing!
>> >> >
>> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
>> Windows/5622/
>> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
>> >> >
>> >> > 5 tests failed.
>> >> > FAILED:
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> >> > mResultsForSuggest
>> >> >
>> >> > Error Message:
>> >> > Directory
>> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >
>> >> > Stack Trace:
>> >> > java.lang.IllegalArgumentException: Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
>> >> > B]:0)
>> >> >     at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> >> > 55)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> >> > ker.java:87)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> >> > eckComponent.java:131)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> >> > rchHandler.java:246)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> >> > erBase.java:155)
>> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >
>> >> >
>> >> > FAILED:
>> >> >
>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
>> >> >
>> >> > Error Message:
>> >> > Directory
>> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >
>> >> > Stack Trace:
>> >> > java.lang.IllegalArgumentException: Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
>> still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
>> >> > D]:0)
>> >> >     at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> >> > 55)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> >> > ker.java:87)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> >> > eckComponent.java:131)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> >> > rchHandler.java:246)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> >> > erBase.java:155)
>> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
>> >> > SpellCheckComponentTest.java:171)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >
>> >> >
>> >> > FAILED:
>> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
>> >> >
>> >> > Error Message:
>> >> > List size mismatch @ spellcheck/suggestions
>> >> >
>> >> > Stack Trace:
>> >> > java.lang.RuntimeException: List size mismatch @
>> spellcheck/suggestions
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> > 3E]:0)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
>> >> > eckComponentTest.java:147)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >
>> >> >
>> >> > FAILED:
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> >> > OnCommit
>> >> >
>> >> > Error Message:
>> >> > Exception during query
>> >> >
>> >> > Stack Trace:
>> >> > java.lang.RuntimeException: Exception during query
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
>> >> > 5]:0)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> >> > OnCommit(SpellCheckComponentTest.java:267)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
>> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
>> >> > <response>
>> >> > <lst name="responseHeader"><int name="status">0</int><int
>> >> > name="QTime">1068</int></lst><result name="response"
>> >> numFound="0"
>> >> > start="0"></result><lst name="spellcheck"><lst
>> >> > name="suggestions"/></lst>
>> >> > </response>
>> >> >
>> >> >     request
>> >> >
>> >>
>> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
>> >> > ml
>> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
>> >> >     ... 41 more
>> >> >
>> >> >
>> >> > FAILED:
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> > est
>> >> >
>> >> > Error Message:
>> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
>> Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\control\cores\collection1\data\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >
>> >> > Stack Trace:
>> >> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>> Error
>> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\control\cores\collection1\data\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >     at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> > 3E]:0)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> >> > t.java:577)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> >> > 1)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> >> > 0)
>> >> >     at
>> >> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> >> > (DistributedSpellCheckComponentTest.java:67)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> > est(DistributedSpellCheckComponentTest.java:146)
>> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> >> > ava:62)
>> >> >     at
>> >> >
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> >> > sorImpl.java:43)
>> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> >> > dRunner.java:1764)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> >> > mizedRunner.java:871)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> >> > mizedRunner.java:907)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> >> > omizedRunner.java:921)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> >> >
>> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >> >     at
>> >> >
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> >> > SetupTeardownChained.java:49)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> >> > readAndTestName.java:48)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> >> > (ThreadLeakControl.java:809)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> >> > eakControl.java:460)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> >> > domizedRunner.java:880)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> >> > mizedRunner.java:781)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> >> > mizedRunner.java:816)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> >> > mizedRunner.java:827)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> >> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> >> > fterRule.java:45)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> >> > assName.java:41)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> >> >
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> >> > ertionsRequired.java:53)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> >> > .java:47)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> >> > IgnoreAfterMaxFailures.java:64)
>> >> >     at
>> >> >
>> >>
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> >> > TestSuites.java:54)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> >> > ementAdapter.java:36)
>> >> >     at
>> >> >
>> >>
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> >> > run(ThreadLeakControl.java:367)
>> >> >     at java.lang.Thread.run(Thread.java:745)
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > Build Log:
>> >> > [...truncated 11172 lines...]
>> >> >    [junit4] Suite:
>> >> > org.apache.solr.handler.component.SpellCheckComponentTest
>> >> >    [junit4]   2> Creating dataDir:
>> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001
>> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> Randomized
>> >> ssl
>> >> > (false) and clientAuth (false)
>> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> ####initCore
>> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> new
>> >> > SolrResourceLoader for directory:
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> JNDI
>> >> not
>> >> > configured for solr (NoInitialContextEx)
>> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> using
>> >> > system property solr.solr.home:
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> Adding
>> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> >> classloader
>> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> >> Adding
>> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> >> classloader
>> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
>> version
>> >> of
>> >> > requestparams : -1
>> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
>> Solr
>> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
>> Solr
>> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
>> >> > <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
>> Solr
>> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
>> >> > <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene
>> >> > MatchVersion: 6.0.0
>> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
>> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
>> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
>> >> Schema
>> >> > name=test
>> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> >> > exchange-rates.json, refreshInterval=1440.
>> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default
>> >> search
>> >> > field in schema is text
>> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique
>> key
>> >> > field: id
>> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> o.a.s.s.FileExchangeRateProvider
>> >> > Reloading exchange rates from file currency.xml
>> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> o.a.s.s.FileExchangeRateProvider
>> >> > Reloading exchange rates from file currency.xml
>> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> > open-exchange-rates.json
>> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> > open-exchange-rates.json
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> JNDI
>> >> not
>> >> > configured for solr (NoInitialContextEx)
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> using
>> >> > system property solr.solr.home:
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> new
>> >> > SolrResourceLoader for directory:
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr'
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> JNDI
>> >> not
>> >> > configured for solr (NoInitialContextEx)
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> using
>> >> > system property solr.solr.home:
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
>> >> > CoreContainer 9183868
>> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Loading
>> >> cores
>> >> > into CoreContainer
>> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
>> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Couldn't
>> >> add
>> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\lib
>> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> >> o.a.s.h.c.HttpShardHandlerFactory
>> >> > created with socketTimeout : 600000,connTimeout :
>> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
>> 10000,corePoolSize :
>> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue :
>> -
>> >> > 1,fairnessPolicy : false,useRetries : false,
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler
>> >> > Creating UpdateShardHandler HTTP client with params:
>> >> > socketTimeout=30000&connTimeout=30000&retry=true
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is
>> >> > org.slf4j.impl.Log4jLoggerFactory
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher Registering
>> Log
>> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Security
>> >> conf
>> >> > doesn't exist. Skipping setup for authorization module.
>> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
>> >> > authentication plugin used.
>> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor Created
>> >> > CoreDescriptor: {name=collection1, config=solrconfig-
>> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
>> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
>> >> > collection=collection1,
>> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
>> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
>> >> (NoInitialContextEx)
>> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr
>> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader Adding
>> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> >> classloader
>> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrResourceLoader Adding
>> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> >> classloader
>> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrConfig current version of requestparams : -1
>> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
>> >> > <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated,
>> >> > configure it on the relevant <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
>> >> > configure it on the relevant <mergePolicyFactory> instead.
>> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
>> spellcheckcomponent.xml
>> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
>> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> >> > exchange-rates.json, refreshInterval=1440.
>> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.IndexSchema default search field in schema is text
>> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.IndexSchema unique key field: id
>> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> >> > currency.xml
>> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> >> > currency.xml
>> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> > open-exchange-rates.json
>> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> >> > open-exchange-rates.json
>> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
>> >> > default properties: Can't find resource 'configsetprops.json' in classpath
>> or
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1'
>> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
>> >> from
>> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1
>> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore
>> org.apache.solr.core.MockDirectoryFactory
>> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
>> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1],
>> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\]
>> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
>> >> > collection1
>> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\
>> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
>> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
>> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
>> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist. Creating
>> new
>> >> > index...
>> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\index
>> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>> wrapping
>> >> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
>> >> > maxMergedSegmentMB=69.751953125,
>> floorSegmentMB=0.2412109375,
>> >> > forceMergeDeletesPctAllowed=25.57842565234008,
>> >> segmentsPerTier=26.0,
>> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> >> > noCFSRatio=0.4018936825291942
>> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>> >> > commits: num=1
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_1,generation=1}
>> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>> >> >    [junit4]   2> 1243682 INFO  (OldIndexDirectoryCleanupThreadForCore-
>> >> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
>> >> directories
>> >> > to cleanup for core collection1 in
>> >> C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> >> > 6CE0DA090A9C6-001\init-core-data-001\
>> >> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain
>> defined as
>> >> > default, creating implicit default
>> >> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
>> >> >
>> >>
>> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
>> >> >
>> >>
>> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
>> >> >
>> >>
>> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
>> >> >
>> >>
>> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
>> >> > dbreak,/admin/ping,/update,/admin/file
>> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
>> >> > org.apache.solr.search.stats.LocalStatsCache
>> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>> wrapping
>> >> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>> >> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
>> >> > maxMergedSegmentMB=42.8330078125, floorSegmentMB=0.51953125,
>> >> > forceMergeDeletesPctAllowed=0.0785082531815362,
>> >> segmentsPerTier=18.0,
>> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> >> > noCFSRatio=0.1273596296641114
>> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
>> commits:
>> >> > num=1
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_1,generation=1}
>> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@1bb54df[collection1] main]
>> >> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
>> >> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to use
>> >> > InMemory storage instead.
>> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
>> {}
>> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
>> >> _rest_managed.json
>> >> > using InMemoryStorage
>> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
>> >> > ManagedResources
>> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>> >> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: default
>> >> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: default_teststop
>> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >
>> >>
>> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
>> >> > xQueryFrequency=100.0,field=teststop}
>> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >
>> >>
>> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
>> >> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
>> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: threshold
>> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >> >
>> >>
>> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
>> >> >
>> >>
>> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
>> >> > dTokenFrequency=0.29}
>> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: threshold_direct
>> >> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: multipleFields
>> >> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: freq
>> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> >> > listener for spellchecker: fqcn
>> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
>> >> 10000
>> >> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: default
>> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> >> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
>> >> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: default_teststop
>> >> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> ####initCore
>> >> > end
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: direct
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: direct_lowerfilt
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: wordbreak
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: threshold
>> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: threshold_direct
>> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: multipleFields
>> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: jarowinkler
>> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: external
>> >> >    [junit4]   2> 1243842 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
>> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: freq
>> >> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: fqcn
>> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> >> spell
>> >> > index for spellchecker: perDict
>> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
>> processing-
>> >> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered
>> new
>> >> > searcher Searcher@1bb54df[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1243845 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[0]} 0 3
>> >> >    [junit4]   2> 1243849 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1243850 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[2]} 0 0
>> >> >    [junit4]   2> 1243852 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[3]} 0 1
>> >> >    [junit4]   2> 1243853 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1243854 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1243855 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1243855 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1243856 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1243857 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1243858 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1243870 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> >> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_1,generation=1}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_2,generation=2}
>> >> >    [junit4]   2> 1243870 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>> >> >    [junit4]   2> 1243873 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d09f1a[collection1]
>> >> main]
>> >> >    [junit4]   2> 1243873 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@d09f1a[collection1]
>> >> >
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
>> >> > .0.0):C10)))}
>> >> >    [junit4]   2> 1244300 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{commit=} 0 455
>> >> >    [junit4]   2> 1244302 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >
>> >>
>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
>> >> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
>> hits=1
>> >> > status=0 QTime=1
>> >> >    [junit4]   2> 1244304 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >
>> >>
>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
>> >> >
>> >>
>> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
>> >> > heck.extendedResults=true} hits=1 status=0 QTime=0
>> >> >    [junit4]   2> 1244313 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> >
>> >>
>> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
>> >> >
>> >>
>> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
>> >> > true} hits=0 status=0 QTime=9
>> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
>> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>> >> DOCUMENTS
>> >> > FROM INDEX
>> >> >    [junit4]   2> 1244314 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{deleteByQuery=*:*} 0 0
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> >> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_2,generation=2}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_3,generation=3}
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8d6b4d[collection1]
>> >> main]
>> >> >    [junit4]   2> 1244315 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@8d6b4d[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1244406 INFO  (TEST-
>> >> > SpellCheckComponentTest.testCorrectSpelling-
>> >> seed#[4226CE0DA090A9C6])
>> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> > path=null params={}{commit=} 0 93
>> >> >    [junit4]   2> 1244409 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> >> > testExtendedResultsCount
>> >> >    [junit4]   2> 1244411 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>> >> >    [junit4]   2> 1244412 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1244412 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>> >> >    [junit4]   2> 1244413 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1244415 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1244416 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1244417 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1244418 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1244418 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1244424 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_3,generation=3}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_4,generation=4}
>> >> >    [junit4]   2> 1244424 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> commit
>> >> > generation = 4
>> >> >    [junit4]   2> 1244426 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@195979d[collection1] main]
>> >> >    [junit4]   2> 1244426 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> > end_commit_flush
>> >> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@195979d[collection1]
>> >> >
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
>> >> > .0.0):C10)))}
>> >> >    [junit4]   2> 1244949 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{commit=} 0 546
>> >> >    [junit4]   2> 1245063 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>> >> webapp=null
>> >> > path=null
>> >> >
>> >>
>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>> >> > =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
>> >> > hits=0 status=0 QTime=117
>> >> >    [junit4]   2> 1245065 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>> >> webapp=null
>> >> > path=null
>> >> >
>> >>
>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>> >> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0
>> QTime=1
>> >> >    [junit4]   2> 1245065 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>> >> > testExtendedResultsCount
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> [collection1]
>> >> > REMOVING ALL DOCUMENTS FROM INDEX
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_4,generation=4}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_5,generation=5}
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> commit
>> >> > generation = 5
>> >> >    [junit4]   2> 1245066 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@9a0ca2[collection1] main]
>> >> >    [junit4]   2> 1245067 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> > end_commit_flush
>> >> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@9a0ca2[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1245241 INFO  (TEST-
>> >> > SpellCheckComponentTest.testExtendedResultsCount-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{commit=} 0 180
>> >> >    [junit4]   2> 1245245 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
>> >> >    [junit4]   2> 1245247 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[0]} 0 1
>> >> >    [junit4]   2> 1245247 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1245248 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[2]} 0 1
>> >> >    [junit4]   2> 1245249 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[3]} 0 0
>> >> >    [junit4]   2> 1245250 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1245251 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1245252 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1245253 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1245254 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1245255 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1245256 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1245259 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_5,generation=5}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_6,generation=6}
>> >> >    [junit4]   2> 1245259 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>> >> >    [junit4]   2> 1245262 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1]
>> main]
>> >> >    [junit4]   2> 1245262 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@1ffed7d[collection1]
>> >> >
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
>> >> > .0.0):C10)))}
>> >> >    [junit4]   2> 1245902 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{commit=} 0 666
>> >> >    [junit4]   2> 1245905 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >> > params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
>> >> hits=0
>> >> > status=0 QTime=2
>> >> >    [junit4]   2> 1245905 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
>> >> >    [junit4]   2> 1245906 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>> DOCUMENTS
>> >> > FROM INDEX
>> >> >    [junit4]   2> 1245906 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{deleteByQuery=*:*} 0 0
>> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_6,generation=6}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_7,generation=7}
>> >> >    [junit4]   2> 1245908 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
>> >> >    [junit4]   2> 1245909 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1]
>> main]
>> >> >    [junit4]   2> 1245909 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@15975c[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1246105 INFO  (TEST-
>> >> > SpellCheckComponentTest.testNumericQuery-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{commit=} 0 203
>> >> >    [junit4]   2> 1246108 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> >> > testRelativeIndexDirLocation
>> >> >    [junit4]   2> 1246109 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>> >> >    [junit4]   2> 1246111 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1246112 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>> >> >    [junit4]   2> 1246113 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>> >> >    [junit4]   2> 1246114 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1246115 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1246115 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1246117 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1246118 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1246119 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1246120 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1246127 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_7,generation=7}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_8,generation=8}
>> >> >    [junit4]   2> 1246127 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> commit
>> >> > generation = 8
>> >> >    [junit4]   2> 1246130 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@1e381c0[collection1] main]
>> >> >    [junit4]   2> 1246130 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> > end_commit_flush
>> >> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@1e381c0[collection1]
>> >> >
>> >>
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
>> >> > .0.0):C10)))}
>> >> >    [junit4]   2> 1247359 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
>> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>> >> > testRelativeIndexDirLocation
>> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> [collection1]
>> >> > REMOVING ALL DOCUMENTS FROM INDEX
>> >> >    [junit4]   2> 1247361 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> >> > SolrDeletionPolicy.onCommit: commits: num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_8,generation=8}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_9,generation=9}
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
>> commit
>> >> > generation = 9
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> >> > [Searcher@13af3f9[collection1] main]
>> >> >    [junit4]   2> 1247362 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> >> > end_commit_flush
>> >> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> default
>> >> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > default_teststop
>> >> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold
>> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > threshold_direct
>> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> >> > multipleFields
>> >> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> freq
>> >> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> fqcn
>> >> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
>> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> >> > Searcher@13af3f9[collection1]
>> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >> >    [junit4]   2> 1247785 INFO  (TEST-
>> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> >> > [collection1]  webapp=null path=null params={}{commit=} 0 436
>> >> >    [junit4]   2> 1247787 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
>> >> >    [junit4]   2> 1247788 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[0]} 0 1
>> >> >    [junit4]   2> 1247790 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[1]} 0 0
>> >> >    [junit4]   2> 1247791 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[2]} 0 0
>> >> >    [junit4]   2> 1247792 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[3]} 0 0
>> >> >    [junit4]   2> 1247793 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[4]} 0 0
>> >> >    [junit4]   2> 1247794 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[5]} 0 0
>> >> >    [junit4]   2> 1247795 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[6]} 0 0
>> >> >    [junit4]   2> 1247796 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[7]} 0 0
>> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[8]} 0 0
>> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> >> path=null
>> >> > params={}{add=[9]} 0 0
>> >> >    [junit4]   2> 1247797 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.u.DirectUpdateHandler2 start
>> >> >
>> >>
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> >> > etes=false,softCommit=false,prepareCommit=false}
>> >> >    [junit4]   2> 1247801 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> num=2
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_9,generation=9}
>> >> >    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >> >
>> >>
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> >> > egFN=segments_a,generation=10}
>> >> >    [junit4]   2> 1247801 INFO  (TEST-
>> >> > SpellCheckComponentTest.testReloadOnStart-
>> >> seed#[4226CE0DA090A9C6]) [
>> >> > ] o.a.s.c.SolrDele
>> >> >
>> >> > [...truncated too long message...]
>> >> >
>> >> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
>> >> 001\tempDir-
>> >> > 001\shard1\cores\collection1\data\index;done=false>>]
>> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\shard1\cores\collection1\data\index
>> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> 001\shard1\cores\collection1\data
>> >> >
>> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>> >> > Solr-trunk-Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\shard1\cores\collection1\data;done=false>>]
>> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> 001\shard1\cores\collection1\data
>> >> >    [junit4]   2> 1393934 INFO  (TEST-
>> >> > DistributedSpellCheckComponentTest.test-seed#[4226CE0DA090A9C6])
>> [
>> >> ]
>> >> > o.e.j.s.h.ContextHandler Stopped
>> >> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
>> >> >    [junit4]   2> NOTE: reproduce with: ant test  -
>> >> > Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test
>> -
>> >> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -Dtests.locale=en-
>> US -
>> >> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
>> >> Dtests.file.encoding=US-
>> >> > ASCII
>> >> >    [junit4] ERROR   16.6s J0 | DistributedSpellCheckComponentTest.test
>> <<<
>> >> >    [junit4]    > Throwable #1:
>> >> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
>> Error
>> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>> trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> >> > 001\control\cores\collection1\data\spellchecker1
>> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> >> has
>> >> > pending deleted files; cannot initialize IndexWriter
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> >> > 3E]:0)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> >> > t.java:577)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> >> > 1)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> >> > 0)
>> >> >    [junit4]    >    at
>> >> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >> >    [junit4]    >    at
>> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >> >    [junit4]    >    at
>> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> >> > (DistributedSpellCheckComponentTest.java:67)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> >> > est(DistributedSpellCheckComponentTest.java:146)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> >> >
>> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >> >    [junit4]    >    at
>> >> >
>> >>
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
>> >> >    [junit4]   2> 1393948 INFO  (SUITE-
>> DistributedSpellCheckComponentTest-
>> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> >> ###deleteCore
>> >> >    [junit4]   2> NOTE: leaving temporary files on disk at:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build\solr-
>> >> >
>> >>
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> >> > ntTest_4226CE0DA090A9C6-001
>> >> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
>> >> > {start1=Lucene50(blocksize=128),
>> >> > range_facet_l_dv=Lucene50(blocksize=128),
>> >> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > intDefault=PostingsFormat(name=Direct),
>> >> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > _version_=PostingsFormat(name=Direct),
>> >> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> > end3=PostingsFormat(name=Direct), end2=Lucene50(blocksize=128),
>> >> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > id=Lucene50(blocksize=128),
>> >> > range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Direct),
>> >> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> >> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
>> >> > start4=PostingsFormat(name=Direct)},
>> >> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
>> >> > range_facet_i_dv=DocValuesFormat(name=Direct),
>> >> > timestamp=DocValuesFormat(name=Direct)},
>> >> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-US,
>> >> > timezone=Etc/GMT+7
>> >> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-
>> >> > bit)/cpus=3,threads=1,free=28695536,total=337784832
>> >> >    [junit4]   2> NOTE: All tests run in this JVM:
>> >> > [TestSweetSpotSimilarityFactory, HdfsCollectionsAPIDistributedZkTest,
>> >> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
>> >> > TestAuthorizationFramework, QueryResultKeyTest, ClusterStateTest,
>> >> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
>> >> > TestReRankQParserPlugin, SimpleFacetsTest, TestChildDocTransformer,
>> >> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
>> >> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
>> >> TestCodecSupport,
>> >> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
>> >> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
>> >> > AddSchemaFieldsUpdateProcessorFactoryTest,
>> >> TestQuerySenderNoQuery,
>> >> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
>> >> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest,
>> RollingRestartTest,
>> >> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
>> >> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
>> >> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest, BadComponentTest,
>> >> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
>> >> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
>> >> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
>> >> > TestOverriddenPrefixQueryForCustomFieldType,
>> TestConfigSetImmutable,
>> >> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
>> >> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
>> >> > TestMinMaxOnMultiValuedField, TestRestManager,
>> TestExactStatsCache,
>> >> > TestManagedResource, TestCollapseQParserPlugin,
>> TestReloadDeadlock,
>> >> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
>> >> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties,
>> HLLUtilTest,
>> >> > SimplePostToolTest, TestAnalyzedSuggestions,
>> >> ExitableDirectoryReaderTest,
>> >> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
>> >> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
>> >> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
>> >> TestDocumentBuilder,
>> >> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
>> >> > TestRandomRequestDistribution, QueryEqualityTest,
>> >> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
>> >> > TestReplicationHandler, BlockJoinFacetSimpleTest,
>> >> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
>> >> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
>> >> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
>> >> > XmlUpdateRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest,
>> >> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
>> SoftAutoCommitTest,
>> >> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
>> >> > CircularListTest, BlockDirectoryTest, TestStressVersions,
>> >> > TestSolrConfigHandlerCloud, TestBlobHandler,
>> >> StandardRequestHandlerTest,
>> >> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
>> >> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample,
>> HttpPartitionTest,
>> >> > TestCursorMarkWithoutUniqueKey,
>> >> DistributedSpellCheckComponentTest]
>> >> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
>> >> > FAILURES!
>> >> >
>> >> > [...truncated 1061 lines...]
>> >> > BUILD FAILED
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\build.xml:740: The following error occurred while executing
>> this
>> >> > line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\build.xml:684: The following error occurred while executing
>> this
>> >> > line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> Windows\build.xml:59:
>> >> > The following error occurred while executing this line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\build.xml:233: The following error occurred while
>> executing
>> >> > this line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\solr\common-build.xml:524: The following error occurred
>> while
>> >> > executing this line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\lucene\common-build.xml:1457: The following error occurred
>> >> > while executing this line:
>> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> >> > Windows\lucene\common-build.xml:1014: There were test failures: 579
>> >> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions)
>> [seed:
>> >> > 4226CE0DA090A9C6]
>> >> >
>> >> > Total time: 77 minutes 7 seconds
>> >> > Build step 'Invoke Ant' marked build as failure
>> >> > Archiving artifacts
>> >> > [WARNINGS] Skipping publisher since build result is FAILURE
>> >> > Recording test results
>> >> > Email was triggered for: Failure - Any
>> >> > Sending email for trigger: Failure - Any
>> >> >
>> >>
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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
>> >
>>
>> ---------------------------------------------------------------------
>> 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
>

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


RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi Mike,

It is not only Solr, unfortunately. If I run the Lucene Core tests using -Dtests.directory=XxxFSDirectory, several tests fail (but not always). Parts of it is the usual "cannot cleanup files on tearDown", but also errors like the one we have seen in Solr: "Opening IndexWriter fails because pending deleted files".

I remember that you disabled "WindowsDirectory" for several tests. I have the feeling you would need to disable windows at all for those tests :-)

Do you want to get access to the windows VM on Jenkins? You may use it to further debug this.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Michael McCandless [mailto:lucene@mikemccandless.com]
> Sent: Tuesday, February 16, 2016 11:23 AM
> To: Lucene/Solr dev <de...@lucene.apache.org>
> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> Build # 5622 - Still Failing!
> 
> Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
> OS-specific "retry on AccessDenied" under Directory instead of making
> this IndexWriter's job.
> 
> Hmm SpellChecker.clearIndex ...
> 
> What's happening here is we are trying to open a new IndexWriter on a
> a directory that has failed deletions because an IndexReader is still
> holding files open.  IndexWriter now refuses to start when the
> directory is "dirty" like that because it can lead to difficult
> exceptions later, e.g. if IndexWriter tries to overwrite one of these
> pending deleted files.
> 
> There is a "simple" solution, which is to open a new FSDirectory,
> forcing IW to then retry the deletions.  Or, we could remove this
> check in IW.init (leading to possibly scary exceptions later).  Or, we
> could make a WindowsDirectoryWrapper that suppresses the check.
> 
> I'll try to look at how Solr is using SpellChecker here to see if it
> can create a new FSDirectory instance when it is going to .clearIndex
> ... that could be tricky here though.
> 
> Mike McCandless
> 
> http://blog.mikemccandless.com
> 
> 
> On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > I also happens locally on my windows box. It is almost impossible to run
> tests without an error like this on windows.
> >
> > Uwe
> >
> > -----
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: uwe@thetaphi.de
> >
> >
> >> -----Original Message-----
> >> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> >> Sent: Tuesday, February 16, 2016 10:11 AM
> >> To: dev@lucene.apache.org; mikemccand@apache.org
> >> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> >> Build # 5622 - Still Failing!
> >>
> >> I have seen those bugs very often recently on Windows. Could this be
> >> related to the refactoring that handles "undeletable" files differently? The
> >> type of exception is new to me, have never seen that before:
> >> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
> >> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
> has
> >> pending deleted files; cannot initialize IndexWriter"
> >>
> >> Uwe
> >>
> >> -----
> >> Uwe Schindler
> >> H.-H.-Meier-Allee 63, D-28213 Bremen
> >> http://www.thetaphi.de
> >> eMail: uwe@thetaphi.de
> >>
> >>
> >> > -----Original Message-----
> >> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> >> > Sent: Tuesday, February 16, 2016 9:58 AM
> >> > To: mikemccand@apache.org; uwe@thetaphi.de;
> dev@lucene.apache.org
> >> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> Build
> >> #
> >> > 5622 - Still Failing!
> >> >
> >> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-
> Windows/5622/
> >> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
> >> >
> >> > 5 tests failed.
> >> > FAILED:
> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> >> > mResultsForSuggest
> >> >
> >> > Error Message:
> >> > Directory
> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> still
> >> has
> >> > pending deleted files; cannot initialize IndexWriter
> >> >
> >> > Stack Trace:
> >> > java.lang.IllegalArgumentException: Directory
> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> still
> >> has
> >> > pending deleted files; cannot initialize IndexWriter
> >> >     at
> >> >
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
> >> > B]:0)
> >> >     at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> >> >     at
> >> >
> >>
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> >> > 55)
> >> >     at
> >> >
> >>
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> >> > ker.java:87)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> >> > eckComponent.java:131)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> >> > rchHandler.java:246)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> >> > erBase.java:155)
> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> >> > mResultsForSuggest(SpellCheckComponentTest.java:83)
> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >     at
> >> >
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> > ava:62)
> >> >     at
> >> >
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> > sorImpl.java:43)
> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> > dRunner.java:1764)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> > mizedRunner.java:871)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> > mizedRunner.java:907)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> > omizedRunner.java:921)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> > SetupTeardownChained.java:49)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> > readAndTestName.java:48)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> > (ThreadLeakControl.java:809)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> > eakControl.java:460)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> > domizedRunner.java:880)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> > mizedRunner.java:781)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> > mizedRunner.java:816)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> > mizedRunner.java:827)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> > assName.java:41)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> > ertionsRequired.java:53)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> > TestSuites.java:54)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >
> >> >
> >> > FAILED:
> >> >
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
> >> >
> >> > Error Message:
> >> > Directory
> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> still
> >> has
> >> > pending deleted files; cannot initialize IndexWriter
> >> >
> >> > Stack Trace:
> >> > java.lang.IllegalArgumentException: Directory
> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16
> still
> >> has
> >> > pending deleted files; cannot initialize IndexWriter
> >> >     at
> >> >
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
> >> > D]:0)
> >> >     at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> >> >     at
> >> >
> >>
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> >> > 55)
> >> >     at
> >> >
> >>
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> >> > ker.java:87)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> >> > eckComponent.java:131)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> >> > rchHandler.java:246)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> >> > erBase.java:155)
> >> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> >> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
> >> > SpellCheckComponentTest.java:171)
> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >     at
> >> >
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> > ava:62)
> >> >     at
> >> >
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> > sorImpl.java:43)
> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> > dRunner.java:1764)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> > mizedRunner.java:871)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> > mizedRunner.java:907)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> > omizedRunner.java:921)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> > SetupTeardownChained.java:49)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> > readAndTestName.java:48)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> > (ThreadLeakControl.java:809)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> > eakControl.java:460)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> > domizedRunner.java:880)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> > mizedRunner.java:781)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> > mizedRunner.java:816)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> > mizedRunner.java:827)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> > assName.java:41)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> > ertionsRequired.java:53)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> > TestSuites.java:54)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >
> >> >
> >> > FAILED:
> >> org.apache.solr.handler.component.SpellCheckComponentTest.test
> >> >
> >> > Error Message:
> >> > List size mismatch @ spellcheck/suggestions
> >> >
> >> > Stack Trace:
> >> > java.lang.RuntimeException: List size mismatch @
> spellcheck/suggestions
> >> >     at
> >> >
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> > 3E]:0)
> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
> >> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
> >> > eckComponentTest.java:147)
> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >     at
> >> >
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> > ava:62)
> >> >     at
> >> >
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> > sorImpl.java:43)
> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> > dRunner.java:1764)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> > mizedRunner.java:871)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> > mizedRunner.java:907)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> > omizedRunner.java:921)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> > SetupTeardownChained.java:49)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> > readAndTestName.java:48)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> > (ThreadLeakControl.java:809)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> > eakControl.java:460)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> > domizedRunner.java:880)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> > mizedRunner.java:781)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> > mizedRunner.java:816)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> > mizedRunner.java:827)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> > assName.java:41)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> > ertionsRequired.java:53)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> > TestSuites.java:54)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >
> >> >
> >> > FAILED:
> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> >> > OnCommit
> >> >
> >> > Error Message:
> >> > Exception during query
> >> >
> >> > Stack Trace:
> >> > java.lang.RuntimeException: Exception during query
> >> >     at
> >> >
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
> >> > 5]:0)
> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> >> > OnCommit(SpellCheckComponentTest.java:267)
> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >     at
> >> >
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> > ava:62)
> >> >     at
> >> >
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> > sorImpl.java:43)
> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> > dRunner.java:1764)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> > mizedRunner.java:871)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> > mizedRunner.java:907)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> > omizedRunner.java:921)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> > SetupTeardownChained.java:49)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> > readAndTestName.java:48)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> > (ThreadLeakControl.java:809)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> > eakControl.java:460)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> > domizedRunner.java:880)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> > mizedRunner.java:781)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> > mizedRunner.java:816)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> > mizedRunner.java:827)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> > assName.java:41)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> > ertionsRequired.java:53)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> > TestSuites.java:54)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at java.lang.Thread.run(Thread.java:745)
> >> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> >> > xpath=//arr[@name='suggestion'][.='lucenejava']
> >> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
> >> > <response>
> >> > <lst name="responseHeader"><int name="status">0</int><int
> >> > name="QTime">1068</int></lst><result name="response"
> >> numFound="0"
> >> > start="0"></result><lst name="spellcheck"><lst
> >> > name="suggestions"/></lst>
> >> > </response>
> >> >
> >> >     request
> >> >
> >>
> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
> >> > ml
> >> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
> >> >     ... 41 more
> >> >
> >> >
> >> > FAILED:
> >> >
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> > est
> >> >
> >> > Error Message:
> >> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1:
> Directory
> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> > 001\control\cores\collection1\data\spellchecker1
> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
> >> has
> >> > pending deleted files; cannot initialize IndexWriter
> >> >
> >> > Stack Trace:
> >> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> Error
> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> > 001\control\cores\collection1\data\spellchecker1
> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
> >> has
> >> > pending deleted files; cannot initialize IndexWriter
> >> >     at
> >> >
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> > 3E]:0)
> >> >     at
> >> >
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> >> > t.java:577)
> >> >     at
> >> >
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> >> > 1)
> >> >     at
> >> >
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> >> > 0)
> >> >     at
> >> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> >> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> >> > (DistributedSpellCheckComponentTest.java:67)
> >> >     at
> >> >
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> > est(DistributedSpellCheckComponentTest.java:146)
> >> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >     at
> >> >
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> >> > ava:62)
> >> >     at
> >> >
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> >> > sorImpl.java:43)
> >> >     at java.lang.reflect.Method.invoke(Method.java:498)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> >> > dRunner.java:1764)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> >> > mizedRunner.java:871)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> >> > mizedRunner.java:907)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> >> > omizedRunner.java:921)
> >> >     at
> >> >
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> >> >
> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> >> >     at
> >> >
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> >> > SetupTeardownChained.java:49)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> >> > readAndTestName.java:48)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> >> > (ThreadLeakControl.java:809)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> >> > eakControl.java:460)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> >> > domizedRunner.java:880)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> >> > mizedRunner.java:781)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> >> > mizedRunner.java:816)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> >> > mizedRunner.java:827)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> >> > evaluate(SystemPropertiesRestoreRule.java:57)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> >> > fterRule.java:45)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> >> > assName.java:41)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> >> >
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> >> > ertionsRequired.java:53)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> >> > .java:47)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> >> > IgnoreAfterMaxFailures.java:64)
> >> >     at
> >> >
> >>
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> >> > TestSuites.java:54)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> >> > ementAdapter.java:36)
> >> >     at
> >> >
> >>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> >> > run(ThreadLeakControl.java:367)
> >> >     at java.lang.Thread.run(Thread.java:745)
> >> >
> >> >
> >> >
> >> >
> >> > Build Log:
> >> > [...truncated 11172 lines...]
> >> >    [junit4] Suite:
> >> > org.apache.solr.handler.component.SpellCheckComponentTest
> >> >    [junit4]   2> Creating dataDir:
> C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001
> >> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> Randomized
> >> ssl
> >> > (false) and clientAuth (false)
> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> ####initCore
> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> new
> >> > SolrResourceLoader for directory:
> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> JNDI
> >> not
> >> > configured for solr (NoInitialContextEx)
> >> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> using
> >> > system property solr.solr.home:
> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> Adding
> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> >> classloader
> >> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> >> Adding
> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> >> classloader
> >> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current
> version
> >> of
> >> > requestparams : -1
> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
> Solr
> >> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
> Solr
> >> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
> >> > <mergePolicyFactory> instead.
> >> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with
> Solr
> >> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
> >> > <mergePolicyFactory> instead.
> >> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene
> >> > MatchVersion: 6.0.0
> >> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
> >> > SolrConfig: solrconfig-spellcheckcomponent.xml
> >> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
> >> Schema
> >> > name=test
> >> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> >> > exchange-rates.json, refreshInterval=1440.
> >> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default
> >> search
> >> > field in schema is text
> >> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique
> key
> >> > field: id
> >> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.s.FileExchangeRateProvider
> >> > Reloading exchange rates from file currency.xml
> >> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.s.FileExchangeRateProvider
> >> > Reloading exchange rates from file currency.xml
> >> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> >> > open-exchange-rates.json
> >> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> >> > open-exchange-rates.json
> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> JNDI
> >> not
> >> > configured for solr (NoInitialContextEx)
> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> using
> >> > system property solr.solr.home:
> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> new
> >> > SolrResourceLoader for directory:
> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr'
> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> JNDI
> >> not
> >> > configured for solr (NoInitialContextEx)
> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> using
> >> > system property solr.solr.home:
> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
> >> > CoreContainer 9183868
> >> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Loading
> >> cores
> >> > into CoreContainer
> >> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\core\src\test-files\solr]
> >> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Couldn't
> >> add
> >> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr\lib to classpath:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr\lib
> >> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ]
> >> o.a.s.h.c.HttpShardHandlerFactory
> >> > created with socketTimeout : 600000,connTimeout :
> >> > 60000,maxConnectionsPerHost : 20,maxConnections :
> 10000,corePoolSize :
> >> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue :
> -
> >> > 1,fairnessPolicy : false,useRetries : false,
> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler
> >> > Creating UpdateShardHandler HTTP client with params:
> >> > socketTimeout=30000&connTimeout=30000&retry=true
> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is
> >> > org.slf4j.impl.Log4jLoggerFactory
> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher Registering
> Log
> >> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Security
> >> conf
> >> > doesn't exist. Skipping setup for authorization module.
> >> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
> >> > authentication plugin used.
> >> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor Created
> >> > CoreDescriptor: {name=collection1, config=solrconfig-
> >> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
> >> > loadOnStartup=true, configSetProperties=configsetprops.json,
> >> > collection=collection1,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
> >> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
> >> (NoInitialContextEx)
> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr
> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.SolrResourceLoader Adding
> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> >> classloader
> >> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.SolrResourceLoader Adding
> >> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> >> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> >> classloader
> >> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.SolrConfig current version of requestparams : -1
> >> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
> >> > <mergePolicyFactory> instead.
> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated,
> >> > configure it on the relevant <mergePolicyFactory> instead.
> >> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
> >> > configure it on the relevant <mergePolicyFactory> instead.
> >> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
> >> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-
> spellcheckcomponent.xml
> >> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.s.IndexSchema [collection1] Schema name=test
> >> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> >> > exchange-rates.json, refreshInterval=1440.
> >> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.s.IndexSchema default search field in schema is text
> >> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.s.IndexSchema unique key field: id
> >> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> >> > currency.xml
> >> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> >> > currency.xml
> >> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> >> > open-exchange-rates.json
> >> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> >> > open-exchange-rates.json
> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
> >> > default properties: Can't find resource 'configsetprops.json' in classpath
> or
> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr\collection1'
> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> >> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
> >> from
> >> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr\collection1
> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrCore
> org.apache.solr.core.MockDirectoryFactory
> >> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> >> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr\collection1],
> >> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\]
> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> >> > collection1
> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\
> >> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> >> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\index/
> >> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> >> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist. Creating
> new
> >> > index...
> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\index
> >> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
> wrapping
> >> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> >> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
> >> > maxMergedSegmentMB=69.751953125,
> floorSegmentMB=0.2412109375,
> >> > forceMergeDeletesPctAllowed=25.57842565234008,
> >> segmentsPerTier=26.0,
> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
> >> > noCFSRatio=0.4018936825291942
> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> >> > commits: num=1
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_1,generation=1}
> >> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
> >> >    [junit4]   2> 1243682 INFO  (OldIndexDirectoryCleanupThreadForCore-
> >> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
> >> directories
> >> > to cleanup for core collection1 in
> >> C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\build\solr-
> >> >
> >>
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> >> > 6CE0DA090A9C6-001\init-core-data-001\
> >> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain
> defined as
> >> > default, creating implicit default
> >> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
> >> >
> >>
> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
> >> >
> >>
> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
> >> >
> >>
> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
> >> >
> >>
> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
> >> > dbreak,/admin/ping,/update,/admin/file
> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> >> > org.apache.solr.search.stats.LocalStatsCache
> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
> >> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
> wrapping
> >> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> >> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
> >> > maxMergedSegmentMB=42.8330078125, floorSegmentMB=0.51953125,
> >> > forceMergeDeletesPctAllowed=0.0785082531815362,
> >> segmentsPerTier=18.0,
> >> > maxCFSSegmentSizeMB=8.796093022207999E12,
> >> > noCFSRatio=0.1273596296641114
> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
> commits:
> >> > num=1
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_1,generation=1}
> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
> >> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
> >> > [Searcher@1bb54df[collection1] main]
> >> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
> >> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to use
> >> > InMemory storage instead.
> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
> {}
> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
> >> _rest_managed.json
> >> > using InMemoryStorage
> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
> >> > ManagedResources
> >> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
> >> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> >> > listener for spellchecker: default
> >> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> >> > listener for spellchecker: default_teststop
> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >
> >>
> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
> >> > xQueryFrequency=100.0,field=teststop}
> >> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >
> >>
> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
> >> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> >> > listener for spellchecker: threshold
> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >> >
> >>
> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
> >> >
> >>
> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
> >> > dTokenFrequency=0.29}
> >> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> >> > listener for spellchecker: threshold_direct
> >> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> >> > listener for spellchecker: multipleFields
> >> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> >> > listener for spellchecker: freq
> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> >> > listener for spellchecker: fqcn
> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
> >> 10000
> >> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: default
> >> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> >> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
> >> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: default_teststop
> >> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> ####initCore
> >> > end
> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: direct
> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: direct_lowerfilt
> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: wordbreak
> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: threshold
> >> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: threshold_direct
> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: multipleFields
> >> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: jarowinkler
> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: external
> >> >    [junit4]   2> 1243842 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
> >> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: freq
> >> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: fqcn
> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> >> spell
> >> > index for spellchecker: perDict
> >> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-
> processing-
> >> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered
> new
> >> > searcher Searcher@1bb54df[collection1]
> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >    [junit4]   2> 1243845 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[0]} 0 3
> >> >    [junit4]   2> 1243849 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[1]} 0 0
> >> >    [junit4]   2> 1243850 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[2]} 0 0
> >> >    [junit4]   2> 1243852 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[3]} 0 1
> >> >    [junit4]   2> 1243853 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[4]} 0 0
> >> >    [junit4]   2> 1243854 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[5]} 0 0
> >> >    [junit4]   2> 1243855 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[6]} 0 0
> >> >    [junit4]   2> 1243855 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[7]} 0 0
> >> >    [junit4]   2> 1243856 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[8]} 0 0
> >> >    [junit4]   2> 1243857 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{add=[9]} 0 0
> >> >    [junit4]   2> 1243858 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1243870 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> >> num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_1,generation=1}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_2,generation=2}
> >> >    [junit4]   2> 1243870 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
> >> >    [junit4]   2> 1243873 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d09f1a[collection1]
> >> main]
> >> >    [junit4]   2> 1243873 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> default
> >> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > default_teststop
> >> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold
> >> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold_direct
> >> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > multipleFields
> >> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> freq
> >> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> fqcn
> >> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> > Searcher@d09f1a[collection1]
> >> >
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
> >> > .0.0):C10)))}
> >> >    [junit4]   2> 1244300 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{commit=} 0 455
> >> >    [junit4]   2> 1244302 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >
> >>
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
> >> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
> hits=1
> >> > status=0 QTime=1
> >> >    [junit4]   2> 1244304 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >
> >>
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
> >> >
> >>
> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
> >> > heck.extendedResults=true} hits=1 status=0 QTime=0
> >> >    [junit4]   2> 1244313 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> >
> >>
> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
> >> >
> >>
> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
> >> > true} hits=0 status=0 QTime=9
> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
> >> DOCUMENTS
> >> > FROM INDEX
> >> >    [junit4]   2> 1244314 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{deleteByQuery=*:*} 0 0
> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> >> num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_2,generation=2}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_3,generation=3}
> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8d6b4d[collection1]
> >> main]
> >> >    [junit4]   2> 1244315 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> default
> >> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > default_teststop
> >> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold
> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold_direct
> >> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > multipleFields
> >> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> freq
> >> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> fqcn
> >> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> > Searcher@8d6b4d[collection1]
> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >    [junit4]   2> 1244406 INFO  (TEST-
> >> > SpellCheckComponentTest.testCorrectSpelling-
> >> seed#[4226CE0DA090A9C6])
> >> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> > path=null params={}{commit=} 0 93
> >> >    [junit4]   2> 1244409 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> >> > testExtendedResultsCount
> >> >    [junit4]   2> 1244411 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
> >> >    [junit4]   2> 1244412 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
> >> >    [junit4]   2> 1244412 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
> >> >    [junit4]   2> 1244413 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
> >> >    [junit4]   2> 1244415 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
> >> >    [junit4]   2> 1244416 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
> >> >    [junit4]   2> 1244417 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
> >> >    [junit4]   2> 1244418 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
> >> >    [junit4]   2> 1244418 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1244424 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_3,generation=3}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_4,generation=4}
> >> >    [junit4]   2> 1244424 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
> commit
> >> > generation = 4
> >> >    [junit4]   2> 1244426 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> >> > [Searcher@195979d[collection1] main]
> >> >    [junit4]   2> 1244426 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> > end_commit_flush
> >> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> default
> >> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > default_teststop
> >> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold
> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold_direct
> >> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > multipleFields
> >> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> freq
> >> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> fqcn
> >> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> > Searcher@195979d[collection1]
> >> >
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
> >> > .0.0):C10)))}
> >> >    [junit4]   2> 1244949 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{commit=} 0 546
> >> >    [junit4]   2> 1245063 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
> >> webapp=null
> >> > path=null
> >> >
> >>
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> >> > =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
> >> > hits=0 status=0 QTime=117
> >> >    [junit4]   2> 1245065 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
> >> webapp=null
> >> > path=null
> >> >
> >>
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> >> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0
> QTime=1
> >> >    [junit4]   2> 1245065 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> >> > testExtendedResultsCount
> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> [collection1]
> >> > REMOVING ALL DOCUMENTS FROM INDEX
> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_4,generation=4}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_5,generation=5}
> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
> commit
> >> > generation = 5
> >> >    [junit4]   2> 1245066 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> >> > [Searcher@9a0ca2[collection1] main]
> >> >    [junit4]   2> 1245067 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> > end_commit_flush
> >> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> default
> >> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > default_teststop
> >> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold
> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold_direct
> >> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > multipleFields
> >> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> freq
> >> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> fqcn
> >> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> > Searcher@9a0ca2[collection1]
> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >    [junit4]   2> 1245241 INFO  (TEST-
> >> > SpellCheckComponentTest.testExtendedResultsCount-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{commit=} 0 180
> >> >    [junit4]   2> 1245245 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
> >> >    [junit4]   2> 1245247 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[0]} 0 1
> >> >    [junit4]   2> 1245247 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[1]} 0 0
> >> >    [junit4]   2> 1245248 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[2]} 0 1
> >> >    [junit4]   2> 1245249 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[3]} 0 0
> >> >    [junit4]   2> 1245250 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[4]} 0 0
> >> >    [junit4]   2> 1245251 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[5]} 0 0
> >> >    [junit4]   2> 1245252 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[6]} 0 0
> >> >    [junit4]   2> 1245253 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[7]} 0 0
> >> >    [junit4]   2> 1245254 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[8]} 0 0
> >> >    [junit4]   2> 1245255 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[9]} 0 0
> >> >    [junit4]   2> 1245256 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1245259 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_5,generation=5}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_6,generation=6}
> >> >    [junit4]   2> 1245259 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
> >> >    [junit4]   2> 1245262 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1]
> main]
> >> >    [junit4]   2> 1245262 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> default
> >> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > default_teststop
> >> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold
> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold_direct
> >> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > multipleFields
> >> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> freq
> >> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> fqcn
> >> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> > Searcher@1ffed7d[collection1]
> >> >
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
> >> > .0.0):C10)))}
> >> >    [junit4]   2> 1245902 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{commit=} 0 666
> >> >    [junit4]   2> 1245905 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >> > params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
> >> hits=0
> >> > status=0 QTime=2
> >> >    [junit4]   2> 1245905 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
> >> >    [junit4]   2> 1245906 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
> DOCUMENTS
> >> > FROM INDEX
> >> >    [junit4]   2> 1245906 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{deleteByQuery=*:*} 0 0
> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_6,generation=6}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_7,generation=7}
> >> >    [junit4]   2> 1245908 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
> >> >    [junit4]   2> 1245909 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1]
> main]
> >> >    [junit4]   2> 1245909 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> default
> >> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > default_teststop
> >> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold
> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold_direct
> >> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > multipleFields
> >> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> freq
> >> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> fqcn
> >> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> > Searcher@15975c[collection1]
> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >    [junit4]   2> 1246105 INFO  (TEST-
> >> > SpellCheckComponentTest.testNumericQuery-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{commit=} 0 203
> >> >    [junit4]   2> 1246108 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> >> > testRelativeIndexDirLocation
> >> >    [junit4]   2> 1246109 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
> >> >    [junit4]   2> 1246111 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
> >> >    [junit4]   2> 1246112 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
> >> >    [junit4]   2> 1246113 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
> >> >    [junit4]   2> 1246114 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
> >> >    [junit4]   2> 1246115 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
> >> >    [junit4]   2> 1246115 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
> >> >    [junit4]   2> 1246117 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
> >> >    [junit4]   2> 1246118 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
> >> >    [junit4]   2> 1246119 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
> >> >    [junit4]   2> 1246120 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1246127 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_7,generation=7}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_8,generation=8}
> >> >    [junit4]   2> 1246127 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
> commit
> >> > generation = 8
> >> >    [junit4]   2> 1246130 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> >> > [Searcher@1e381c0[collection1] main]
> >> >    [junit4]   2> 1246130 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> > end_commit_flush
> >> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> default
> >> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > default_teststop
> >> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold
> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold_direct
> >> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > multipleFields
> >> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> freq
> >> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> fqcn
> >> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> > Searcher@1e381c0[collection1]
> >> >
> >>
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
> >> > .0.0):C10)))}
> >> >    [junit4]   2> 1247359 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> >> > testRelativeIndexDirLocation
> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> [collection1]
> >> > REMOVING ALL DOCUMENTS FROM INDEX
> >> >    [junit4]   2> 1247361 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> >> > SolrDeletionPolicy.onCommit: commits: num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_8,generation=8}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_9,generation=9}
> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest
> commit
> >> > generation = 9
> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> >> > [Searcher@13af3f9[collection1] main]
> >> >    [junit4]   2> 1247362 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> >> > end_commit_flush
> >> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> default
> >> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > default_teststop
> >> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold
> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > threshold_direct
> >> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> >> > multipleFields
> >> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> freq
> >> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> fqcn
> >> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
> >> > o.a.s.c.SolrCore [collection1] Registered new searcher
> >> > Searcher@13af3f9[collection1]
> >> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >> >    [junit4]   2> 1247785 INFO  (TEST-
> >> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> >> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> >> > [collection1]  webapp=null path=null params={}{commit=} 0 436
> >> >    [junit4]   2> 1247787 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
> >> >    [junit4]   2> 1247788 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[0]} 0 1
> >> >    [junit4]   2> 1247790 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[1]} 0 0
> >> >    [junit4]   2> 1247791 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[2]} 0 0
> >> >    [junit4]   2> 1247792 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[3]} 0 0
> >> >    [junit4]   2> 1247793 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[4]} 0 0
> >> >    [junit4]   2> 1247794 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[5]} 0 0
> >> >    [junit4]   2> 1247795 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[6]} 0 0
> >> >    [junit4]   2> 1247796 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[7]} 0 0
> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[8]} 0 0
> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> >> path=null
> >> > params={}{add=[9]} 0 0
> >> >    [junit4]   2> 1247797 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.u.DirectUpdateHandler2 start
> >> >
> >>
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> >> > etes=false,softCommit=false,prepareCommit=false}
> >> >    [junit4]   2> 1247801 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> num=2
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_9,generation=9}
> >> >    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >> >
> >>
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> >> > egFN=segments_a,generation=10}
> >> >    [junit4]   2> 1247801 INFO  (TEST-
> >> > SpellCheckComponentTest.testReloadOnStart-
> >> seed#[4226CE0DA090A9C6]) [
> >> > ] o.a.s.c.SolrDele
> >> >
> >> > [...truncated too long message...]
> >> >
> >> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
> >> 001\tempDir-
> >> > 001\shard1\cores\collection1\data\index;done=false>>]
> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> > 001\shard1\cores\collection1\data\index
> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> 001\shard1\cores\collection1\data
> >> >
> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
> >> > Solr-trunk-Windows\solr\build\solr-
> >> >
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> > 001\shard1\cores\collection1\data;done=false>>]
> >> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> >> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> 001\shard1\cores\collection1\data
> >> >    [junit4]   2> 1393934 INFO  (TEST-
> >> > DistributedSpellCheckComponentTest.test-seed#[4226CE0DA090A9C6])
> [
> >> ]
> >> > o.e.j.s.h.ContextHandler Stopped
> >> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
> >> >    [junit4]   2> NOTE: reproduce with: ant test  -
> >> > Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test
> -
> >> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -Dtests.locale=en-
> US -
> >> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
> >> Dtests.file.encoding=US-
> >> > ASCII
> >> >    [junit4] ERROR   16.6s J0 | DistributedSpellCheckComponentTest.test
> <<<
> >> >    [junit4]    > Throwable #1:
> >> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
> Error
> >> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> >> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> > ntTest_4226CE0DA090A9C6-001\tempDir-
> >> > 001\control\cores\collection1\data\spellchecker1
> >> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
> >> has
> >> > pending deleted files; cannot initialize IndexWriter
> >> >    [junit4]    >    at
> >> >
> >>
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> >> > 3E]:0)
> >> >    [junit4]    >    at
> >> >
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> >> > t.java:577)
> >> >    [junit4]    >    at
> >> >
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> >> > 1)
> >> >    [junit4]    >    at
> >> >
> >>
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> >> > 0)
> >> >    [junit4]    >    at
> >> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> >> >    [junit4]    >    at
> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> >> >    [junit4]    >    at
> >> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> >> >    [junit4]    >    at
> >> >
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> >> > (DistributedSpellCheckComponentTest.java:67)
> >> >    [junit4]    >    at
> >> >
> >>
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> >> > est(DistributedSpellCheckComponentTest.java:146)
> >> >    [junit4]    >    at
> >> >
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> >> >
> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> >> >    [junit4]    >    at
> >> >
> >>
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> >> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> >> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
> >> >    [junit4]   2> 1393948 INFO  (SUITE-
> DistributedSpellCheckComponentTest-
> >> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> >> ###deleteCore
> >> >    [junit4]   2> NOTE: leaving temporary files on disk at:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build\solr-
> >> >
> >>
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> >> > ntTest_4226CE0DA090A9C6-001
> >> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> >> > {start1=Lucene50(blocksize=128),
> >> > range_facet_l_dv=Lucene50(blocksize=128),
> >> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > intDefault=PostingsFormat(name=Direct),
> >> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > _version_=PostingsFormat(name=Direct),
> >> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> > end3=PostingsFormat(name=Direct), end2=Lucene50(blocksize=128),
> >> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > id=Lucene50(blocksize=128),
> >> > range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Direct),
> >> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> >> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
> >> > start4=PostingsFormat(name=Direct)},
> >> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
> >> > range_facet_i_dv=DocValuesFormat(name=Direct),
> >> > timestamp=DocValuesFormat(name=Direct)},
> >> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-US,
> >> > timezone=Etc/GMT+7
> >> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-
> >> > bit)/cpus=3,threads=1,free=28695536,total=337784832
> >> >    [junit4]   2> NOTE: All tests run in this JVM:
> >> > [TestSweetSpotSimilarityFactory, HdfsCollectionsAPIDistributedZkTest,
> >> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
> >> > TestAuthorizationFramework, QueryResultKeyTest, ClusterStateTest,
> >> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
> >> > TestReRankQParserPlugin, SimpleFacetsTest, TestChildDocTransformer,
> >> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
> >> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
> >> TestCodecSupport,
> >> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
> >> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
> >> > AddSchemaFieldsUpdateProcessorFactoryTest,
> >> TestQuerySenderNoQuery,
> >> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
> >> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest,
> RollingRestartTest,
> >> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
> >> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
> >> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest, BadComponentTest,
> >> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
> >> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
> >> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
> >> > TestOverriddenPrefixQueryForCustomFieldType,
> TestConfigSetImmutable,
> >> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
> >> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
> >> > TestMinMaxOnMultiValuedField, TestRestManager,
> TestExactStatsCache,
> >> > TestManagedResource, TestCollapseQParserPlugin,
> TestReloadDeadlock,
> >> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
> >> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties,
> HLLUtilTest,
> >> > SimplePostToolTest, TestAnalyzedSuggestions,
> >> ExitableDirectoryReaderTest,
> >> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
> >> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
> >> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
> >> TestDocumentBuilder,
> >> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
> >> > TestRandomRequestDistribution, QueryEqualityTest,
> >> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
> >> > TestReplicationHandler, BlockJoinFacetSimpleTest,
> >> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
> >> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
> >> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
> >> > XmlUpdateRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest,
> >> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
> SoftAutoCommitTest,
> >> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
> >> > CircularListTest, BlockDirectoryTest, TestStressVersions,
> >> > TestSolrConfigHandlerCloud, TestBlobHandler,
> >> StandardRequestHandlerTest,
> >> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
> >> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample,
> HttpPartitionTest,
> >> > TestCursorMarkWithoutUniqueKey,
> >> DistributedSpellCheckComponentTest]
> >> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
> >> > FAILURES!
> >> >
> >> > [...truncated 1061 lines...]
> >> > BUILD FAILED
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\build.xml:740: The following error occurred while executing
> this
> >> > line:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\build.xml:684: The following error occurred while executing
> this
> >> > line:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> Windows\build.xml:59:
> >> > The following error occurred while executing this line:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\build.xml:233: The following error occurred while
> executing
> >> > this line:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\solr\common-build.xml:524: The following error occurred
> while
> >> > executing this line:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\lucene\common-build.xml:1457: The following error occurred
> >> > while executing this line:
> >> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> >> > Windows\lucene\common-build.xml:1014: There were test failures: 579
> >> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions)
> [seed:
> >> > 4226CE0DA090A9C6]
> >> >
> >> > Total time: 77 minutes 7 seconds
> >> > Build step 'Invoke Ant' marked build as failure
> >> > Archiving artifacts
> >> > [WARNINGS] Skipping publisher since build result is FAILURE
> >> > Recording test results
> >> > Email was triggered for: Failure - Any
> >> > Sending email for trigger: Failure - Any
> >> >
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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
> >
> 
> ---------------------------------------------------------------------
> 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


Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
Sorry Uwe, this is indeed from LUCENE-6835, where we pushed the
OS-specific "retry on AccessDenied" under Directory instead of making
this IndexWriter's job.

Hmm SpellChecker.clearIndex ...

What's happening here is we are trying to open a new IndexWriter on a
a directory that has failed deletions because an IndexReader is still
holding files open.  IndexWriter now refuses to start when the
directory is "dirty" like that because it can lead to difficult
exceptions later, e.g. if IndexWriter tries to overwrite one of these
pending deleted files.

There is a "simple" solution, which is to open a new FSDirectory,
forcing IW to then retry the deletions.  Or, we could remove this
check in IW.init (leading to possibly scary exceptions later).  Or, we
could make a WindowsDirectoryWrapper that suppresses the check.

I'll try to look at how Solr is using SpellChecker here to see if it
can create a new FSDirectory instance when it is going to .clearIndex
... that could be tricky here though.

Mike McCandless

http://blog.mikemccandless.com


On Tue, Feb 16, 2016 at 4:37 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> I also happens locally on my windows box. It is almost impossible to run tests without an error like this on windows.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: Uwe Schindler [mailto:uwe@thetaphi.de]
>> Sent: Tuesday, February 16, 2016 10:11 AM
>> To: dev@lucene.apache.org; mikemccand@apache.org
>> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
>> Build # 5622 - Still Failing!
>>
>> I have seen those bugs very often recently on Windows. Could this be
>> related to the refactoring that handles "undeletable" files differently? The
>> type of exception is new to me, have never seen that before:
>> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
>> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has
>> pending deleted files; cannot initialize IndexWriter"
>>
>> Uwe
>>
>> -----
>> Uwe Schindler
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: uwe@thetaphi.de
>>
>>
>> > -----Original Message-----
>> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
>> > Sent: Tuesday, February 16, 2016 9:58 AM
>> > To: mikemccand@apache.org; uwe@thetaphi.de; dev@lucene.apache.org
>> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build
>> #
>> > 5622 - Still Failing!
>> >
>> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5622/
>> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
>> >
>> > 5 tests failed.
>> > FAILED:
>> >
>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> > mResultsForSuggest
>> >
>> > Error Message:
>> > Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
>> has
>> > pending deleted files; cannot initialize IndexWriter
>> >
>> > Stack Trace:
>> > java.lang.IllegalArgumentException: Directory
>> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
>> has
>> > pending deleted files; cannot initialize IndexWriter
>> >     at
>> >
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
>> > B]:0)
>> >     at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >     at
>> >
>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> > 55)
>> >     at
>> >
>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> > ker.java:87)
>> >     at
>> >
>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> > eckComponent.java:131)
>> >     at
>> >
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> > rchHandler.java:246)
>> >     at
>> >
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> > erBase.java:155)
>> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >     at
>> >
>> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
>> > mResultsForSuggest(SpellCheckComponentTest.java:83)
>> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >     at
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> > ava:62)
>> >     at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> > sorImpl.java:43)
>> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> > dRunner.java:1764)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> > mizedRunner.java:871)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> > mizedRunner.java:907)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> > omizedRunner.java:921)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> > SetupTeardownChained.java:49)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> > readAndTestName.java:48)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> > (ThreadLeakControl.java:809)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> > eakControl.java:460)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> > domizedRunner.java:880)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> > mizedRunner.java:781)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> > mizedRunner.java:816)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> > mizedRunner.java:827)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> > assName.java:41)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> > ertionsRequired.java:53)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> > TestSuites.java:54)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at java.lang.Thread.run(Thread.java:745)
>> >
>> >
>> > FAILED:
>> > org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
>> >
>> > Error Message:
>> > Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
>> has
>> > pending deleted files; cannot initialize IndexWriter
>> >
>> > Stack Trace:
>> > java.lang.IllegalArgumentException: Directory
>> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
>> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
>> has
>> > pending deleted files; cannot initialize IndexWriter
>> >     at
>> >
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
>> > D]:0)
>> >     at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
>> >     at
>> >
>> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
>> > 55)
>> >     at
>> >
>> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
>> > ker.java:87)
>> >     at
>> >
>> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
>> > eckComponent.java:131)
>> >     at
>> >
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
>> > rchHandler.java:246)
>> >     at
>> >
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
>> > erBase.java:155)
>> >     at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
>> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
>> >     at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
>> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
>> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >     at
>> >
>> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
>> > SpellCheckComponentTest.java:171)
>> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >     at
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> > ava:62)
>> >     at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> > sorImpl.java:43)
>> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> > dRunner.java:1764)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> > mizedRunner.java:871)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> > mizedRunner.java:907)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> > omizedRunner.java:921)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> > SetupTeardownChained.java:49)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> > readAndTestName.java:48)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> > (ThreadLeakControl.java:809)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> > eakControl.java:460)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> > domizedRunner.java:880)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> > mizedRunner.java:781)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> > mizedRunner.java:816)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> > mizedRunner.java:827)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> > assName.java:41)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> > ertionsRequired.java:53)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> > TestSuites.java:54)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at java.lang.Thread.run(Thread.java:745)
>> >
>> >
>> > FAILED:
>> org.apache.solr.handler.component.SpellCheckComponentTest.test
>> >
>> > Error Message:
>> > List size mismatch @ spellcheck/suggestions
>> >
>> > Stack Trace:
>> > java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
>> >     at
>> >
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> > 3E]:0)
>> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
>> >     at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
>> >     at
>> >
>> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
>> > eckComponentTest.java:147)
>> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >     at
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> > ava:62)
>> >     at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> > sorImpl.java:43)
>> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> > dRunner.java:1764)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> > mizedRunner.java:871)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> > mizedRunner.java:907)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> > omizedRunner.java:921)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> > SetupTeardownChained.java:49)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> > readAndTestName.java:48)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> > (ThreadLeakControl.java:809)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> > eakControl.java:460)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> > domizedRunner.java:880)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> > mizedRunner.java:781)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> > mizedRunner.java:816)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> > mizedRunner.java:827)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> > assName.java:41)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> > ertionsRequired.java:53)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> > TestSuites.java:54)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at java.lang.Thread.run(Thread.java:745)
>> >
>> >
>> > FAILED:
>> >
>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> > OnCommit
>> >
>> > Error Message:
>> > Exception during query
>> >
>> > Stack Trace:
>> > java.lang.RuntimeException: Exception during query
>> >     at
>> >
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
>> > 5]:0)
>> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
>> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
>> >     at
>> >
>> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
>> > OnCommit(SpellCheckComponentTest.java:267)
>> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >     at
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> > ava:62)
>> >     at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> > sorImpl.java:43)
>> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> > dRunner.java:1764)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> > mizedRunner.java:871)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> > mizedRunner.java:907)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> > omizedRunner.java:921)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> > SetupTeardownChained.java:49)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> > readAndTestName.java:48)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> > (ThreadLeakControl.java:809)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> > eakControl.java:460)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> > domizedRunner.java:880)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> > mizedRunner.java:781)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> > mizedRunner.java:816)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> > mizedRunner.java:827)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> > assName.java:41)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> > ertionsRequired.java:53)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> > TestSuites.java:54)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at java.lang.Thread.run(Thread.java:745)
>> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> > xpath=//arr[@name='suggestion'][.='lucenejava']
>> >     xml response was: <?xml version="1.0" encoding="UTF-8"?>
>> > <response>
>> > <lst name="responseHeader"><int name="status">0</int><int
>> > name="QTime">1068</int></lst><result name="response"
>> numFound="0"
>> > start="0"></result><lst name="spellcheck"><lst
>> > name="suggestions"/></lst>
>> > </response>
>> >
>> >     request
>> >
>> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
>> > ml
>> >     at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
>> >     ... 41 more
>> >
>> >
>> > FAILED:
>> >
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> > est
>> >
>> > Error Message:
>> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> > 001\control\cores\collection1\data\spellchecker1
>> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> has
>> > pending deleted files; cannot initialize IndexWriter
>> >
>> > Stack Trace:
>> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
>> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> > 001\control\cores\collection1\data\spellchecker1
>> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> has
>> > pending deleted files; cannot initialize IndexWriter
>> >     at
>> >
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> > 3E]:0)
>> >     at
>> >
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> > t.java:577)
>> >     at
>> >
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> > 1)
>> >     at
>> >
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> > 0)
>> >     at
>> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >     at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >     at
>> >
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> > (DistributedSpellCheckComponentTest.java:67)
>> >     at
>> >
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> > est(DistributedSpellCheckComponentTest.java:146)
>> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >     at
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> > ava:62)
>> >     at
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> > sorImpl.java:43)
>> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> > dRunner.java:1764)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> > mizedRunner.java:871)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> > mizedRunner.java:907)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> > omizedRunner.java:921)
>> >     at
>> >
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> > epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >     at
>> >
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> > SetupTeardownChained.java:49)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> > readAndTestName.java:48)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> > (ThreadLeakControl.java:809)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> > eakControl.java:460)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> > domizedRunner.java:880)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> > mizedRunner.java:781)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> > mizedRunner.java:816)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> > mizedRunner.java:827)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> > evaluate(SystemPropertiesRestoreRule.java:57)
>> >     at
>> >
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> > fterRule.java:45)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> > assName.java:41)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> > ertionsRequired.java:53)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> > .java:47)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> > IgnoreAfterMaxFailures.java:64)
>> >     at
>> >
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> > TestSuites.java:54)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> > ementAdapter.java:36)
>> >     at
>> >
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> > run(ThreadLeakControl.java:367)
>> >     at java.lang.Thread.run(Thread.java:745)
>> >
>> >
>> >
>> >
>> > Build Log:
>> > [...truncated 11172 lines...]
>> >    [junit4] Suite:
>> > org.apache.solr.handler.component.SpellCheckComponentTest
>> >    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001
>> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized
>> ssl
>> > (false) and clientAuth (false)
>> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
>> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader new
>> > SolrResourceLoader for directory:
>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr\collection1'
>> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI
>> not
>> > configured for solr (NoInitialContextEx)
>> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
>> > system property solr.solr.home:
>> C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> Adding
>> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> classloader
>> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
>> Adding
>> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> classloader
>> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current version
>> of
>> > requestparams : -1
>> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
>> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
>> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
>> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
>> > <mergePolicyFactory> instead.
>> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
>> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
>> > <mergePolicyFactory> instead.
>> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene
>> > MatchVersion: 6.0.0
>> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
>> > SolrConfig: solrconfig-spellcheckcomponent.xml
>> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
>> Schema
>> > name=test
>> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> > exchange-rates.json, refreshInterval=1440.
>> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default
>> search
>> > field in schema is text
>> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique key
>> > field: id
>> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider
>> > Reloading exchange rates from file currency.xml
>> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider
>> > Reloading exchange rates from file currency.xml
>> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> > open-exchange-rates.json
>> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> > open-exchange-rates.json
>> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI
>> not
>> > configured for solr (NoInitialContextEx)
>> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
>> > system property solr.solr.home:
>> C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader new
>> > SolrResourceLoader for directory:
>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr'
>> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI
>> not
>> > configured for solr (NoInitialContextEx)
>> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
>> > system property solr.solr.home:
>> C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\core\src\test-files\solr
>> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
>> > CoreContainer 9183868
>> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Loading
>> cores
>> > into CoreContainer
>> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\core\src\test-files\solr]
>> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Couldn't
>> add
>> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr\lib to classpath:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr\lib
>> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ]
>> o.a.s.h.c.HttpShardHandlerFactory
>> > created with socketTimeout : 600000,connTimeout :
>> > 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize :
>> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -
>> > 1,fairnessPolicy : false,useRetries : false,
>> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler
>> > Creating UpdateShardHandler HTTP client with params:
>> > socketTimeout=30000&connTimeout=30000&retry=true
>> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is
>> > org.slf4j.impl.Log4jLoggerFactory
>> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher Registering Log
>> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Security
>> conf
>> > doesn't exist. Skipping setup for authorization module.
>> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
>> > authentication plugin used.
>> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor Created
>> > CoreDescriptor: {name=collection1, config=solrconfig-
>> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
>> > loadOnStartup=true, configSetProperties=configsetprops.json,
>> > collection=collection1, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
>> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr\collection1'
>> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
>> (NoInitialContextEx)
>> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr
>> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.SolrResourceLoader Adding
>> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> classloader
>> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.SolrResourceLoader Adding
>> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
>> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
>> classloader
>> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.SolrConfig current version of requestparams : -1
>> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
>> > <mergePolicyFactory> instead.
>> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated,
>> > configure it on the relevant <mergePolicyFactory> instead.
>> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
>> > configure it on the relevant <mergePolicyFactory> instead.
>> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
>> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.s.IndexSchema [collection1] Schema name=test
>> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
>> > exchange-rates.json, refreshInterval=1440.
>> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.s.IndexSchema default search field in schema is text
>> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.s.IndexSchema unique key field: id
>> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> > currency.xml
>> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> > currency.xml
>> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> > open-exchange-rates.json
>> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
>> > open-exchange-rates.json
>> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
>> > default properties: Can't find resource 'configsetprops.json' in classpath or
>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr\collection1'
>> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
>> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
>> from
>> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr\collection1
>> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
>> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr\collection1],
>> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\]
>> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
>> > collection1
>> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\
>> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
>> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\index/
>> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist. Creating new
>> > index...
>> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\index
>> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
>> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
>> > maxMergedSegmentMB=69.751953125, floorSegmentMB=0.2412109375,
>> > forceMergeDeletesPctAllowed=25.57842565234008,
>> segmentsPerTier=26.0,
>> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> > noCFSRatio=0.4018936825291942
>> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>> > commits: num=1
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_1,generation=1}
>> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>> >    [junit4]   2> 1243682 INFO  (OldIndexDirectoryCleanupThreadForCore-
>> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
>> directories
>> > to cleanup for core collection1 in
>> C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\build\solr-
>> >
>> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
>> > 6CE0DA090A9C6-001\init-core-data-001\
>> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
>> > default, creating implicit default
>> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
>> >
>> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
>> >
>> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
>> >
>> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
>> >
>> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
>> > dbreak,/admin/ping,/update,/admin/file
>> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
>> > org.apache.solr.search.stats.LocalStatsCache
>> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
>> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
>> > maxMergedSegmentMB=42.8330078125, floorSegmentMB=0.51953125,
>> > forceMergeDeletesPctAllowed=0.0785082531815362,
>> segmentsPerTier=18.0,
>> > maxCFSSegmentSizeMB=8.796093022207999E12,
>> > noCFSRatio=0.1273596296641114
>> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
>> > num=1
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_1,generation=1}
>> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
>> > [Searcher@1bb54df[collection1] main]
>> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
>> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to use
>> > InMemory storage instead.
>> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
>> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
>> _rest_managed.json
>> > using InMemoryStorage
>> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
>> > ManagedResources
>> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> > listener for spellchecker: default
>> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> > listener for spellchecker: default_teststop
>> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >
>> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
>> > xQueryFrequency=100.0,field=teststop}
>> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >
>> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
>> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
>> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> > listener for spellchecker: threshold
>> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
>> >
>> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
>> >
>> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
>> > dTokenFrequency=0.29}
>> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> > listener for spellchecker: threshold_direct
>> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> > listener for spellchecker: multipleFields
>> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> > listener for spellchecker: freq
>> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
>> > listener for spellchecker: fqcn
>> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
>> 10000
>> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: default
>> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
>> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
>> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: default_teststop
>> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
>> > end
>> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: direct
>> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: direct_lowerfilt
>> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: wordbreak
>> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: threshold
>> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: threshold_direct
>> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: multipleFields
>> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: jarowinkler
>> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: external
>> >    [junit4]   2> 1243842 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
>> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: freq
>> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: fqcn
>> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
>> spell
>> > index for spellchecker: perDict
>> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-processing-
>> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
>> > searcher Searcher@1bb54df[collection1]
>> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >    [junit4]   2> 1243845 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[0]} 0 3
>> >    [junit4]   2> 1243849 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[1]} 0 0
>> >    [junit4]   2> 1243850 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[2]} 0 0
>> >    [junit4]   2> 1243852 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[3]} 0 1
>> >    [junit4]   2> 1243853 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[4]} 0 0
>> >    [junit4]   2> 1243854 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[5]} 0 0
>> >    [junit4]   2> 1243855 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[6]} 0 0
>> >    [junit4]   2> 1243855 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[7]} 0 0
>> >    [junit4]   2> 1243856 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[8]} 0 0
>> >    [junit4]   2> 1243857 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{add=[9]} 0 0
>> >    [junit4]   2> 1243858 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1243870 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_1,generation=1}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_2,generation=2}
>> >    [junit4]   2> 1243870 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>> >    [junit4]   2> 1243873 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d09f1a[collection1]
>> main]
>> >    [junit4]   2> 1243873 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> default
>> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > default_teststop
>> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold
>> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold_direct
>> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > multipleFields
>> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> > Searcher@d09f1a[collection1]
>> >
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
>> > .0.0):C10)))}
>> >    [junit4]   2> 1244300 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{commit=} 0 455
>> >    [junit4]   2> 1244302 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >
>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
>> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1
>> > status=0 QTime=1
>> >    [junit4]   2> 1244304 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >
>> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
>> >
>> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
>> > heck.extendedResults=true} hits=1 status=0 QTime=0
>> >    [junit4]   2> 1244313 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> >
>> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
>> >
>> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
>> > true} hits=0 status=0 QTime=9
>> >    [junit4]   2> 1244314 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
>> >    [junit4]   2> 1244314 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
>> DOCUMENTS
>> > FROM INDEX
>> >    [junit4]   2> 1244314 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{deleteByQuery=*:*} 0 0
>> >    [junit4]   2> 1244315 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1244315 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
>> num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_2,generation=2}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_3,generation=3}
>> >    [junit4]   2> 1244315 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>> >    [junit4]   2> 1244315 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8d6b4d[collection1]
>> main]
>> >    [junit4]   2> 1244315 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> default
>> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > default_teststop
>> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold
>> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold_direct
>> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > multipleFields
>> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> > Searcher@8d6b4d[collection1]
>> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >    [junit4]   2> 1244406 INFO  (TEST-
>> > SpellCheckComponentTest.testCorrectSpelling-
>> seed#[4226CE0DA090A9C6])
>> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> > path=null params={}{commit=} 0 93
>> >    [junit4]   2> 1244409 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> > testExtendedResultsCount
>> >    [junit4]   2> 1244411 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>> >    [junit4]   2> 1244412 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>> >    [junit4]   2> 1244412 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>> >    [junit4]   2> 1244413 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>> >    [junit4]   2> 1244415 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>> >    [junit4]   2> 1244415 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>> >    [junit4]   2> 1244415 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>> >    [junit4]   2> 1244416 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>> >    [junit4]   2> 1244417 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>> >    [junit4]   2> 1244418 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>> >    [junit4]   2> 1244418 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1244424 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> > SolrDeletionPolicy.onCommit: commits: num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_3,generation=3}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_4,generation=4}
>> >    [junit4]   2> 1244424 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
>> > generation = 4
>> >    [junit4]   2> 1244426 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> > [Searcher@195979d[collection1] main]
>> >    [junit4]   2> 1244426 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> > end_commit_flush
>> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> default
>> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > default_teststop
>> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold
>> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold_direct
>> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > multipleFields
>> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> > Searcher@195979d[collection1]
>> >
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
>> > .0.0):C10)))}
>> >    [junit4]   2> 1244949 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{commit=} 0 546
>> >    [junit4]   2> 1245063 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>> webapp=null
>> > path=null
>> >
>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>> > =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
>> > hits=0 status=0 QTime=117
>> >    [junit4]   2> 1245065 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
>> webapp=null
>> > path=null
>> >
>> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
>> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=1
>> >    [junit4]   2> 1245065 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>> > testExtendedResultsCount
>> >    [junit4]   2> 1245066 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> [collection1]
>> > REMOVING ALL DOCUMENTS FROM INDEX
>> >    [junit4]   2> 1245066 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
>> >    [junit4]   2> 1245066 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1245066 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> > SolrDeletionPolicy.onCommit: commits: num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_4,generation=4}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_5,generation=5}
>> >    [junit4]   2> 1245066 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
>> > generation = 5
>> >    [junit4]   2> 1245066 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> > [Searcher@9a0ca2[collection1] main]
>> >    [junit4]   2> 1245067 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> > end_commit_flush
>> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> default
>> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > default_teststop
>> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold
>> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold_direct
>> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > multipleFields
>> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> > Searcher@9a0ca2[collection1]
>> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >    [junit4]   2> 1245241 INFO  (TEST-
>> > SpellCheckComponentTest.testExtendedResultsCount-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{commit=} 0 180
>> >    [junit4]   2> 1245245 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
>> >    [junit4]   2> 1245247 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[0]} 0 1
>> >    [junit4]   2> 1245247 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[1]} 0 0
>> >    [junit4]   2> 1245248 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[2]} 0 1
>> >    [junit4]   2> 1245249 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[3]} 0 0
>> >    [junit4]   2> 1245250 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[4]} 0 0
>> >    [junit4]   2> 1245251 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[5]} 0 0
>> >    [junit4]   2> 1245252 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[6]} 0 0
>> >    [junit4]   2> 1245253 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[7]} 0 0
>> >    [junit4]   2> 1245254 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[8]} 0 0
>> >    [junit4]   2> 1245255 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[9]} 0 0
>> >    [junit4]   2> 1245256 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1245259 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_5,generation=5}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_6,generation=6}
>> >    [junit4]   2> 1245259 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>> >    [junit4]   2> 1245262 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1] main]
>> >    [junit4]   2> 1245262 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> default
>> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > default_teststop
>> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold
>> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold_direct
>> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > multipleFields
>> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> > Searcher@1ffed7d[collection1]
>> >
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
>> > .0.0):C10)))}
>> >    [junit4]   2> 1245902 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{commit=} 0 666
>> >    [junit4]   2> 1245905 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>> > params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
>> hits=0
>> > status=0 QTime=2
>> >    [junit4]   2> 1245905 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
>> >    [junit4]   2> 1245906 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS
>> > FROM INDEX
>> >    [junit4]   2> 1245906 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{deleteByQuery=*:*} 0 0
>> >    [junit4]   2> 1245908 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1245908 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_6,generation=6}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_7,generation=7}
>> >    [junit4]   2> 1245908 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
>> >    [junit4]   2> 1245909 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1] main]
>> >    [junit4]   2> 1245909 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> default
>> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > default_teststop
>> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold
>> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold_direct
>> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > multipleFields
>> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> > Searcher@15975c[collection1]
>> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >    [junit4]   2> 1246105 INFO  (TEST-
>> > SpellCheckComponentTest.testNumericQuery-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{commit=} 0 203
>> >    [junit4]   2> 1246108 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> > testRelativeIndexDirLocation
>> >    [junit4]   2> 1246109 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>> >    [junit4]   2> 1246111 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>> >    [junit4]   2> 1246112 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>> >    [junit4]   2> 1246113 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>> >    [junit4]   2> 1246114 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>> >    [junit4]   2> 1246115 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>> >    [junit4]   2> 1246115 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>> >    [junit4]   2> 1246117 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>> >    [junit4]   2> 1246118 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>> >    [junit4]   2> 1246119 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>> >    [junit4]   2> 1246120 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1246127 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> > SolrDeletionPolicy.onCommit: commits: num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_7,generation=7}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_8,generation=8}
>> >    [junit4]   2> 1246127 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
>> > generation = 8
>> >    [junit4]   2> 1246130 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> > [Searcher@1e381c0[collection1] main]
>> >    [junit4]   2> 1246130 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> > end_commit_flush
>> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> default
>> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > default_teststop
>> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold
>> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold_direct
>> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > multipleFields
>> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> > Searcher@1e381c0[collection1]
>> >
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
>> > .0.0):C10)))}
>> >    [junit4]   2> 1247359 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
>> >    [junit4]   2> 1247361 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
>> > testRelativeIndexDirLocation
>> >    [junit4]   2> 1247361 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> [collection1]
>> > REMOVING ALL DOCUMENTS FROM INDEX
>> >    [junit4]   2> 1247361 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
>> >    [junit4]   2> 1247362 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1247362 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
>> > SolrDeletionPolicy.onCommit: commits: num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_8,generation=8}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_9,generation=9}
>> >    [junit4]   2> 1247362 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
>> > generation = 9
>> >    [junit4]   2> 1247362 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> > [Searcher@13af3f9[collection1] main]
>> >    [junit4]   2> 1247362 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
>> > end_commit_flush
>> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> default
>> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > default_teststop
>> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold
>> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > threshold_direct
>> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
>> > multipleFields
>> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
>> > o.a.s.c.SolrCore [collection1] Registered new searcher
>> > Searcher@13af3f9[collection1]
>> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>> >    [junit4]   2> 1247785 INFO  (TEST-
>> > SpellCheckComponentTest.testRelativeIndexDirLocation-
>> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> > [collection1]  webapp=null path=null params={}{commit=} 0 436
>> >    [junit4]   2> 1247787 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
>> >    [junit4]   2> 1247788 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[0]} 0 1
>> >    [junit4]   2> 1247790 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[1]} 0 0
>> >    [junit4]   2> 1247791 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[2]} 0 0
>> >    [junit4]   2> 1247792 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[3]} 0 0
>> >    [junit4]   2> 1247793 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[4]} 0 0
>> >    [junit4]   2> 1247794 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[5]} 0 0
>> >    [junit4]   2> 1247795 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[6]} 0 0
>> >    [junit4]   2> 1247796 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[7]} 0 0
>> >    [junit4]   2> 1247797 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[8]} 0 0
>> >    [junit4]   2> 1247797 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
>> path=null
>> > params={}{add=[9]} 0 0
>> >    [junit4]   2> 1247797 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.u.DirectUpdateHandler2 start
>> >
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
>> > etes=false,softCommit=false,prepareCommit=false}
>> >    [junit4]   2> 1247801 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_9,generation=9}
>> >    [junit4]   2>    commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
>> >
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
>> > egFN=segments_a,generation=10}
>> >    [junit4]   2> 1247801 INFO  (TEST-
>> > SpellCheckComponentTest.testReloadOnStart-
>> seed#[4226CE0DA090A9C6]) [
>> > ] o.a.s.c.SolrDele
>> >
>> > [...truncated too long message...]
>> >
>> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
>> 001\tempDir-
>> > 001\shard1\cores\collection1\data\index;done=false>>]
>> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> > 001\shard1\cores\collection1\data\index
>> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> 001\shard1\cores\collection1\data
>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>> > Solr-trunk-Windows\solr\build\solr-
>> >
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> > 001\shard1\cores\collection1\data;done=false>>]
>> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
>> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> 001\shard1\cores\collection1\data
>> >    [junit4]   2> 1393934 INFO  (TEST-
>> > DistributedSpellCheckComponentTest.test-seed#[4226CE0DA090A9C6]) [
>> ]
>> > o.e.j.s.h.ContextHandler Stopped
>> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
>> >    [junit4]   2> NOTE: reproduce with: ant test  -
>> > Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test -
>> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -Dtests.locale=en-US -
>> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
>> Dtests.file.encoding=US-
>> > ASCII
>> >    [junit4] ERROR   16.6s J0 | DistributedSpellCheckComponentTest.test <<<
>> >    [junit4]    > Throwable #1:
>> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
>> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
>> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> > ntTest_4226CE0DA090A9C6-001\tempDir-
>> > 001\control\cores\collection1\data\spellchecker1
>> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
>> has
>> > pending deleted files; cannot initialize IndexWriter
>> >    [junit4]    >    at
>> >
>> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
>> > 3E]:0)
>> >    [junit4]    >    at
>> >
>> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
>> > t.java:577)
>> >    [junit4]    >    at
>> >
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
>> > 1)
>> >    [junit4]    >    at
>> >
>> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
>> > 0)
>> >    [junit4]    >    at
>> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>> >    [junit4]    >    at
>> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>> >    [junit4]    >    at
>> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>> >    [junit4]    >    at
>> >
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
>> > (DistributedSpellCheckComponentTest.java:67)
>> >    [junit4]    >    at
>> >
>> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
>> > est(DistributedSpellCheckComponentTest.java:146)
>> >    [junit4]    >    at
>> >
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
>> > epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>> >    [junit4]    >    at
>> >
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
>> >    [junit4]    >    at java.lang.Thread.run(Thread.java:745)
>> >    [junit4]   2> 1393948 INFO  (SUITE-DistributedSpellCheckComponentTest-
>> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
>> ###deleteCore
>> >    [junit4]   2> NOTE: leaving temporary files on disk at:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build\solr-
>> >
>> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
>> > ntTest_4226CE0DA090A9C6-001
>> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
>> > {start1=Lucene50(blocksize=128),
>> > range_facet_l_dv=Lucene50(blocksize=128),
>> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > intDefault=PostingsFormat(name=Direct),
>> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > _version_=PostingsFormat(name=Direct),
>> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> > end3=PostingsFormat(name=Direct), end2=Lucene50(blocksize=128),
>> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > id=Lucene50(blocksize=128),
>> > range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Direct),
>> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
>> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
>> > start4=PostingsFormat(name=Direct)},
>> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
>> > range_facet_i_dv=DocValuesFormat(name=Direct),
>> > timestamp=DocValuesFormat(name=Direct)},
>> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-US,
>> > timezone=Etc/GMT+7
>> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-
>> > bit)/cpus=3,threads=1,free=28695536,total=337784832
>> >    [junit4]   2> NOTE: All tests run in this JVM:
>> > [TestSweetSpotSimilarityFactory, HdfsCollectionsAPIDistributedZkTest,
>> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
>> > TestAuthorizationFramework, QueryResultKeyTest, ClusterStateTest,
>> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
>> > TestReRankQParserPlugin, SimpleFacetsTest, TestChildDocTransformer,
>> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
>> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
>> TestCodecSupport,
>> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
>> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
>> > AddSchemaFieldsUpdateProcessorFactoryTest,
>> TestQuerySenderNoQuery,
>> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
>> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest, RollingRestartTest,
>> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
>> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
>> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest, BadComponentTest,
>> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
>> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
>> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
>> > TestOverriddenPrefixQueryForCustomFieldType, TestConfigSetImmutable,
>> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
>> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
>> > TestMinMaxOnMultiValuedField, TestRestManager, TestExactStatsCache,
>> > TestManagedResource, TestCollapseQParserPlugin, TestReloadDeadlock,
>> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
>> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties, HLLUtilTest,
>> > SimplePostToolTest, TestAnalyzedSuggestions,
>> ExitableDirectoryReaderTest,
>> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
>> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
>> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
>> TestDocumentBuilder,
>> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
>> > TestRandomRequestDistribution, QueryEqualityTest,
>> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
>> > TestReplicationHandler, BlockJoinFacetSimpleTest,
>> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
>> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
>> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
>> > XmlUpdateRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest,
>> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest, SoftAutoCommitTest,
>> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
>> > CircularListTest, BlockDirectoryTest, TestStressVersions,
>> > TestSolrConfigHandlerCloud, TestBlobHandler,
>> StandardRequestHandlerTest,
>> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
>> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample, HttpPartitionTest,
>> > TestCursorMarkWithoutUniqueKey,
>> DistributedSpellCheckComponentTest]
>> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
>> > FAILURES!
>> >
>> > [...truncated 1061 lines...]
>> > BUILD FAILED
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\build.xml:740: The following error occurred while executing this
>> > line:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\build.xml:684: The following error occurred while executing this
>> > line:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> Windows\build.xml:59:
>> > The following error occurred while executing this line:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\build.xml:233: The following error occurred while executing
>> > this line:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\solr\common-build.xml:524: The following error occurred while
>> > executing this line:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\lucene\common-build.xml:1457: The following error occurred
>> > while executing this line:
>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
>> > Windows\lucene\common-build.xml:1014: There were test failures: 579
>> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions) [seed:
>> > 4226CE0DA090A9C6]
>> >
>> > Total time: 77 minutes 7 seconds
>> > Build step 'Invoke Ant' marked build as failure
>> > Archiving artifacts
>> > [WARNINGS] Skipping publisher since build result is FAILURE
>> > Recording test results
>> > Email was triggered for: Failure - Any
>> > Sending email for trigger: Failure - Any
>> >
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
>

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


RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
I also happens locally on my windows box. It is almost impossible to run tests without an error like this on windows.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Tuesday, February 16, 2016 10:11 AM
> To: dev@lucene.apache.org; mikemccand@apache.org
> Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) -
> Build # 5622 - Still Failing!
> 
> I have seen those bugs very often recently on Windows. Could this be
> related to the refactoring that handles "undeletable" files differently? The
> type of exception is new to me, have never seen that before:
> "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@...
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has
> pending deleted files; cannot initialize IndexWriter"
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
> 
> > -----Original Message-----
> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> > Sent: Tuesday, February 16, 2016 9:58 AM
> > To: mikemccand@apache.org; uwe@thetaphi.de; dev@lucene.apache.org
> > Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build
> #
> > 5622 - Still Failing!
> >
> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5622/
> > Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
> >
> > 5 tests failed.
> > FAILED:
> >
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> > mResultsForSuggest
> >
> > Error Message:
> > Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
> has
> > pending deleted files; cannot initialize IndexWriter
> >
> > Stack Trace:
> > java.lang.IllegalArgumentException: Directory
> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
> has
> > pending deleted files; cannot initialize IndexWriter
> > 	at
> >
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
> > B]:0)
> > 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> > 	at
> >
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> > 55)
> > 	at
> >
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> > ker.java:87)
> > 	at
> >
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> > eckComponent.java:131)
> > 	at
> >
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> > rchHandler.java:246)
> > 	at
> >
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> > erBase.java:155)
> > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> > 	at
> >
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> > mResultsForSuggest(SpellCheckComponentTest.java:83)
> > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 	at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:62)
> > 	at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:43)
> > 	at java.lang.reflect.Method.invoke(Method.java:498)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1764)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:871)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> > mizedRunner.java:907)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> > omizedRunner.java:921)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:49)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:48)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:809)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:460)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:880)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:781)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:816)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:827)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:41)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:53)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:54)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at java.lang.Thread.run(Thread.java:745)
> >
> >
> > FAILED:
> > org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
> >
> > Error Message:
> > Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
> has
> > pending deleted files; cannot initialize IndexWriter
> >
> > Stack Trace:
> > java.lang.IllegalArgumentException: Directory
> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still
> has
> > pending deleted files; cannot initialize IndexWriter
> > 	at
> >
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
> > D]:0)
> > 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> > 	at
> >
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> > 55)
> > 	at
> >
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> > ker.java:87)
> > 	at
> >
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> > eckComponent.java:131)
> > 	at
> >
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> > rchHandler.java:246)
> > 	at
> >
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> > erBase.java:155)
> > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> > 	at
> >
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
> > SpellCheckComponentTest.java:171)
> > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 	at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:62)
> > 	at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:43)
> > 	at java.lang.reflect.Method.invoke(Method.java:498)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1764)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:871)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> > mizedRunner.java:907)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> > omizedRunner.java:921)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:49)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:48)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:809)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:460)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:880)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:781)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:816)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:827)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:41)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:53)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:54)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at java.lang.Thread.run(Thread.java:745)
> >
> >
> > FAILED:
> org.apache.solr.handler.component.SpellCheckComponentTest.test
> >
> > Error Message:
> > List size mismatch @ spellcheck/suggestions
> >
> > Stack Trace:
> > java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
> > 	at
> >
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> > 3E]:0)
> > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
> > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> > 	at
> >
> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
> > eckComponentTest.java:147)
> > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 	at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:62)
> > 	at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:43)
> > 	at java.lang.reflect.Method.invoke(Method.java:498)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1764)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:871)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> > mizedRunner.java:907)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> > omizedRunner.java:921)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:49)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:48)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:809)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:460)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:880)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:781)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:816)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:827)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:41)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:53)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:54)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at java.lang.Thread.run(Thread.java:745)
> >
> >
> > FAILED:
> >
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> > OnCommit
> >
> > Error Message:
> > Exception during query
> >
> > Stack Trace:
> > java.lang.RuntimeException: Exception during query
> > 	at
> >
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
> > 5]:0)
> > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
> > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
> > 	at
> >
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> > OnCommit(SpellCheckComponentTest.java:267)
> > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 	at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:62)
> > 	at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:43)
> > 	at java.lang.reflect.Method.invoke(Method.java:498)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1764)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:871)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> > mizedRunner.java:907)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> > omizedRunner.java:921)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:49)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:48)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:809)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:460)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:880)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:781)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:816)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:827)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:41)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:53)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:54)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at java.lang.Thread.run(Thread.java:745)
> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> > xpath=//arr[@name='suggestion'][.='lucenejava']
> > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
> > <response>
> > <lst name="responseHeader"><int name="status">0</int><int
> > name="QTime">1068</int></lst><result name="response"
> numFound="0"
> > start="0"></result><lst name="spellcheck"><lst
> > name="suggestions"/></lst>
> > </response>
> >
> > 	request
> >
> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
> > ml
> > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
> > 	... 41 more
> >
> >
> > FAILED:
> >
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> > est
> >
> > Error Message:
> > Error from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> > ntTest_4226CE0DA090A9C6-001\tempDir-
> > 001\control\cores\collection1\data\spellchecker1
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
> has
> > pending deleted files; cannot initialize IndexWriter
> >
> > Stack Trace:
> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> > ntTest_4226CE0DA090A9C6-001\tempDir-
> > 001\control\cores\collection1\data\spellchecker1
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
> has
> > pending deleted files; cannot initialize IndexWriter
> > 	at
> >
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> > 3E]:0)
> > 	at
> >
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> > t.java:577)
> > 	at
> >
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> > 1)
> > 	at
> >
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> > 0)
> > 	at
> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> > 	at
> >
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> > (DistributedSpellCheckComponentTest.java:67)
> > 	at
> >
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> > est(DistributedSpellCheckComponentTest.java:146)
> > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 	at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:62)
> > 	at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:43)
> > 	at java.lang.reflect.Method.invoke(Method.java:498)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1764)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:871)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> > mizedRunner.java:907)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> > omizedRunner.java:921)
> > 	at
> >
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> > epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> > 	at
> >
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:49)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:48)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:809)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:460)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:880)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:781)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:816)
> > 	at
> >
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:827)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:57)
> > 	at
> >
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:45)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:41)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:53)
> > 	at
> >
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:47)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:64)
> > 	at
> >
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:54)
> > 	at
> >
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > 	at
> >
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:367)
> > 	at java.lang.Thread.run(Thread.java:745)
> >
> >
> >
> >
> > Build Log:
> > [...truncated 11172 lines...]
> >    [junit4] Suite:
> > org.apache.solr.handler.component.SpellCheckComponentTest
> >    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001
> >    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized
> ssl
> > (false) and clientAuth (false)
> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr\collection1'
> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI
> not
> > configured for solr (NoInitialContextEx)
> >    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
> > system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> Adding
> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> classloader
> >    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader
> Adding
> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> classloader
> >    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current version
> of
> > requestparams : -1
> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
> > 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
> > 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
> > <mergePolicyFactory> instead.
> >    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
> > 5.5, <mergeFactor> is deprecated, configure it on the relevant
> > <mergePolicyFactory> instead.
> >    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene
> > MatchVersion: 6.0.0
> >    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
> > SolrConfig: solrconfig-spellcheckcomponent.xml
> >    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null]
> Schema
> > name=test
> >    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ]
> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> > exchange-rates.json, refreshInterval=1440.
> >    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default
> search
> > field in schema is text
> >    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique key
> > field: id
> >    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider
> > Reloading exchange rates from file currency.xml
> >    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider
> > Reloading exchange rates from file currency.xml
> >    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ]
> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> > open-exchange-rates.json
> >    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ]
> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> > open-exchange-rates.json
> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI
> not
> > configured for solr (NoInitialContextEx)
> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
> > system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr'
> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI
> not
> > configured for solr (NoInitialContextEx)
> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
> > system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\core\src\test-files\solr
> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
> > CoreContainer 9183868
> >    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Loading
> cores
> > into CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\core\src\test-files\solr]
> >    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Couldn't
> add
> > files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr\lib to classpath:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr\lib
> >    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.h.c.HttpShardHandlerFactory
> > created with socketTimeout : 600000,connTimeout :
> > 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize :
> > 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -
> > 1,fairnessPolicy : false,useRetries : false,
> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler
> > Creating UpdateShardHandler HTTP client with params:
> > socketTimeout=30000&connTimeout=30000&retry=true
> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is
> > org.slf4j.impl.Log4jLoggerFactory
> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher Registering Log
> > Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Security
> conf
> > doesn't exist. Skipping setup for authorization module.
> >    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
> > authentication plugin used.
> >    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor Created
> > CoreDescriptor: {name=collection1, config=solrconfig-
> > spellcheckcomponent.xml, transient=false, schema=schema.xml,
> > loadOnStartup=true, configSetProperties=configsetprops.json,
> > collection=collection1, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
> >    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr\collection1'
> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.SolrResourceLoader JNDI not configured for solr
> (NoInitialContextEx)
> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.SolrResourceLoader using system property solr.solr.home:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr
> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.SolrResourceLoader Adding
> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> > Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to
> classloader
> >    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.SolrResourceLoader Adding
> > 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> > Windows/solr/core/src/test-files/solr/collection1/lib/README' to
> classloader
> >    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.SolrConfig current version of requestparams : -1
> >    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
> > <mergePolicyFactory> instead.
> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated,
> > configure it on the relevant <mergePolicyFactory> instead.
> >    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
> > configure it on the relevant <mergePolicyFactory> instead.
> >    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
> >    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
> >    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.s.IndexSchema [collection1] Schema name=test
> >    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> > exchange-rates.json, refreshInterval=1440.
> >    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.s.IndexSchema default search field in schema is text
> >    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.s.IndexSchema unique key field: id
> >    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> > currency.xml
> >    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> > currency.xml
> >    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> > open-exchange-rates.json
> >    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> > open-exchange-rates.json
> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
> > default properties: Can't find resource 'configsetprops.json' in classpath or
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr\collection1'
> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> > o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
> from
> > instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr\collection1
> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
> >    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> > [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr\collection1],
> > dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\]
> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> > collection1
> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\
> >    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\index/
> >    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist. Creating new
> > index...
> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\index
> >    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> > maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
> > maxMergedSegmentMB=69.751953125, floorSegmentMB=0.2412109375,
> > forceMergeDeletesPctAllowed=25.57842565234008,
> segmentsPerTier=26.0,
> > maxCFSSegmentSizeMB=8.796093022207999E12,
> > noCFSRatio=0.4018936825291942
> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> > commits: num=1
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_1,generation=1}
> >    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
> >    [junit4]   2> 1243682 INFO  (OldIndexDirectoryCleanupThreadForCore-
> > collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index
> directories
> > to cleanup for core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> > 6CE0DA090A9C6-001\init-core-data-001\
> >    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
> > default, creating implicit default
> >    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
> >    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.RequestHandlers Registered paths:
> >
> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
> >
> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
> >
> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
> >
> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
> > dbreak,/admin/ping,/update,/admin/file
> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> > org.apache.solr.search.stats.LocalStatsCache
> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
> >    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
> > class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> > maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
> > maxMergedSegmentMB=42.8330078125, floorSegmentMB=0.51953125,
> > forceMergeDeletesPctAllowed=0.0785082531815362,
> segmentsPerTier=18.0,
> > maxCFSSegmentSizeMB=8.796093022207999E12,
> > noCFSRatio=0.1273596296641114
> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
> > num=1
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_1,generation=1}
> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
> >    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.s.SolrIndexSearcher Opening
> > [Searcher@1bb54df[collection1] main]
> >    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
> > directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\core\src\test-files\solr\collection1\conf; switching to use
> > InMemory storage instead.
> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.r.ManagedResourceStorage Reading
> _rest_managed.json
> > using InMemoryStorage
> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.r.RestManager Initializing 0 registered
> > ManagedResources
> >    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
> >    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> > listener for spellchecker: default
> >    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> > listener for spellchecker: default_teststop
> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >
> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
> > xQueryFrequency=100.0,field=teststop}
> >    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >
> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
> > gth=3,maxQueryFrequency=100.0,field=lowerfilt}
> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> > listener for spellchecker: threshold
> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> >
> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
> >
> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
> > dTokenFrequency=0.29}
> >    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> > listener for spellchecker: threshold_direct
> >    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> > listener for spellchecker: multipleFields
> >    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> > listener for spellchecker: freq
> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> > listener for spellchecker: fqcn
> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
> 10000
> >    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: default
> >    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> > x:collection1] o.a.s.c.CoreContainer registering core: collection1
> >    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: default_teststop
> >    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
> > end
> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: direct
> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: direct_lowerfilt
> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: wordbreak
> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: threshold
> >    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: threshold_direct
> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: multipleFields
> >    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: jarowinkler
> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: external
> >    [junit4]   2> 1243842 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
> >    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: freq
> >    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: fqcn
> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading
> spell
> > index for spellchecker: perDict
> >    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-processing-
> > x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
> > searcher Searcher@1bb54df[collection1]
> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >    [junit4]   2> 1243845 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[0]} 0 3
> >    [junit4]   2> 1243849 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[1]} 0 0
> >    [junit4]   2> 1243850 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[2]} 0 0
> >    [junit4]   2> 1243852 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[3]} 0 1
> >    [junit4]   2> 1243853 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[4]} 0 0
> >    [junit4]   2> 1243854 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[5]} 0 0
> >    [junit4]   2> 1243855 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[6]} 0 0
> >    [junit4]   2> 1243855 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[7]} 0 0
> >    [junit4]   2> 1243856 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[8]} 0 0
> >    [junit4]   2> 1243857 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{add=[9]} 0 0
> >    [junit4]   2> 1243858 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1243870 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_1,generation=1}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_2,generation=2}
> >    [junit4]   2> 1243870 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
> >    [junit4]   2> 1243873 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d09f1a[collection1]
> main]
> >    [junit4]   2> 1243873 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default
> >    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > default_teststop
> >    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold
> >    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold_direct
> >    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > multipleFields
> >    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
> >    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
> >    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.c.SolrCore [collection1] Registered new searcher
> > Searcher@d09f1a[collection1]
> >
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
> > .0.0):C10)))}
> >    [junit4]   2> 1244300 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{commit=} 0 455
> >    [junit4]   2> 1244302 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
> > map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1
> > status=0 QTime=1
> >    [junit4]   2> 1244304 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
> >
> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
> > heck.extendedResults=true} hits=1 status=0 QTime=0
> >    [junit4]   2> 1244313 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> >
> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
> >
> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
> > true} hits=0 status=0 QTime=9
> >    [junit4]   2> 1244314 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
> >    [junit4]   2> 1244314 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
> DOCUMENTS
> > FROM INDEX
> >    [junit4]   2> 1244314 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{deleteByQuery=*:*} 0 0
> >    [junit4]   2> 1244315 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1244315 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
> num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_2,generation=2}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_3,generation=3}
> >    [junit4]   2> 1244315 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
> >    [junit4]   2> 1244315 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8d6b4d[collection1]
> main]
> >    [junit4]   2> 1244315 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default
> >    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > default_teststop
> >    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold
> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold_direct
> >    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > multipleFields
> >    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
> >    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
> >    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.c.SolrCore [collection1] Registered new searcher
> > Searcher@8d6b4d[collection1]
> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >    [junit4]   2> 1244406 INFO  (TEST-
> > SpellCheckComponentTest.testCorrectSpelling-
> seed#[4226CE0DA090A9C6])
> > [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> > path=null params={}{commit=} 0 93
> >    [junit4]   2> 1244409 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> > testExtendedResultsCount
> >    [junit4]   2> 1244411 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
> >    [junit4]   2> 1244412 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
> >    [junit4]   2> 1244412 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
> >    [junit4]   2> 1244413 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
> >    [junit4]   2> 1244415 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
> >    [junit4]   2> 1244415 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
> >    [junit4]   2> 1244415 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
> >    [junit4]   2> 1244416 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
> >    [junit4]   2> 1244417 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
> >    [junit4]   2> 1244418 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
> >    [junit4]   2> 1244418 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1244424 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> > SolrDeletionPolicy.onCommit: commits: num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_3,generation=3}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_4,generation=4}
> >    [junit4]   2> 1244424 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> > generation = 4
> >    [junit4]   2> 1244426 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> > [Searcher@195979d[collection1] main]
> >    [junit4]   2> 1244426 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> > end_commit_flush
> >    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default
> >    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > default_teststop
> >    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold
> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold_direct
> >    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > multipleFields
> >    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
> >    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
> >    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.c.SolrCore [collection1] Registered new searcher
> > Searcher@195979d[collection1]
> >
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
> > .0.0):C10)))}
> >    [junit4]   2> 1244949 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{commit=} 0 546
> >    [junit4]   2> 1245063 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
> webapp=null
> > path=null
> >
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> > =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
> > hits=0 status=0 QTime=117
> >    [junit4]   2> 1245065 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]
> webapp=null
> > path=null
> >
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> > =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=1
> >    [junit4]   2> 1245065 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> > testExtendedResultsCount
> >    [junit4]   2> 1245066 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> [collection1]
> > REMOVING ALL DOCUMENTS FROM INDEX
> >    [junit4]   2> 1245066 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
> >    [junit4]   2> 1245066 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1245066 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> > SolrDeletionPolicy.onCommit: commits: num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_4,generation=4}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_5,generation=5}
> >    [junit4]   2> 1245066 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> > generation = 5
> >    [junit4]   2> 1245066 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> > [Searcher@9a0ca2[collection1] main]
> >    [junit4]   2> 1245067 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> > end_commit_flush
> >    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default
> >    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > default_teststop
> >    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold
> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold_direct
> >    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > multipleFields
> >    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
> >    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
> >    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.c.SolrCore [collection1] Registered new searcher
> > Searcher@9a0ca2[collection1]
> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >    [junit4]   2> 1245241 INFO  (TEST-
> > SpellCheckComponentTest.testExtendedResultsCount-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{commit=} 0 180
> >    [junit4]   2> 1245245 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
> >    [junit4]   2> 1245247 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[0]} 0 1
> >    [junit4]   2> 1245247 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[1]} 0 0
> >    [junit4]   2> 1245248 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[2]} 0 1
> >    [junit4]   2> 1245249 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[3]} 0 0
> >    [junit4]   2> 1245250 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[4]} 0 0
> >    [junit4]   2> 1245251 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[5]} 0 0
> >    [junit4]   2> 1245252 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[6]} 0 0
> >    [junit4]   2> 1245253 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[7]} 0 0
> >    [junit4]   2> 1245254 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[8]} 0 0
> >    [junit4]   2> 1245255 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[9]} 0 0
> >    [junit4]   2> 1245256 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1245259 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_5,generation=5}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_6,generation=6}
> >    [junit4]   2> 1245259 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
> >    [junit4]   2> 1245262 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1] main]
> >    [junit4]   2> 1245262 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default
> >    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > default_teststop
> >    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold
> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold_direct
> >    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > multipleFields
> >    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
> >    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
> >    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.c.SolrCore [collection1] Registered new searcher
> > Searcher@1ffed7d[collection1]
> >
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
> > .0.0):C10)))}
> >    [junit4]   2> 1245902 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{commit=} 0 666
> >    [junit4]   2> 1245905 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> > params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml}
> hits=0
> > status=0 QTime=2
> >    [junit4]   2> 1245905 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
> >    [junit4]   2> 1245906 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS
> > FROM INDEX
> >    [junit4]   2> 1245906 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{deleteByQuery=*:*} 0 0
> >    [junit4]   2> 1245908 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1245908 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_6,generation=6}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_7,generation=7}
> >    [junit4]   2> 1245908 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
> >    [junit4]   2> 1245909 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1] main]
> >    [junit4]   2> 1245909 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
> >    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default
> >    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > default_teststop
> >    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold
> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold_direct
> >    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > multipleFields
> >    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
> >    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
> >    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.c.SolrCore [collection1] Registered new searcher
> > Searcher@15975c[collection1]
> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >    [junit4]   2> 1246105 INFO  (TEST-
> > SpellCheckComponentTest.testNumericQuery-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{commit=} 0 203
> >    [junit4]   2> 1246108 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> > testRelativeIndexDirLocation
> >    [junit4]   2> 1246109 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[0]} 0 1
> >    [junit4]   2> 1246111 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[1]} 0 0
> >    [junit4]   2> 1246112 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[2]} 0 0
> >    [junit4]   2> 1246113 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[3]} 0 0
> >    [junit4]   2> 1246114 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[4]} 0 0
> >    [junit4]   2> 1246115 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[5]} 0 0
> >    [junit4]   2> 1246115 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[6]} 0 0
> >    [junit4]   2> 1246117 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[7]} 0 0
> >    [junit4]   2> 1246118 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[8]} 0 0
> >    [junit4]   2> 1246119 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{add=[9]} 0 0
> >    [junit4]   2> 1246120 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1246127 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> > SolrDeletionPolicy.onCommit: commits: num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_7,generation=7}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_8,generation=8}
> >    [junit4]   2> 1246127 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> > generation = 8
> >    [junit4]   2> 1246130 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> > [Searcher@1e381c0[collection1] main]
> >    [junit4]   2> 1246130 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> > end_commit_flush
> >    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default
> >    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > default_teststop
> >    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold
> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold_direct
> >    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > multipleFields
> >    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
> >    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
> >    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.c.SolrCore [collection1] Registered new searcher
> > Searcher@1e381c0[collection1]
> >
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
> > .0.0):C10)))}
> >    [junit4]   2> 1247359 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{commit=} 0 1275
> >    [junit4]   2> 1247361 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> > testRelativeIndexDirLocation
> >    [junit4]   2> 1247361 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> [collection1]
> > REMOVING ALL DOCUMENTS FROM INDEX
> >    [junit4]   2> 1247361 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
> >    [junit4]   2> 1247362 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1247362 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> > SolrDeletionPolicy.onCommit: commits: num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_8,generation=8}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_9,generation=9}
> >    [junit4]   2> 1247362 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> > generation = 9
> >    [junit4]   2> 1247362 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> > [Searcher@13af3f9[collection1] main]
> >    [junit4]   2> 1247362 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> > end_commit_flush
> >    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default
> >    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > default_teststop
> >    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold
> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > threshold_direct
> >    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> > multipleFields
> >    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
> >    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
> >    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
> > o.a.s.c.SolrCore [collection1] Registered new searcher
> > Searcher@13af3f9[collection1]
> > main{ExitableDirectoryReader(UninvertingDirectoryReader())}
> >    [junit4]   2> 1247785 INFO  (TEST-
> > SpellCheckComponentTest.testRelativeIndexDirLocation-
> > seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> > [collection1]  webapp=null path=null params={}{commit=} 0 436
> >    [junit4]   2> 1247787 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
> >    [junit4]   2> 1247788 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[0]} 0 1
> >    [junit4]   2> 1247790 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[1]} 0 0
> >    [junit4]   2> 1247791 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[2]} 0 0
> >    [junit4]   2> 1247792 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[3]} 0 0
> >    [junit4]   2> 1247793 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[4]} 0 0
> >    [junit4]   2> 1247794 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[5]} 0 0
> >    [junit4]   2> 1247795 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[6]} 0 0
> >    [junit4]   2> 1247796 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[7]} 0 0
> >    [junit4]   2> 1247797 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[8]} 0 0
> >    [junit4]   2> 1247797 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null
> > params={}{add=[9]} 0 0
> >    [junit4]   2> 1247797 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.u.DirectUpdateHandler2 start
> >
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> > etes=false,softCommit=false,prepareCommit=false}
> >    [junit4]   2> 1247801 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_9,generation=9}
> >    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> >
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> > egFN=segments_a,generation=10}
> >    [junit4]   2> 1247801 INFO  (TEST-
> > SpellCheckComponentTest.testReloadOnStart-
> seed#[4226CE0DA090A9C6]) [
> > ] o.a.s.c.SolrDele
> >
> > [...truncated too long message...]
> >
> > nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-
> 001\tempDir-
> > 001\shard1\cores\collection1\data\index;done=false>>]
> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> > ntTest_4226CE0DA090A9C6-001\tempDir-
> > 001\shard1\cores\collection1\data\index
> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> > x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> > ntTest_4226CE0DA090A9C6-001\tempDir-
> 001\shard1\cores\collection1\data
> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> > ntTest_4226CE0DA090A9C6-001\tempDir-
> > 001\shard1\cores\collection1\data;done=false>>]
> >    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> > x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> > ntTest_4226CE0DA090A9C6-001\tempDir-
> 001\shard1\cores\collection1\data
> >    [junit4]   2> 1393934 INFO  (TEST-
> > DistributedSpellCheckComponentTest.test-seed#[4226CE0DA090A9C6]) [
> ]
> > o.e.j.s.h.ContextHandler Stopped
> > o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
> >    [junit4]   2> NOTE: reproduce with: ant test  -
> > Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test -
> > Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -Dtests.locale=en-US -
> > Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -
> Dtests.file.encoding=US-
> > ASCII
> >    [junit4] ERROR   16.6s J0 | DistributedSpellCheckComponentTest.test <<<
> >    [junit4]    > Throwable #1:
> > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
> > from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> > SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> > ntTest_4226CE0DA090A9C6-001\tempDir-
> > 001\control\cores\collection1\data\spellchecker1
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still
> has
> > pending deleted files; cannot initialize IndexWriter
> >    [junit4]    > 	at
> >
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> > 3E]:0)
> >    [junit4]    > 	at
> >
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> > t.java:577)
> >    [junit4]    > 	at
> >
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> > 1)
> >    [junit4]    > 	at
> >
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> > 0)
> >    [junit4]    > 	at
> > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> >    [junit4]    > 	at
> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> >    [junit4]    > 	at
> > org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> >    [junit4]    > 	at
> >
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> > (DistributedSpellCheckComponentTest.java:67)
> >    [junit4]    > 	at
> >
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> > est(DistributedSpellCheckComponentTest.java:146)
> >    [junit4]    > 	at
> >
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> > epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> >    [junit4]    > 	at
> >
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> > atement.evaluate(BaseDistributedSearchTestCase.java:939)
> >    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
> >    [junit4]   2> 1393948 INFO  (SUITE-DistributedSpellCheckComponentTest-
> > seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4
> ###deleteCore
> >    [junit4]   2> NOTE: leaving temporary files on disk at:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> > ntTest_4226CE0DA090A9C6-001
> >    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> > {start1=Lucene50(blocksize=128),
> > range_facet_l_dv=Lucene50(blocksize=128),
> > multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
> > intDefault=PostingsFormat(name=Direct),
> > range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
> > _version_=PostingsFormat(name=Direct),
> > lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
> > end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> > end3=PostingsFormat(name=Direct), end2=Lucene50(blocksize=128),
> > end1=PostingsFormat(name=LuceneVarGapFixedInterval),
> > lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
> > gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
> > id=Lucene50(blocksize=128),
> > range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
> > gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Direct),
> > start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> > gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> > start2=PostingsFormat(name=LuceneVarGapFixedInterval),
> > word=PostingsFormat(name=LuceneVarGapFixedInterval),
> > timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
> > start4=PostingsFormat(name=Direct)},
> > docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
> > range_facet_i_dv=DocValuesFormat(name=Direct),
> > timestamp=DocValuesFormat(name=Direct)},
> > sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-US,
> > timezone=Etc/GMT+7
> >    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-
> > bit)/cpus=3,threads=1,free=28695536,total=337784832
> >    [junit4]   2> NOTE: All tests run in this JVM:
> > [TestSweetSpotSimilarityFactory, HdfsCollectionsAPIDistributedZkTest,
> > TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
> > TestAuthorizationFramework, QueryResultKeyTest, ClusterStateTest,
> > TestTolerantSearch, TestRemoveLastDynamicCopyField,
> > TestReRankQParserPlugin, SimpleFacetsTest, TestChildDocTransformer,
> > TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
> > HdfsUnloadDistributedZkTest, RegexBoostProcessorTest,
> TestCodecSupport,
> > SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
> > TestHashPartitioner, FacetPivotSmallTest, SampleTest,
> > AddSchemaFieldsUpdateProcessorFactoryTest,
> TestQuerySenderNoQuery,
> > ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
> > RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest, RollingRestartTest,
> > SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
> > PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
> > TestAnalyzeInfixSuggestions, CdcrUpdateLogTest, BadComponentTest,
> > CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
> > TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
> > DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
> > TestOverriddenPrefixQueryForCustomFieldType, TestConfigSetImmutable,
> > TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
> > TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
> > TestMinMaxOnMultiValuedField, TestRestManager, TestExactStatsCache,
> > TestManagedResource, TestCollapseQParserPlugin, TestReloadDeadlock,
> > TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
> > SaslZkACLProviderTest, TestFaceting, TestReplicaProperties, HLLUtilTest,
> > SimplePostToolTest, TestAnalyzedSuggestions,
> ExitableDirectoryReaderTest,
> > TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
> > TestPartialUpdateDeduplication, DistributedDebugComponentTest,
> > OverseerTest, CollectionsAPIAsyncDistributedZkTest,
> TestDocumentBuilder,
> > PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
> > TestRandomRequestDistribution, QueryEqualityTest,
> > CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
> > TestReplicationHandler, BlockJoinFacetSimpleTest,
> > WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
> > DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
> > SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
> > XmlUpdateRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest,
> > DocValuesMultiTest, HdfsRestartWhileUpdatingTest, SoftAutoCommitTest,
> > CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
> > CircularListTest, BlockDirectoryTest, TestStressVersions,
> > TestSolrConfigHandlerCloud, TestBlobHandler,
> StandardRequestHandlerTest,
> > TestIBSimilarityFactory, SOLR749Test, TestUpdate,
> > CoreAdminCreateDiscoverTest, TestSolrCLIRunExample, HttpPartitionTest,
> > TestCursorMarkWithoutUniqueKey,
> DistributedSpellCheckComponentTest]
> >    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
> > FAILURES!
> >
> > [...truncated 1061 lines...]
> > BUILD FAILED
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\build.xml:740: The following error occurred while executing this
> > line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\build.xml:684: The following error occurred while executing this
> > line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\build.xml:59:
> > The following error occurred while executing this line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build.xml:233: The following error occurred while executing
> > this line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\common-build.xml:524: The following error occurred while
> > executing this line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\lucene\common-build.xml:1457: The following error occurred
> > while executing this line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\lucene\common-build.xml:1014: There were test failures: 579
> > suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions) [seed:
> > 4226CE0DA090A9C6]
> >
> > Total time: 77 minutes 7 seconds
> > Build step 'Invoke Ant' marked build as failure
> > Archiving artifacts
> > [WARNINGS] Skipping publisher since build result is FAILURE
> > Recording test results
> > Email was triggered for: Failure - Any
> > Sending email for trigger: Failure - Any
> >
> 
> 
> 
> ---------------------------------------------------------------------
> 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


RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
I have seen those bugs very often recently on Windows. Could this be related to the refactoring that handles "undeletable" files differently? The type of exception is new to me, have never seen that before: "java.lang.IllegalArgumentException: Directory SimpleFSDirectory@... lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has pending deleted files; cannot initialize IndexWriter"

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> Sent: Tuesday, February 16, 2016 9:58 AM
> To: mikemccand@apache.org; uwe@thetaphi.de; dev@lucene.apache.org
> Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build #
> 5622 - Still Failing!
> 
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5622/
> Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC
> 
> 5 tests failed.
> FAILED:
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> mResultsForSuggest
> 
> Error Message:
> Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has
> pending deleted files; cannot initialize IndexWriter
> 
> Stack Trace:
> java.lang.IllegalArgumentException: Directory
> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has
> pending deleted files; cannot initialize IndexWriter
> 	at
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68
> B]:0)
> 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> 	at
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> 55)
> 	at
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> ker.java:87)
> 	at
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> eckComponent.java:131)
> 	at
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> rchHandler.java:246)
> 	at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> erBase.java:155)
> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> 	at
> org.apache.solr.handler.component.SpellCheckComponentTest.testMaximu
> mResultsForSuggest(SpellCheckComponentTest.java:83)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:871)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> mizedRunner.java:907)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> omizedRunner.java:921)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:49)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:809)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:460)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:880)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:816)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:827)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:41)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:53)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:54)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate
> 
> Error Message:
> Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has
> pending deleted files; cannot initialize IndexWriter
> 
> Stack Trace:
> java.lang.IllegalArgumentException: Directory
> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\spellchecker1
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has
> pending deleted files; cannot initialize IndexWriter
> 	at
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894A
> D]:0)
> 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
> 	at
> org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:4
> 55)
> 	at
> org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChec
> ker.java:87)
> 	at
> org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCh
> eckComponent.java:131)
> 	at
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(Sea
> rchHandler.java:246)
> 	at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> erBase.java:155)
> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> 	at
> org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(
> SpellCheckComponentTest.java:171)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:871)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> mizedRunner.java:907)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> omizedRunner.java:921)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:49)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:809)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:460)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:880)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:816)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:827)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:41)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:53)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:54)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test
> 
> Error Message:
> List size mismatch @ spellcheck/suggestions
> 
> Stack Trace:
> java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
> 	at
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> 3E]:0)
> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
> 	at
> org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCh
> eckComponentTest.java:147)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:871)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> mizedRunner.java:907)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> omizedRunner.java:921)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:49)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:809)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:460)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:880)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:816)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:827)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:41)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:53)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:54)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> OnCommit
> 
> Error Message:
> Exception during query
> 
> Stack Trace:
> java.lang.RuntimeException: Exception during query
> 	at
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA
> 5]:0)
> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
> 	at
> org.apache.solr.handler.component.SpellCheckComponentTest.testRebuild
> OnCommit(SpellCheckComponentTest.java:267)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:871)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> mizedRunner.java:907)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> omizedRunner.java:921)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:49)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:809)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:460)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:880)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:816)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:827)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:41)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:53)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:54)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.RuntimeException: REQUEST FAILED:
> xpath=//arr[@name='suggestion'][.='lucenejava']
> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
> <response>
> <lst name="responseHeader"><int name="status">0</int><int
> name="QTime">1068</int></lst><result name="response" numFound="0"
> start="0"></result><lst name="spellcheck"><lst
> name="suggestions"/></lst>
> </response>
> 
> 	request
> was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=x
> ml
> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
> 	... 41 more
> 
> 
> FAILED:
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> est
> 
> Error Message:
> Error from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> ntTest_4226CE0DA090A9C6-001\tempDir-
> 001\control\cores\collection1\data\spellchecker1
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still has
> pending deleted files; cannot initialize IndexWriter
> 
> Stack Trace:
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
> from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> ntTest_4226CE0DA090A9C6-001\tempDir-
> 001\control\cores\collection1\data\spellchecker1
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still has
> pending deleted files; cannot initialize IndexWriter
> 	at
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> 3E]:0)
> 	at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> t.java:577)
> 	at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> 1)
> 	at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> 0)
> 	at
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
> 	at
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> (DistributedSpellCheckComponentTest.java:67)
> 	at
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> est(DistributedSpellCheckComponentTest.java:146)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:871)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> mizedRunner.java:907)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> omizedRunner.java:921)
> 	at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
> 	at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> atement.evaluate(BaseDistributedSearchTestCase.java:939)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:49)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:809)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:460)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:880)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:816)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:827)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:41)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:53)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:47)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:54)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:367)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> 
> 
> Build Log:
> [...truncated 11172 lines...]
>    [junit4] Suite:
> org.apache.solr.handler.component.SpellCheckComponentTest
>    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001
>    [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl
> (false) and clientAuth (false)
>    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
>    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1'
>    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not
> configured for solr (NoInitialContextEx)
>    [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
> system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\core\src\test-files\solr
>    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current version of
> requestparams : -1
>    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
> 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
>    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
> 5.5, <maxMergeDocs> is deprecated, configure it on the relevant
> <mergePolicyFactory> instead.
>    [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr
> 5.5, <mergeFactor> is deprecated, configure it on the relevant
> <mergePolicyFactory> instead.
>    [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded
> SolrConfig: solrconfig-spellcheckcomponent.xml
>    [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null] Schema
> name=test
>    [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default search
> field in schema is text
>    [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique key
> field: id
>    [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> open-exchange-rates.json
>    [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ]
> o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> open-exchange-rates.json
>    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not
> configured for solr (NoInitialContextEx)
>    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
> system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\core\src\test-files\solr
>    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr'
>    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not
> configured for solr (NoInitialContextEx)
>    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using
> system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\core\src\test-files\solr
>    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New
> CoreContainer 9183868
>    [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Loading cores
> into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\core\src\test-files\solr]
>    [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Couldn't add
> files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\lib to classpath:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\lib
>    [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory
> created with socketTimeout : 600000,connTimeout :
> 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize :
> 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -
> 1,fairnessPolicy : false,useRetries : false,
>    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler
> Creating UpdateShardHandler HTTP client with params:
> socketTimeout=30000&connTimeout=30000&retry=true
>    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher Registering Log
> Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Security conf
> doesn't exist. Skipping setup for authorization module.
>    [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No
> authentication plugin used.
>    [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor Created
> CoreDescriptor: {name=collection1, config=solrconfig-
> spellcheckcomponent.xml, transient=false, schema=schema.xml,
> loadOnStartup=true, configSetProperties=configsetprops.json,
> collection=collection1, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001, shard=shard1}
>    [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1'
>    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.SolrResourceLoader using system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr
>    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.SolrResourceLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.SolrResourceLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-
> Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
> <mergePolicyFactory> instead.
>    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated,
> configure it on the relevant <mergePolicyFactory> instead.
>    [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated,
> configure it on the relevant <mergePolicyFactory> instead.
>    [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>    [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
>    [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.s.IndexSchema default search field in schema is text
>    [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> currency.xml
>    [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> currency.xml
>    [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> open-exchange-rates.json
>    [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> open-exchange-rates.json
>    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
> default properties: Can't find resource 'configsetprops.json' in classpath or
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1'
>    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
> instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1
>    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1],
> dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\]
>    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> collection1
>    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\
>    [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\index/
>    [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\index' doesn't exist. Creating new
> index...
>    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\index
>    [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
> class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=50, maxMergeAtOnceExplicit=34,
> maxMergedSegmentMB=69.751953125, floorSegmentMB=0.2412109375,
> forceMergeDeletesPctAllowed=25.57842565234008, segmentsPerTier=26.0,
> maxCFSSegmentSizeMB=8.796093022207999E12,
> noCFSRatio=0.4018936825291942
>    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits: num=1
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_1,generation=1}
>    [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 1243682 INFO  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories
> to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_422
> 6CE0DA090A9C6-001\init-core-data-001\
>    [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
> default, creating implicit default
>    [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.RequestHandlers Registered paths:
> /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/lu
> ke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/c
> sv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/
> config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWor
> dbreak,/admin/ping,/update,/admin/file
>    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
> class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=41, maxMergeAtOnceExplicit=36,
> maxMergedSegmentMB=42.8330078125, floorSegmentMB=0.51953125,
> forceMergeDeletesPctAllowed=0.0785082531815362, segmentsPerTier=18.0,
> maxCFSSegmentSizeMB=8.796093022207999E12,
> noCFSRatio=0.1273596296641114
>    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
> num=1
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_1,generation=1}
>    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@1bb54df[collection1] main]
>    [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
> directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf; switching to use
> InMemory storage instead.
>    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
>    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json
> using InMemoryStorage
>    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.r.RestManager Initializing 0 registered
> ManagedResources
>    [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>    [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> listener for spellchecker: default
>    [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> listener for spellchecker: default_teststop
>    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,ma
> xQueryFrequency=100.0,field=teststop}
>    [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLen
> gth=3,maxQueryFrequency=100.0,field=lowerfilt}
>    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> listener for spellchecker: threshold
>    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.s.DirectSolrSpellChecker init:
> {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerf
> ilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,threshol
> dTokenFrequency=0.29}
>    [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> listener for spellchecker: threshold_direct
>    [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> listener for spellchecker: multipleFields
>    [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> listener for spellchecker: freq
>    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher
> listener for spellchecker: fqcn
>    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>    [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: default
>    [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [
> x:collection1] o.a.s.c.CoreContainer registering core: collection1
>    [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: default_teststop
>    [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
> end
>    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: direct
>    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: direct_lowerfilt
>    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: wordbreak
>    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: threshold
>    [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: threshold_direct
>    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: multipleFields
>    [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: jarowinkler
>    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: external
>    [junit4]   2> 1243842 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
>    [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: freq
>    [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: fqcn
>    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: perDict
>    [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
> searcher Searcher@1bb54df[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1243845 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[0]} 0 3
>    [junit4]   2> 1243849 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[1]} 0 0
>    [junit4]   2> 1243850 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[2]} 0 0
>    [junit4]   2> 1243852 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[3]} 0 1
>    [junit4]   2> 1243853 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[4]} 0 0
>    [junit4]   2> 1243854 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[5]} 0 0
>    [junit4]   2> 1243855 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[6]} 0 0
>    [junit4]   2> 1243855 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[7]} 0 0
>    [junit4]   2> 1243856 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[8]} 0 0
>    [junit4]   2> 1243857 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{add=[9]} 0 0
>    [junit4]   2> 1243858 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1243870 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_1,generation=1}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_2,generation=2}
>    [junit4]   2> 1243870 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
>    [junit4]   2> 1243873 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d09f1a[collection1] main]
>    [junit4]   2> 1243873 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
>    [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default_teststop
>    [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold
>    [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold_direct
>    [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> multipleFields
>    [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>    [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>    [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@d09f1a[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6
> .0.0):C10)))}
>    [junit4]   2> 1244300 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{commit=} 0 455
>    [junit4]   2> 1244302 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=
> map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1
> status=0 QTime=1
>    [junit4]   2> 1244304 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellchec
> k.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellc
> heck.extendedResults=true} hits=1 status=0 QTime=0
>    [junit4]   2> 1244313 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_low
> erfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=
> true} hits=0 status=0 QTime=9
>    [junit4]   2> 1244314 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
>    [junit4]   2> 1244314 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS
> FROM INDEX
>    [junit4]   2> 1244314 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{deleteByQuery=*:*} 0 0
>    [junit4]   2> 1244315 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1244315 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_2,generation=2}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_3,generation=3}
>    [junit4]   2> 1244315 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
>    [junit4]   2> 1244315 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8d6b4d[collection1] main]
>    [junit4]   2> 1244315 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
>    [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default_teststop
>    [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold
>    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold_direct
>    [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> multipleFields
>    [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>    [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>    [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@8d6b4d[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1244406 INFO  (TEST-
> SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6])
> [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null
> path=null params={}{commit=} 0 93
>    [junit4]   2> 1244409 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> testExtendedResultsCount
>    [junit4]   2> 1244411 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>    [junit4]   2> 1244412 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>    [junit4]   2> 1244412 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>    [junit4]   2> 1244413 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>    [junit4]   2> 1244415 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>    [junit4]   2> 1244415 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>    [junit4]   2> 1244415 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>    [junit4]   2> 1244416 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>    [junit4]   2> 1244417 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>    [junit4]   2> 1244418 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>    [junit4]   2> 1244418 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1244424 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_3,generation=3}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_4,generation=4}
>    [junit4]   2> 1244424 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> generation = 4
>    [junit4]   2> 1244426 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@195979d[collection1] main]
>    [junit4]   2> 1244426 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> end_commit_flush
>    [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
>    [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default_teststop
>    [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold
>    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold_direct
>    [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> multipleFields
>    [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>    [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>    [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@195979d[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6
> .0.0):C10)))}
>    [junit4]   2> 1244949 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{commit=} 0 546
>    [junit4]   2> 1245063 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]  webapp=null
> path=null
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> =5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
> hits=0 status=0 QTime=117
>    [junit4]   2> 1245065 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]  webapp=null
> path=null
> params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count
> =3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=1
>    [junit4]   2> 1245065 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> testExtendedResultsCount
>    [junit4]   2> 1245066 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1]
> REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1245066 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
>    [junit4]   2> 1245066 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1245066 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_4,generation=4}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_5,generation=5}
>    [junit4]   2> 1245066 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> generation = 5
>    [junit4]   2> 1245066 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@9a0ca2[collection1] main]
>    [junit4]   2> 1245067 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> end_commit_flush
>    [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
>    [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default_teststop
>    [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold
>    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold_direct
>    [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> multipleFields
>    [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>    [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>    [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@9a0ca2[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1245241 INFO  (TEST-
> SpellCheckComponentTest.testExtendedResultsCount-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{commit=} 0 180
>    [junit4]   2> 1245245 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
>    [junit4]   2> 1245247 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[0]} 0 1
>    [junit4]   2> 1245247 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[1]} 0 0
>    [junit4]   2> 1245248 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[2]} 0 1
>    [junit4]   2> 1245249 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[3]} 0 0
>    [junit4]   2> 1245250 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[4]} 0 0
>    [junit4]   2> 1245251 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[5]} 0 0
>    [junit4]   2> 1245252 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[6]} 0 0
>    [junit4]   2> 1245253 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[7]} 0 0
>    [junit4]   2> 1245254 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[8]} 0 0
>    [junit4]   2> 1245255 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[9]} 0 0
>    [junit4]   2> 1245256 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1245259 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_5,generation=5}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_6,generation=6}
>    [junit4]   2> 1245259 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
>    [junit4]   2> 1245262 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1] main]
>    [junit4]   2> 1245262 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
>    [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default_teststop
>    [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold
>    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold_direct
>    [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> multipleFields
>    [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>    [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>    [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@1ffed7d[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6
> .0.0):C10)))}
>    [junit4]   2> 1245902 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{commit=} 0 666
>    [junit4]   2> 1245905 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.c.S.Request [collection1]  webapp=null path=null
> params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0
> status=0 QTime=2
>    [junit4]   2> 1245905 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
>    [junit4]   2> 1245906 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS
> FROM INDEX
>    [junit4]   2> 1245906 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{deleteByQuery=*:*} 0 0
>    [junit4]   2> 1245908 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1245908 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_6,generation=6}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_7,generation=7}
>    [junit4]   2> 1245908 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
>    [junit4]   2> 1245909 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1] main]
>    [junit4]   2> 1245909 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
>    [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default_teststop
>    [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold
>    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold_direct
>    [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> multipleFields
>    [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>    [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>    [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@15975c[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1246105 INFO  (TEST-
> SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{commit=} 0 203
>    [junit4]   2> 1246108 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> testRelativeIndexDirLocation
>    [junit4]   2> 1246109 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[0]} 0 1
>    [junit4]   2> 1246111 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[1]} 0 0
>    [junit4]   2> 1246112 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[2]} 0 0
>    [junit4]   2> 1246113 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[3]} 0 0
>    [junit4]   2> 1246114 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[4]} 0 0
>    [junit4]   2> 1246115 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[5]} 0 0
>    [junit4]   2> 1246115 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[6]} 0 0
>    [junit4]   2> 1246117 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[7]} 0 0
>    [junit4]   2> 1246118 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[8]} 0 0
>    [junit4]   2> 1246119 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[9]} 0 0
>    [junit4]   2> 1246120 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1246127 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_7,generation=7}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_8,generation=8}
>    [junit4]   2> 1246127 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> generation = 8
>    [junit4]   2> 1246130 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@1e381c0[collection1] main]
>    [junit4]   2> 1246130 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> end_commit_flush
>    [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
>    [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default_teststop
>    [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold
>    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold_direct
>    [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> multipleFields
>    [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>    [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>    [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@1e381c0[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6
> .0.0):C10)))}
>    [junit4]   2> 1247359 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{commit=} 0 1275
>    [junit4]   2> 1247361 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending
> testRelativeIndexDirLocation
>    [junit4]   2> 1247361 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1]
> REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1247361 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
>    [junit4]   2> 1247362 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1247362 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_8,generation=8}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_9,generation=9}
>    [junit4]   2> 1247362 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> generation = 9
>    [junit4]   2> 1247362 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@13af3f9[collection1] main]
>    [junit4]   2> 1247362 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2
> end_commit_flush
>    [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
>    [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> default_teststop
>    [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold
>    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> threshold_direct
>    [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
> multipleFields
>    [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
>    [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
>    [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@13af3f9[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1247785 INFO  (TEST-
> SpellCheckComponentTest.testRelativeIndexDirLocation-
> seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{commit=} 0 436
>    [junit4]   2> 1247787 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
>    [junit4]   2> 1247788 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[0]} 0 1
>    [junit4]   2> 1247790 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[1]} 0 0
>    [junit4]   2> 1247791 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[2]} 0 0
>    [junit4]   2> 1247792 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[3]} 0 0
>    [junit4]   2> 1247793 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[4]} 0 0
>    [junit4]   2> 1247794 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[5]} 0 0
>    [junit4]   2> 1247795 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[6]} 0 0
>    [junit4]   2> 1247796 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[7]} 0 0
>    [junit4]   2> 1247797 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[8]} 0 0
>    [junit4]   2> 1247797 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null
> params={}{add=[9]} 0 0
>    [junit4]   2> 1247797 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDel
> etes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1247801 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_9,generation=9}
>    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),s
> egFN=segments_a,generation=10}
>    [junit4]   2> 1247801 INFO  (TEST-
> SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [
> ] o.a.s.c.SolrDele
> 
> [...truncated too long message...]
> 
> nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-
> 001\shard1\cores\collection1\data\index;done=false>>]
>    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> ntTest_4226CE0DA090A9C6-001\tempDir-
> 001\shard1\cores\collection1\data\index
>    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> ntTest_4226CE0DA090A9C6-001\tempDir-001\shard1\cores\collection1\data
> [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> ntTest_4226CE0DA090A9C6-001\tempDir-
> 001\shard1\cores\collection1\data;done=false>>]
>    [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> ntTest_4226CE0DA090A9C6-001\tempDir-001\shard1\cores\collection1\data
>    [junit4]   2> 1393934 INFO  (TEST-
> DistributedSpellCheckComponentTest.test-seed#[4226CE0DA090A9C6]) [    ]
> o.e.j.s.h.ContextHandler Stopped
> o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
>    [junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test -
> Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -Dtests.locale=en-US -
> Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -Dtests.file.encoding=US-
> ASCII
>    [junit4] ERROR   16.6s J0 | DistributedSpellCheckComponentTest.test <<<
>    [junit4]    > Throwable #1:
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
> from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory
> SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> ntTest_4226CE0DA090A9C6-001\tempDir-
> 001\control\cores\collection1\data\spellchecker1
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still has
> pending deleted files; cannot initialize IndexWriter
>    [junit4]    > 	at
> __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC4
> 3E]:0)
>    [junit4]    > 	at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClien
> t.java:577)
>    [junit4]    > 	at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:24
> 1)
>    [junit4]    > 	at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:23
> 0)
>    [junit4]    > 	at
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
>    [junit4]    > 	at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
>    [junit4]    > 	at
> org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
>    [junit4]    > 	at
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q
> (DistributedSpellCheckComponentTest.java:67)
>    [junit4]    > 	at
> org.apache.solr.handler.component.DistributedSpellCheckComponentTest.t
> est(DistributedSpellCheckComponentTest.java:146)
>    [junit4]    > 	at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsR
> epeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
>    [junit4]    > 	at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> atement.evaluate(BaseDistributedSearchTestCase.java:939)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 1393948 INFO  (SUITE-DistributedSpellCheckComponentTest-
> seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.handler.component.DistributedSpellCheckCompone
> ntTest_4226CE0DA090A9C6-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> {start1=Lucene50(blocksize=128),
> range_facet_l_dv=Lucene50(blocksize=128),
> multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
> intDefault=PostingsFormat(name=Direct),
> range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
> _version_=PostingsFormat(name=Direct),
> lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval),
> end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> end3=PostingsFormat(name=Direct), end2=Lucene50(blocksize=128),
> end1=PostingsFormat(name=LuceneVarGapFixedInterval),
> lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval),
> gram1=PostingsFormat(name=LuceneVarGapFixedInterval),
> id=Lucene50(blocksize=128),
> range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
> gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Direct),
> start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> start2=PostingsFormat(name=LuceneVarGapFixedInterval),
> word=PostingsFormat(name=LuceneVarGapFixedInterval),
> timestamp=PostingsFormat(name=LuceneVarGapFixedInterval),
> start4=PostingsFormat(name=Direct)},
> docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
> range_facet_i_dv=DocValuesFormat(name=Direct),
> timestamp=DocValuesFormat(name=Direct)},
> sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-US,
> timezone=Etc/GMT+7
>    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-
> bit)/cpus=3,threads=1,free=28695536,total=337784832
>    [junit4]   2> NOTE: All tests run in this JVM:
> [TestSweetSpotSimilarityFactory, HdfsCollectionsAPIDistributedZkTest,
> TestRestoreCore, TestJsonRequest, HdfsDirectoryTest,
> TestAuthorizationFramework, QueryResultKeyTest, ClusterStateTest,
> TestTolerantSearch, TestRemoveLastDynamicCopyField,
> TestReRankQParserPlugin, SimpleFacetsTest, TestChildDocTransformer,
> TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema,
> HdfsUnloadDistributedZkTest, RegexBoostProcessorTest, TestCodecSupport,
> SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin,
> TestHashPartitioner, FacetPivotSmallTest, SampleTest,
> AddSchemaFieldsUpdateProcessorFactoryTest, TestQuerySenderNoQuery,
> ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest,
> RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest, RollingRestartTest,
> SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields,
> PeerSyncTest, TestCSVLoader, DocValuesMissingTest,
> TestAnalyzeInfixSuggestions, CdcrUpdateLogTest, BadComponentTest,
> CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource,
> TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml,
> DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest,
> TestOverriddenPrefixQueryForCustomFieldType, TestConfigSetImmutable,
> TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest,
> TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest,
> TestMinMaxOnMultiValuedField, TestRestManager, TestExactStatsCache,
> TestManagedResource, TestCollapseQParserPlugin, TestReloadDeadlock,
> TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest,
> SaslZkACLProviderTest, TestFaceting, TestReplicaProperties, HLLUtilTest,
> SimplePostToolTest, TestAnalyzedSuggestions, ExitableDirectoryReaderTest,
> TestWordDelimiterFilterFactory, TestJmxMonitoredMap,
> TestPartialUpdateDeduplication, DistributedDebugComponentTest,
> OverseerTest, CollectionsAPIAsyncDistributedZkTest, TestDocumentBuilder,
> PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest,
> TestRandomRequestDistribution, QueryEqualityTest,
> CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest,
> TestReplicationHandler, BlockJoinFacetSimpleTest,
> WrapperMergePolicyFactoryTest, TestFilteredDocIdSet,
> DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup,
> SchemaVersionSpecificBehaviorTest, TestDistributedSearch,
> XmlUpdateRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest,
> DocValuesMultiTest, HdfsRestartWhileUpdatingTest, SoftAutoCommitTest,
> CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test,
> CircularListTest, BlockDirectoryTest, TestStressVersions,
> TestSolrConfigHandlerCloud, TestBlobHandler, StandardRequestHandlerTest,
> TestIBSimilarityFactory, SOLR749Test, TestUpdate,
> CoreAdminCreateDiscoverTest, TestSolrCLIRunExample, HttpPartitionTest,
> TestCursorMarkWithoutUniqueKey, DistributedSpellCheckComponentTest]
>    [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<<
> FAILURES!
> 
> [...truncated 1061 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\build.xml:740: The following error occurred while executing this
> line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\build.xml:684: The following error occurred while executing this
> line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build.xml:233: The following error occurred while executing
> this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\common-build.xml:524: The following error occurred while
> executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\lucene\common-build.xml:1457: The following error occurred
> while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\lucene\common-build.xml:1014: There were test failures: 579
> suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions) [seed:
> 4226CE0DA090A9C6]
> 
> Total time: 77 minutes 7 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 



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


[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5622 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5622/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testMaximumResultsForSuggest

Error Message:
Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CE2B4ECE6EBCF68B]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testMaximumResultsForSuggest(SpellCheckComponentTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testCollate

Error Message:
Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1176a16 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:880797390A6894AD]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(SpellCheckComponentTest.java:171)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC43E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:82AB360F39C0AA5]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit(SpellCheckComponentTest.java:267)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//arr[@name='suggestion'][.='lucenejava']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">1068</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>

	request was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
	... 41 more


FAILED:  org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test

Error Message:
Error from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC43E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11172 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001
   [junit4]   2> 1243247 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1243248 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1243249 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1243309 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1243316 WARN  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1243317 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1243330 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1243348 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1243445 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1243455 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1243457 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1243465 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1243467 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1243469 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1243470 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 9183868
   [junit4]   2> 1243471 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 1243472 WARN  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1243472 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1243475 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1243477 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1243478 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1243479 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1243507 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1243525 WARN  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1243526 WARN  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1243527 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1243538 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1243547 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1243645 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1243653 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1243655 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1243663 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1243666 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1243669 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1243670 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1243679 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\]
   [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\
   [junit4]   2> 1243680 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\index/
   [junit4]   2> 1243681 WARN  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\index
   [junit4]   2> 1243681 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=69.751953125, floorSegmentMB=0.2412109375, forceMergeDeletesPctAllowed=25.57842565234008, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4018936825291942
   [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_1,generation=1}
   [junit4]   2> 1243682 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1243682 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_4226CE0DA090A9C6-001\init-core-data-001\
   [junit4]   2> 1243685 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1243692 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1243694 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1243696 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1243698 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1243700 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/admin/ping,/update,/admin/file
   [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1243701 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=42.8330078125, floorSegmentMB=0.51953125, forceMergeDeletesPctAllowed=0.0785082531815362, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1273596296641114
   [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_1,generation=1}
   [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1243702 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bb54df[collection1] main]
   [junit4]   2> 1243703 WARN  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1243703 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1243734 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 1243745 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 1243746 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 1243768 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 1243782 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 1243827 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1243837 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1243837 INFO  (coreLoadExecutor-3596-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1243838 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 1243839 INFO  (SUITE-SpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 1243839 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1243840 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1243842 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
   [junit4]   2> 1243842 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1243843 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1243844 INFO  (searcherExecutor-3597-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1bb54df[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1243845 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 3
   [junit4]   2> 1243849 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1243850 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1243852 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 1
   [junit4]   2> 1243853 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1243854 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1243855 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1243855 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1243856 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1243857 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1243858 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1243870 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_2,generation=2}
   [junit4]   2> 1243870 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1243873 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d09f1a[collection1] main]
   [junit4]   2> 1243873 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1243873 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1243952 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1243978 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1244053 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1244054 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1244112 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1244205 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1244299 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d09f1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C10)))}
   [junit4]   2> 1244300 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 455
   [junit4]   2> 1244302 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=1
   [junit4]   2> 1244304 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=0
   [junit4]   2> 1244313 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=9
   [junit4]   2> 1244314 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
   [junit4]   2> 1244314 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1244314 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1244315 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1244315 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_3,generation=3}
   [junit4]   2> 1244315 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 1244315 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8d6b4d[collection1] main]
   [junit4]   2> 1244315 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1244316 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1244328 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1244345 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1244364 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1244376 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1244394 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1244406 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8d6b4d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1244406 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 93
   [junit4]   2> 1244409 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedResultsCount
   [junit4]   2> 1244411 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 1244412 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1244412 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1244413 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1244415 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1244415 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1244415 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1244416 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1244417 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1244418 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1244418 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1244424 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_4,generation=4}
   [junit4]   2> 1244424 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1244426 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@195979d[collection1] main]
   [junit4]   2> 1244426 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1244426 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1244471 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1244489 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1244630 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1244754 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1244845 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1244949 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@195979d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C10)))}
   [junit4]   2> 1244949 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 546
   [junit4]   2> 1245063 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=0 status=0 QTime=117
   [junit4]   2> 1245065 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=1
   [junit4]   2> 1245065 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedResultsCount
   [junit4]   2> 1245066 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1245066 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1245066 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1245066 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_5,generation=5}
   [junit4]   2> 1245066 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 1245066 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9a0ca2[collection1] main]
   [junit4]   2> 1245067 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1245067 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1245094 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1245120 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1245149 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1245186 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1245215 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1245240 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@9a0ca2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1245241 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 180
   [junit4]   2> 1245245 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
   [junit4]   2> 1245247 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 1245247 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1245248 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 1
   [junit4]   2> 1245249 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1245250 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1245251 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1245252 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1245253 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1245254 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1245255 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1245256 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1245259 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_6,generation=6}
   [junit4]   2> 1245259 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 1245262 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ffed7d[collection1] main]
   [junit4]   2> 1245262 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1245262 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1245348 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1245367 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1245478 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1245649 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1245790 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1245902 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ffed7d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):C10)))}
   [junit4]   2> 1245902 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 666
   [junit4]   2> 1245905 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=2
   [junit4]   2> 1245905 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
   [junit4]   2> 1245906 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1245906 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1245908 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1245908 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_6,generation=6}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_7,generation=7}
   [junit4]   2> 1245908 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
   [junit4]   2> 1245909 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15975c[collection1] main]
   [junit4]   2> 1245909 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1245909 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1245934 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1245964 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1246004 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1246040 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1246080 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1246104 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@15975c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1246105 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 203
   [junit4]   2> 1246108 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
   [junit4]   2> 1246109 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 1246111 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1246112 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1246113 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1246114 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1246115 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1246115 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1246117 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1246118 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1246119 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1246120 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1246127 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_7,generation=7}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_8,generation=8}
   [junit4]   2> 1246127 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 8
   [junit4]   2> 1246130 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e381c0[collection1] main]
   [junit4]   2> 1246130 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1246130 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1246325 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1246368 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1246600 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1246891 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1247129 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1247358 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e381c0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):C10)))}
   [junit4]   2> 1247359 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1275
   [junit4]   2> 1247361 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
   [junit4]   2> 1247361 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1247361 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1247362 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1247362 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_8,generation=8}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_9,generation=9}
   [junit4]   2> 1247362 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 9
   [junit4]   2> 1247362 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13af3f9[collection1] main]
   [junit4]   2> 1247362 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1247362 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1247417 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1247526 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1247576 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1247641 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1247718 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1247784 INFO  (searcherExecutor-3597-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13af3f9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1247785 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 436
   [junit4]   2> 1247787 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
   [junit4]   2> 1247788 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 1247790 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1247791 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1247792 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1247793 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1247794 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1247795 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1247796 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1247797 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1247797 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1247797 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1247801 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_9,generation=9}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@12cfcc9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14a4f10),segFN=segments_a,generation=10}
   [junit4]   2> 1247801 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[4226CE0DA090A9C6]) [    ] o.a.s.c.SolrDele

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

nt.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-001\shard1\cores\collection1\data\index;done=false>>]
   [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-001\shard1\cores\collection1\data\index
   [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-001\shard1\cores\collection1\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-001\shard1\cores\collection1\data;done=false>>]
   [junit4]   2> 1393913 INFO  (coreCloseExecutor-4372-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-001\shard1\cores\collection1\data
   [junit4]   2> 1393934 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[4226CE0DA090A9C6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61645a{/ck_of/c,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test -Dtests.seed=4226CE0DA090A9C6 -Dtests.slow=true -Dtests.locale=en-US -Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   16.6s J0 | DistributedSpellCheckComponentTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:58806/ck_of/c/collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12f548e still has pending deleted files; cannot initialize IndexWriter
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4226CE0DA090A9C6:CA72F1D70E6CC43E]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1393948 INFO  (SUITE-DistributedSpellCheckComponentTest-seed#[4226CE0DA090A9C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_4226CE0DA090A9C6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {start1=Lucene50(blocksize=128), range_facet_l_dv=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=PostingsFormat(name=Direct), lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval), end4=PostingsFormat(name=LuceneVarGapDocFreqInterval), end3=PostingsFormat(name=Direct), end2=Lucene50(blocksize=128), end1=PostingsFormat(name=LuceneVarGapFixedInterval), lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval), gram1=PostingsFormat(name=LuceneVarGapFixedInterval), id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Direct), start3=PostingsFormat(name=LuceneVarGapDocFreqInterval), gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval), start2=PostingsFormat(name=LuceneVarGapFixedInterval), word=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), start4=PostingsFormat(name=Direct)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-US, timezone=Etc/GMT+7
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-bit)/cpus=3,threads=1,free=28695536,total=337784832
   [junit4]   2> NOTE: All tests run in this JVM: [TestSweetSpotSimilarityFactory, HdfsCollectionsAPIDistributedZkTest, TestRestoreCore, TestJsonRequest, HdfsDirectoryTest, TestAuthorizationFramework, QueryResultKeyTest, ClusterStateTest, TestTolerantSearch, TestRemoveLastDynamicCopyField, TestReRankQParserPlugin, SimpleFacetsTest, TestChildDocTransformer, TestFileDictionaryLookup, DOMUtilTest, TestManagedSchema, HdfsUnloadDistributedZkTest, RegexBoostProcessorTest, TestCodecSupport, SharedFSAutoReplicaFailoverTest, TestSimpleQParserPlugin, TestHashPartitioner, FacetPivotSmallTest, SampleTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestQuerySenderNoQuery, ResponseHeaderTest, TestFastLRUCache, BlockJoinFacetDistribTest, RequiredFieldsTest, TestSolr4Spatial2, JSONWriterTest, RollingRestartTest, SyncSliceTest, AsyncMigrateRouteKeyTest, TestPseudoReturnFields, PeerSyncTest, TestCSVLoader, DocValuesMissingTest, TestAnalyzeInfixSuggestions, CdcrUpdateLogTest, BadComponentTest, CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource, TestDownShardTolerantSearch, PrimUtilsTest, TestSolrXml, DeleteLastCustomShardedReplicaTest, TimeZoneUtilsTest, TestOverriddenPrefixQueryForCustomFieldType, TestConfigSetImmutable, TestCloudInspectUtil, SystemInfoHandlerTest, UpdateParamsTest, TestConfigSets, HardAutoCommitTest, SecurityConfHandlerTest, TestMinMaxOnMultiValuedField, TestRestManager, TestExactStatsCache, TestManagedResource, TestCollapseQParserPlugin, TestReloadDeadlock, TestPhraseSuggestions, TestSearchPerf, DistributedVersionInfoTest, SaslZkACLProviderTest, TestFaceting, TestReplicaProperties, HLLUtilTest, SimplePostToolTest, TestAnalyzedSuggestions, ExitableDirectoryReaderTest, TestWordDelimiterFilterFactory, TestJmxMonitoredMap, TestPartialUpdateDeduplication, DistributedDebugComponentTest, OverseerTest, CollectionsAPIAsyncDistributedZkTest, TestDocumentBuilder, PathHierarchyTokenizerFactoryTest, ChangedSchemaMergeTest, TestRandomRequestDistribution, QueryEqualityTest, CurrencyFieldXmlFileTest, ClusterStateUpdateTest, DocValuesTest, TestReplicationHandler, BlockJoinFacetSimpleTest, WrapperMergePolicyFactoryTest, TestFilteredDocIdSet, DistributedFacetPivotWhiteBoxTest, TestReplicationHandlerBackup, SchemaVersionSpecificBehaviorTest, TestDistributedSearch, XmlUpdateRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest, DocValuesMultiTest, HdfsRestartWhileUpdatingTest, SoftAutoCommitTest, CloudExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test, CircularListTest, BlockDirectoryTest, TestStressVersions, TestSolrConfigHandlerCloud, TestBlobHandler, StandardRequestHandlerTest, TestIBSimilarityFactory, SOLR749Test, TestUpdate, CoreAdminCreateDiscoverTest, TestSolrCLIRunExample, HttpPartitionTest, TestCursorMarkWithoutUniqueKey, DistributedSpellCheckComponentTest]
   [junit4] Completed [249/579 (2!)] on J0 in 16.74s, 1 test, 1 error <<< FAILURES!

[...truncated 1061 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 5 errors, 127 ignored (82 assumptions) [seed: 4226CE0DA090A9C6]

Total time: 77 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5621 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5621/
Java: 32bit/jdk1.8.0_72 -server -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([CE663401E02B24EE:846A496CB327878D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit(SpellCheckComponentTest.java:267)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//arr[@name='suggestion'][.='lucenejava']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">781</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>

	request was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
	... 41 more


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([CE663401E02B24EE:C54A63C17FE29841]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test

Error Message:
Error from server at http://127.0.0.1:52435/z/collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12bac46 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52435/z/collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12bac46 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([CE663401E02B24EE:46320BDB4ED74916]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10748 lines...]
   [junit4] Suite: org.apache.solr.handler.component.DistributedSpellCheckComponentTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001
   [junit4]   2> 584291 INFO  (SUITE-DistributedSpellCheckComponentTest-seed#[CE663401E02B24EE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 584291 INFO  (SUITE-DistributedSpellCheckComponentTest-seed#[CE663401E02B24EE]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /z/
   [junit4]   2> 585275 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1
   [junit4]   2> 585279 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 585281 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10f99f0{/z,null,AVAILABLE}
   [junit4]   2> 585282 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@b67c12{HTTP/1.1}{127.0.0.1:52420}
   [junit4]   2> 585282 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.e.j.s.Server Started @585823ms
   [junit4]   2> 585282 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z, hostPort=52420, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores}
   [junit4]   2> 585282 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 585282 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control'
   [junit4]   2> 585282 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 585282 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 585284 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\solr.xml
   [junit4]   2> 585290 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores
   [junit4]   2> 585290 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer New CoreContainer 11311216
   [junit4]   2> 585290 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control]
   [junit4]   2> 585291 WARN  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\lib
   [junit4]   2> 585291 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 585293 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 585295 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 585295 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 585295 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 585295 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 585295 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores
   [junit4]   2> 585296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\, configSet=collection1}
   [junit4]   2> 585296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1
   [junit4]   2> 585296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 585297 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 585297 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 585297 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 585298 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 585298 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 585298 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 585298 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 585339 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 585347 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 585377 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 585382 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 585452 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 585459 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 585460 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 585467 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 585468 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 585469 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 585470 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 585476 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 585476 INFO  (coreLoadExecutor-1971-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 585476 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 585476 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 585476 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@117b830
   [junit4]   2> 585479 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data
   [junit4]   2> 585479 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index/
   [junit4]   2> 585480 WARN  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 585480 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index
   [junit4]   2> 585481 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=1.3544921875, floorSegmentMB=0.7841796875, forceMergeDeletesPctAllowed=15.643386612215394, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 585683 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14708d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 585683 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 585685 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\
   [junit4]   2> 585686 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 585686 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 585686 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 585686 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 585687 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 585687 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 585687 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 585687 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 585687 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 585687 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 585687 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 585687 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 585692 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 585693 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 585694 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 585695 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 585699 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 585699 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 585700 WARN  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 585700 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 585700 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 585700 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 585703 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 585703 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 585703 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.863119083565023]
   [junit4]   2> 585703 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14708d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 585703 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 585703 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b19c64[collection1] main]
   [junit4]   2> 585704 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 585704 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 585704 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 585704 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 585794 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 586053 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 586053 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 586053 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 586053 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 586053 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 586053 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 586053 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 586053 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 586054 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1526271531784601600
   [junit4]   2> 586054 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 586054 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 586054 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 586054 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 586055 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 586055 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1526271531784601600
   [junit4]   2> 586055 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b19c64[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 586055 INFO  (coreLoadExecutor-1971-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 588290 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 588292 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 588295 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16bd9fb{/z,null,AVAILABLE}
   [junit4]   2> 588296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@746871{HTTP/1.1}{127.0.0.1:52426}
   [junit4]   2> 588296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.e.j.s.Server Started @588354ms
   [junit4]   2> 588296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z, hostPort=52426, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores}
   [junit4]   2> 588296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 588296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0'
   [junit4]   2> 588296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 588296 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 588297 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 588303 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores
   [junit4]   2> 588304 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer New CoreContainer 29525049
   [junit4]   2> 588304 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0]
   [junit4]   2> 588304 WARN  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\lib
   [junit4]   2> 588304 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 588306 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 588306 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 588306 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 588306 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 588306 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 588308 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores
   [junit4]   2> 588309 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\, configSet=collection1}
   [junit4]   2> 588309 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 588309 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 588309 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 588309 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 588309 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 588309 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 588310 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 588310 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 588310 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 588351 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 588356 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 588369 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 588374 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 588441 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 588448 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 588448 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 588453 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 588454 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 588455 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 588456 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 588462 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 588462 INFO  (coreLoadExecutor-1982-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 588462 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 588463 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 588463 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@117b830
   [junit4]   2> 588464 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data
   [junit4]   2> 588464 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index/
   [junit4]   2> 588465 WARN  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 588466 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index
   [junit4]   2> 588466 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=1.3544921875, floorSegmentMB=0.7841796875, forceMergeDeletesPctAllowed=15.643386612215394, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 588477 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ba96a9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 588477 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 588477 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\
   [junit4]   2> 588479 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 588479 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 588479 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 588479 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 588479 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 588479 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 588480 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 588480 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 588480 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 588480 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 588480 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 588480 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 588485 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588486 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588487 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588488 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588492 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 588494 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 588495 WARN  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 588495 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 588496 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 588496 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 588497 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 588497 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 588498 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.863119083565023]
   [junit4]   2> 588499 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ba96a9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 588499 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 588499 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@37046e[collection1] main]
   [junit4]   2> 588499 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 588499 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 588499 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 588499 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 588537 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 588607 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 588607 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 588607 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 588607 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 588607 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 588607 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 588607 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 588608 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 588608 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 588608 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1526271534462664704
   [junit4]   2> 588608 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 588608 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 588608 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 588609 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 588609 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@37046e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 588609 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1526271534462664704
   [junit4]   2> 588609 INFO  (coreLoadExecutor-1982-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 588870 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 588875 INFO  (qtp7818990-3987) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1526271534739488768)} 0 2
   [junit4]   2> 588878 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1526271534743683072)} 0 1
   [junit4]   2> 588882 INFO  (qtp7818990-3988) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[1 (1526271534748925952)]} 0 1
   [junit4]   2> 588885 INFO  (qtp11779585-4006) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[1 (1526271534752071680)]} 0 1
   [junit4]   2> 588889 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[2 (1526271534756265984)]} 0 0
   [junit4]   2> 588891 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[2 (1526271534759411712)]} 0 0
   [junit4]   2> 588895 INFO  (qtp7818990-3990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[3 (1526271534763606016)]} 0 0
   [junit4]   2> 588897 INFO  (qtp11779585-4008) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[3 (1526271534765703168)]} 0 0
   [junit4]   2> 588899 INFO  (qtp7818990-3991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[4 (1526271534767800320)]} 0 0
   [junit4]   2> 588901 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[4 (1526271534769897472)]} 0 0
   [junit4]   2> 588904 INFO  (qtp7818990-3992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[5 (1526271534773043200)]} 0 0
   [junit4]   2> 588907 INFO  (qtp11779585-4010) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[5 (1526271534776188928)]} 0 0
   [junit4]   2> 588909 INFO  (qtp7818990-3987) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[6 (1526271534778286080)]} 0 0
   [junit4]   2> 588911 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[6 (1526271534780383232)]} 0 0
   [junit4]   2> 588913 INFO  (qtp7818990-3988) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[7 (1526271534782480384)]} 0 0
   [junit4]   2> 588915 INFO  (qtp11779585-4006) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[7 (1526271534784577536)]} 0 0
   [junit4]   2> 588918 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[8 (1526271534787723264)]} 0 0
   [junit4]   2> 588920 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[8 (1526271534789820416)]} 0 0
   [junit4]   2> 588922 INFO  (qtp7818990-3990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[9 (1526271534791917568)]} 0 0
   [junit4]   2> 588925 INFO  (qtp11779585-4008) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[9 (1526271534795063296)]} 0 0
   [junit4]   2> 588927 INFO  (qtp7818990-3991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[10 (1526271534797160448)]} 0 0
   [junit4]   2> 588930 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[10 (1526271534800306176)]} 0 0
   [junit4]   2> 588932 INFO  (qtp7818990-3992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[12 (1526271534802403328)]} 0 0
   [junit4]   2> 588934 INFO  (qtp11779585-4010) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[12 (1526271534804500480)]} 0 0
   [junit4]   2> 588936 INFO  (qtp7818990-3987) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[13 (1526271534806597632)]} 0 0
   [junit4]   2> 588938 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[13 (1526271534808694784)]} 0 0
   [junit4]   2> 588940 INFO  (qtp7818990-3988) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[14 (1526271534810791936)]} 0 0
   [junit4]   2> 588944 INFO  (qtp11779585-4006) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[14 (1526271534813937664)]} 0 0
   [junit4]   2> 588946 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[15 (1526271534817083392)]} 0 0
   [junit4]   2> 588948 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[15 (1526271534819180544)]} 0 0
   [junit4]   2> 588950 INFO  (qtp7818990-3990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[16 (1526271534821277696)]} 0 0
   [junit4]   2> 588952 INFO  (qtp11779585-4008) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[16 (1526271534823374848)]} 0 0
   [junit4]   2> 588955 INFO  (qtp7818990-3991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[17 (1526271534826520576)]} 0 0
   [junit4]   2> 588957 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[17 (1526271534828617728)]} 0 0
   [junit4]   2> 588959 INFO  (qtp7818990-3992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[18 (1526271534830714880)]} 0 0
   [junit4]   2> 588961 INFO  (qtp11779585-4010) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[18 (1526271534832812032)]} 0 0
   [junit4]   2> 588963 INFO  (qtp7818990-3987) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[19 (1526271534834909184)]} 0 0
   [junit4]   2> 588966 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[19 (1526271534838054912)]} 0 0
   [junit4]   2> 588968 INFO  (qtp7818990-3988) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[20 (1526271534840152064)]} 0 0
   [junit4]   2> 588970 INFO  (qtp11779585-4006) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[20 (1526271534842249216)]} 0 0
   [junit4]   2> 588972 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[21 (1526271534844346368)]} 0 0
   [junit4]   2> 588974 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[21 (1526271534846443520)]} 0 0
   [junit4]   2> 588976 INFO  (qtp7818990-3990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[22 (1526271534848540672)]} 0 0
   [junit4]   2> 588979 INFO  (qtp11779585-4008) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[22 (1526271534851686400)]} 0 0
   [junit4]   2> 588981 INFO  (qtp7818990-3991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[23 (1526271534853783552)]} 0 0
   [junit4]   2> 588983 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[23 (1526271534855880704)]} 0 0
   [junit4]   2> 588985 INFO  (qtp7818990-3992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[24 (1526271534857977856)]} 0 0
   [junit4]   2> 588987 INFO  (qtp11779585-4010) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[24 (1526271534860075008)]} 0 0
   [junit4]   2> 588990 INFO  (qtp7818990-3987) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[25 (1526271534863220736)]} 0 0
   [junit4]   2> 588992 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[25 (1526271534865317888)]} 0 0
   [junit4]   2> 588994 INFO  (qtp7818990-3988) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[26 (1526271534867415040)]} 0 0
   [junit4]   2> 588996 INFO  (qtp11779585-4006) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={wt=javabin&version=2}{add=[26 (1526271534869512192)]} 0 0
   [junit4]   2> 588998 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 589057 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14708d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14708d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
   [junit4]   2> 589058 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 589060 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14ab1de[collection1] main]
   [junit4]   2> 589060 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 589060 INFO  (searcherExecutor-1972-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14ab1de[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c25)))}
   [junit4]   2> 589061 INFO  (qtp7818990-3989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 56
   [junit4]   2> 589064 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 589104 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ba96a9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ba96a9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
   [junit4]   2> 589105 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 589107 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cf5ab4[collection1] main]
   [junit4]   2> 589107 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 589108 INFO  (searcherExecutor-1983-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@cf5ab4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c25)))}
   [junit4]   2> 589108 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 39
   [junit4]   2> 589201 INFO  (qtp7818990-3990) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=*:*&qt=spellCheckCompRH&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&spellcheck.build=true&shards.qt=spellCheckCompRH} hits=25 status=0 QTime=81
   [junit4]   2> 589321 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={distrib=false&qt=spellCheckCompRH&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:52426/z/collection1&rows=10&version=2&spellcheck.build=true&shards.qt=spellCheckCompRH&spellcheck.extendedResults=false&q=*:*&spellcheck=true&NOW=1455565962875&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=5&wt=javabin} hits=25 status=0 QTime=49
   [junit4]   2> 589324 INFO  (qtp11779585-4010) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={distrib=false&qt=spellCheckCompRH&fl=id,lowerfilt&shards.purpose=64&shard.url=http://127.0.0.1:52426/z/collection1&version=2&spellcheck.build=true&shards.qt=spellCheckCompRH&spellcheck.extendedResults=false&q=*:*&spellcheck=false&NOW=1455565962875&spellcheck.onlyMorePopular=false&ids=1,2,3,4,5,6,7,8,9,10&isShard=true&spellcheck.count=1&wt=javabin} status=0 QTime=0
   [junit4]   2> 589332 INFO  (qtp11779585-4008) [    x:collection1] o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1 null
   [junit4]   2> 589332 INFO  (qtp11779585-4008) [    x:collection1] o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1 null
   [junit4]   2> 589332 INFO  (qtp11779585-4008) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=*:*&shards=http://127.0.0.1:52426/z/collection1&qt=spellCheckCompRH&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&spellcheck.build=true&shards.qt=spellCheckCompRH} hits=25 status=0 QTime=114
   [junit4]   2> 589349 INFO  (qtp7818990-3991) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=*:*&spellcheck.q=toyata&distrib=false&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&shards.qt=spellCheckCompRH_Direct} hits=25 status=0 QTime=11
   [junit4]   2> 589359 INFO  (qtp11779585-4006) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=[ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1&rows=10&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=false&q=*:*&spellcheck.q=toyata&spellcheck=true&NOW=1455565963025&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=5&wt=javabin} hits=25 status=0 QTime=3
   [junit4]   2> 589361 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,lowerfilt&shards.purpose=64&shard.url=[ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=false&q=*:*&spellcheck.q=toyata&spellcheck=false&NOW=1455565963025&spellcheck.onlyMorePopular=false&ids=1,2,3,4,5,6,7,8,9,10&isShard=true&spellcheck.count=1&wt=javabin} status=0 QTime=0
   [junit4]   2> 589361 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.h.c.SpellCheckComponent [ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1 {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}},originalTerms=[toyata]}
   [junit4]   2> 589361 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.h.c.SpellCheckComponent [ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1 null
   [junit4]   2> 589362 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=*:*&shards=[ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1&spellcheck.q=toyata&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&shards.qt=spellCheckCompRH_Direct} hits=25 status=0 QTime=7
   [junit4]   2> 589412 INFO  (qtp7818990-3992) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=*:*&spellcheck.q=toyata&distrib=false&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&group.field=id&shards.qt=spellCheckCompRH_Direct&group=true&spellcheck.extendedResults=true} hits=25 status=0 QTime=43
   [junit4]   2> 589483 INFO  (qtp11779585-4010) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={group.distributed.first=true&distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z&rows=10&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=toyata&spellcheck=true&NOW=1455565963092&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=5&wt=javabin&group.field=id&group=true} status=0 QTime=29
   [junit4]   2> 589512 INFO  (qtp11779585-4008) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z&rows=10&group.topgroups.id=1&group.topgroups.id=2&group.topgroups.id=3&group.topgroups.id=4&group.topgroups.id=5&group.topgroups.id=6&group.topgroups.id=7&group.topgroups.id=8&group.topgroups.id=9&group.topgroups.id=10&version=2&group.distributed.second=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=toyata&spellcheck=false&NOW=1455565963092&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=1&wt=javabin&group.field=id&group=true} status=0 QTime=11
   [junit4]   2> 589526 INFO  (qtp11779585-4006) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,lowerfilt,id&shards.purpose=64&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=toyata&spellcheck=false&NOW=1455565963092&spellcheck.onlyMorePopular=false&ids=1,2,3,4,5,6,7,8,9,10&isShard=true&spellcheck.count=1&wt=javabin&group.field=id} status=0 QTime=0
   [junit4]   2> 589533 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z {suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]}},correctlySpelled=false,originalTerms=[toyata]}
   [junit4]   2> 589533 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z null
   [junit4]   2> 589533 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z null
   [junit4]   2> 589533 INFO  (qtp11779585-4009) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=*:*&shards=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z&spellcheck.q=toyata&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&group.field=id&shards.qt=spellCheckCompRH_Direct&group=true&spellcheck.extendedResults=true} status=0 QTime=100
   [junit4]   2> 589537 INFO  (qtp7818990-3987) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=*:*&spellcheck.q=bluo&distrib=false&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&spellcheck.count=4&wt=javabin&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true} hits=25 status=0 QTime=1
   [junit4]   2> 589543 INFO  (qtp11779585-4005) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z&rows=10&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=bluo&spellcheck=true&NOW=1455565963211&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=5&wt=javabin} hits=25 status=0 QTime=1
   [junit4]   2> 589546 INFO  (qtp11779585-4010) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,lowerfilt&shards.purpose=64&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=bluo&spellcheck=false&NOW=1455565963211&spellcheck.onlyMorePopular=false&ids=1,2,3,4,5,6,7,8,9,10&isShard=true&spellcheck.count=4&wt=javabin} status=0 QTime=0
   [junit4]   2> 589546 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z {suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]}},correctlySpelled=true,originalTerms=[bluo]}
   [junit4]   2> 589546 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z null
   [junit4]   2> 589546 INFO  (qtp11779585-4007) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=*:*&shards=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z&spellcheck.q=bluo&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&spellcheck.count=4&wt=javabin&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true} hits=25 status=0 QTime=6
   [junit4]   2> 589566 INFO  (qtp7818990-3988) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/z path=/select params={q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&distrib=false&qt=spellCheckCompRH_Direct&spell

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

ctory [collection1]  webapp=null path=null params={}{commit=} 0 122
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SpellCheckComponentTest -Dtests.method=testNumericQuery -Dtests.seed=CE663401E02B24EE -Dtests.slow=true -Dtests.locale=is-IS -Dtests.timezone=Europe/Brussels -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.47s J1 | SpellCheckComponentTest.testNumericQuery <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CE663401E02B24EE:C54A63C17FE29841]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
   [junit4]    > 	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2076466 INFO  (SUITE-SpellCheckComponentTest-seed#[CE663401E02B24EE]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2076466 INFO  (SUITE-SpellCheckComponentTest-seed#[CE663401E02B24EE]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=18190413
   [junit4]   2> 2076467 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9edc67
   [junit4]   2> 2076467 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=24,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=112,cumulative_deletesById=0,cumulative_deletesByQuery=11,cumulative_errors=0}
   [junit4]   2> 2076467 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2076467 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2076467 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2076469 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2076469 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2076469 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 2076469 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\index
   [junit4]   2> 2076469 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\;done=false>>]
   [junit4]   2> 2076469 INFO  (coreCloseExecutor-6450-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=is-IS, timezone=Europe/Brussels
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-bit)/cpus=3,threads=1,free=163966064,total=531365888
   [junit4]   2> NOTE: All tests run in this JVM: [UniqFieldsUpdateProcessorFactoryTest, BufferStoreTest, TestLMJelinekMercerSimilarityFactory, DeleteStatusTest, TestMiniSolrCloudClusterSSL, TestShardHandlerFactory, TestBulkSchemaConcurrent, SuggesterTSTTest, ConnectionReuseTest, FieldAnalysisRequestHandlerTest, DistributedMLTComponentTest, TestDynamicFieldCollectionResource, TestJoin, SegmentsInfoRequestHandlerTest, LoggingHandlerTest, CSVRequestHandlerTest, BigEndianAscendingWordSerializerTest, SharedFSAutoReplicaFailoverUtilsTest, RAMDirectoryFactoryTest, NoCacheHeaderTest, TestFieldCollectionResource, DistributedQueueTest, TestJsonFacets, SpellPossibilityIteratorTest, SSLMigrationTest, CoreAdminHandlerTest, DistributedExpandComponentTest, ExplicitHLLTest, GraphQueryTest, TestSolrConfigHandlerConcurrent, TestSystemIdResolver, HLLSerializationTest, SynonymTokenizerTest, HdfsChaosMonkeySafeLeaderTest, TestNoOpRegenerator, DateMathParserTest, NotRequiredUniqueKeyTest, TestCollationField, CloudMLTQParserTest, LeaderFailoverAfterPartitionTest, TestSolr4Spatial, TestSchemaSimilarityResource, BasicZkTest, PluginInfoTest, SearchHandlerTest, TestSmileRequest, BadIndexSchemaTest, TestConfigSetProperties, TestUtils, CdcrVersionReplicationTest, BasicDistributedZk2Test, EnumFieldTest, TestSolrQueryParserResource, MinimalSchemaTest, SuggestComponentTest, FileBasedSpellCheckerTest, TestDynamicLoading, DistributedSuggestComponentTest, TestCloudPivotFacet, ShardRoutingCustomTest, HdfsDirectoryFactoryTest, DeleteInactiveReplicaTest, DataDrivenBlockJoinTest, TestIndexingPerformance, TestCharFilters, ForceLeaderTest, NumericFieldsTest, TestAtomicUpdateErrorCases, SolrIndexSplitterTest, TestTrie, TestTrackingShardHandlerFactory, TestCustomDocTransformer, TestDefaultStatsCache, TestAuthenticationFramework, HdfsWriteToMultipleCollectionsTest, TestRequestForwarding, DateRangeFieldTest, TestShortCircuitedRequests, OpenCloseCoreStressTest, MergeStrategyTest, DistributedQueryComponentCustomSortTest, TestCrossCoreJoin, TestFuzzyAnalyzedSuggestions, TestSQLHandler, BasicFunctionalityTest, DocExpirationUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, TestRealTimeGet, TestFastWriter, CurrencyFieldOpenExchangeTest, CollectionTooManyReplicasTest, MultiTermTest, RequestLoggingTest, TestStressRecovery, SmileWriterTest, TestConfigReload, AliasIntegrationTest, TestWriterPerf, TestFoldingMultitermQuery, AnalyticsQueryTest, DistributedIntervalFacetingTest, HighlighterConfigTest, CleanupOldIndexTest, TestSolrDeletionPolicy2, ResourceLoaderTest, TestMacros, RestartWhileUpdatingTest, FieldMutatingUpdateProcessorTest, DeleteReplicaTest, TestOmitPositions, TestSolrDynamicMBean, TestCloudManagedSchemaConcurrent, ResponseLogComponentTest, CheckHdfsIndexTest, TestRTimerTree, TestRebalanceLeaders, TestComplexPhraseQParserPlugin, TlogReplayBufferedWhileIndexingTest, TestLeaderInitiatedRecoveryThread, StatsComponentTest, TestCSVResponseWriter, TestManagedStopFilterFactory, SparseHLLTest, TestManagedResourceStorage, TestExactSharedStatsCache, RulesTest, TestFastOutputStream, TestQueryTypes, AnalysisErrorHandlingTest, TestSearcherReuse, DirectUpdateHandlerOptimizeTest, MultiThreadedOCPTest, DistanceFunctionTest, TestReload, TestCollationFieldDocValues, SortByFunctionTest, ConcurrentDeleteAndCreateCollectionTest, SuggesterTest, TestFieldTypeCollectionResource, TestSolrJ, TestSortingResponseWriter, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, AutoCommitTest, TestRecovery, TermVectorComponentDistributedTest, DistributedTermsComponentTest, SpellCheckComponentTest]
   [junit4] Completed [317/579 (2!)] on J1 in 9.82s, 11 tests, 2 errors <<< FAILURES!

[...truncated 853 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 3 errors, 127 ignored (82 assumptions) [seed: CE663401E02B24EE]

Total time: 78 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_72) - Build # 5620 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5620/
Java: 64bit/jdk1.8.0_72 -XX:-UseCompressedOops -XX:+UseSerialGC

6 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testMaximumResultsForSuggest

Error Message:
Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b49a00d still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b49a00d still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([E794965235D0F24B:6B991691FBFCAD06]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testMaximumResultsForSuggest(SpellCheckComponentTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testExtendedResultsCount

Error Message:
Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b49a00d still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b49a00d still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([E794965235D0F24B:D9A0B9EB10CD67AC]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testExtendedResultsCount(SpellCheckComponentTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([E794965235D0F24B:ECB8C192AA194EE4]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([E794965235D0F24B:AD98EB3F66DC5128]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit(SpellCheckComponentTest.java:267)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//arr[@name='suggestion'][.='lucenejava']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">352</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>

	request was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
	... 41 more


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([E794965235D0F24B:6FC0A9889B2C9FB3]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test

Error Message:
Error from server at http://127.0.0.1:55057/p_n/dw/collection1: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dbc0960 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55057/p_n/dw/collection1: Directory MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dbc0960 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([E794965235D0F24B:6FC0A9889B2C9FB3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11102 lines...]
   [junit4] Suite: org.apache.solr.handler.component.DistributedSpellCheckComponentTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001
   [junit4]   2> 1094830 INFO  (SUITE-DistributedSpellCheckComponentTest-seed#[E794965235D0F24B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1094830 INFO  (SUITE-DistributedSpellCheckComponentTest-seed#[E794965235D0F24B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /p_n/dw
   [junit4]   2> 1095343 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1095345 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1095346 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1931bd37{/p_n/dw,null,AVAILABLE}
   [junit4]   2> 1095348 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@74a4957e{HTTP/1.1}{127.0.0.1:55010}
   [junit4]   2> 1095348 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.e.j.s.Server Started @1098966ms
   [junit4]   2> 1095348 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/p_n/dw, hostPort=55010, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores}
   [junit4]   2> 1095348 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1095348 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control'
   [junit4]   2> 1095348 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1095348 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1095349 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\solr.xml
   [junit4]   2> 1095371 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores
   [junit4]   2> 1095371 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer New CoreContainer 1214438395
   [junit4]   2> 1095371 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control]
   [junit4]   2> 1095371 WARN  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\lib
   [junit4]   2> 1095372 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1095374 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1095375 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1095375 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1095375 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1095375 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1095377 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores
   [junit4]   2> 1095378 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\, configSet=collection1}
   [junit4]   2> 1095378 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1095378 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1095379 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1095380 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1095380 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1095380 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1095380 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1095381 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1095381 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1095420 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1095426 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1095440 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1095443 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1095512 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1095528 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1095529 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1095533 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1095535 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1095536 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1095537 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1095544 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1095544 INFO  (coreLoadExecutor-3917-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1095544 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 1095544 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 1095544 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a3f6e45
   [junit4]   2> 1095546 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data
   [junit4]   2> 1095547 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\index/
   [junit4]   2> 1095547 WARN  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1095548 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\index
   [junit4]   2> 1095548 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=92.94921875, floorSegmentMB=0.5830078125, forceMergeDeletesPctAllowed=13.246671846403311, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8253119292045654
   [junit4]   2> 1095603 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3761a6c0; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1095604 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1095606 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1095606 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1095606 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1095606 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1095606 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1095606 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1095607 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1095607 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1095607 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1095607 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1095607 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1095607 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1095635 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\
   [junit4]   2> 1095638 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095639 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095640 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095641 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095644 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1095644 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1095644 WARN  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1095645 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1095646 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1095646 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1095647 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1095647 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1095647 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1095648 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\control\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3761a6c0; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1095648 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1095648 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@564c9385[collection1] main]
   [junit4]   2> 1095648 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1095648 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1095648 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1095648 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1095661 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1095801 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1095802 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1095802 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1095802 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1095802 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1526231446284402688
   [junit4]   2> 1095802 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1095803 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1095803 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1095803 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1095803 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1095803 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1095804 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1095804 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1095804 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1095805 INFO  (searcherExecutor-3918-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@564c9385[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1095806 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 4.0ms to seed version buckets with highest version 1526231446284402688
   [junit4]   2> 1095806 INFO  (coreLoadExecutor-3917-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1096293 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1096295 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1096298 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4bfb0564{/p_n/dw,null,AVAILABLE}
   [junit4]   2> 1096298 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3663443c{HTTP/1.1}{127.0.0.1:55013}
   [junit4]   2> 1096298 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.e.j.s.Server Started @1099918ms
   [junit4]   2> 1096298 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/p_n/dw, hostPort=55013, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores}
   [junit4]   2> 1096299 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1096299 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0'
   [junit4]   2> 1096299 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1096299 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1096299 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 1096306 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores
   [junit4]   2> 1096306 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer New CoreContainer 35933051
   [junit4]   2> 1096306 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0]
   [junit4]   2> 1096307 WARN  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\lib
   [junit4]   2> 1096315 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1096318 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1096320 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1096320 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1096320 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1096320 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1096321 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores
   [junit4]   2> 1096323 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\, configSet=collection1}
   [junit4]   2> 1096323 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1096323 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1096325 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1096332 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1096333 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1096333 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1096333 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1096332 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1096337 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1096373 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1096379 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1096393 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1096397 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1096479 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1096485 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1096486 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1096489 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1096491 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1096492 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1096493 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1096499 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1096499 INFO  (coreLoadExecutor-3928-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1096499 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 1096499 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 1096499 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a3f6e45
   [junit4]   2> 1096501 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1\data
   [junit4]   2> 1096501 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1\data\index/
   [junit4]   2> 1096502 WARN  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1096502 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1\data\index
   [junit4]   2> 1096503 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=92.94921875, floorSegmentMB=0.5830078125, forceMergeDeletesPctAllowed=13.246671846403311, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8253119292045654
   [junit4]   2> 1096665 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51ab79ea; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1096665 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1096669 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1096674 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1096674 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1\data\
   [junit4]   2> 1096675 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1096676 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1096676 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1096681 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1096682 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1096683 WARN  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1096683 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1096684 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1096684 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1096685 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1096685 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1096685 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1096686 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_E794965235D0F24B-001\tempDir-001\shard0\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51ab79ea; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1096686 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1096686 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5424c1ac[collection1] main]
   [junit4]   2> 1096686 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1096686 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1096686 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1096686 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1096726 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1096894 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1096894 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1096894 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1096894 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1096894 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1096894 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1096894 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1096895 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1096895 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1526231447430496256
   [junit4]   2> 1096895 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1096896 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1096896 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1096896 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1526231447430496256
   [junit4]   2> 1096897 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1096897 INFO  (coreLoadExecutor-3928-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1096897 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1096897 INFO  (searcherExecutor-3929-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5424c1ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1097348 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[E794965235D0F24B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1097355 INFO  (qtp1133245997-8975) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1526231447910744064)} 0 2
   [junit4]   2> 1097370 INFO  (qtp12865603-8992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1526231447925424128)} 0 2
   [junit4]   2> 1097373 INFO  (qtp1133245997-8973) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[1 (1526231447930667008)]} 0 1
   [junit4]   2> 1097377 INFO  (qtp12865603-8994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[1 (1526231447933812736)]} 0 1
   [junit4]   2> 1097379 INFO  (qtp1133245997-8977) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[2 (1526231447938007040)]} 0 0
   [junit4]   2> 1097383 INFO  (qtp12865603-8993) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[2 (1526231447941152768)]} 0 0
   [junit4]   2> 1097385 INFO  (qtp1133245997-8978) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[3 (1526231447944298496)]} 0 0
   [junit4]   2> 1097387 INFO  (qtp12865603-8995) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[3 (1526231447946395648)]} 0 0
   [junit4]   2> 1097411 INFO  (qtp1133245997-8976) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[4 (1526231447971561472)]} 0 0
   [junit4]   2> 1097415 INFO  (qtp12865603-8997) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[4 (1526231447974707200)]} 0 0
   [junit4]   2> 1097417 INFO  (qtp1133245997-8974) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[5 (1526231447977852928)]} 0 0
   [junit4]   2> 1097419 INFO  (qtp12865603-8996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[5 (1526231447979950080)]} 0 0
   [junit4]   2> 1097421 INFO  (qtp1133245997-8975) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[6 (1526231447982047232)]} 0 0
   [junit4]   2> 1097423 INFO  (qtp12865603-8992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[6 (1526231447984144384)]} 0 0
   [junit4]   2> 1097425 INFO  (qtp1133245997-8973) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[7 (1526231447986241536)]} 0 0
   [junit4]   2> 1097427 INFO  (qtp12865603-8994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[7 (1526231447988338688)]} 0 0
   [junit4]   2> 1097429 INFO  (qtp1133245997-8977) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[8 (1526231447990435840)]} 0 0
   [junit4]   2> 1097431 INFO  (qtp12865603-8993) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[8 (1526231447992532992)]} 0 0
   [junit4]   2> 1097433 INFO  (qtp1133245997-8978) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[9 (1526231447994630144)]} 0 0
   [junit4]   2> 1097436 INFO  (qtp12865603-8995) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[9 (1526231447997775872)]} 0 0
   [junit4]   2> 1097438 INFO  (qtp1133245997-8976) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[10 (1526231447999873024)]} 0 0
   [junit4]   2> 1097441 INFO  (qtp12865603-8997) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[10 (1526231448001970176)]} 0 0
   [junit4]   2> 1097444 INFO  (qtp1133245997-8974) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[12 (1526231448006164480)]} 0 0
   [junit4]   2> 1097446 INFO  (qtp12865603-8996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[12 (1526231448008261632)]} 0 0
   [junit4]   2> 1097448 INFO  (qtp1133245997-8975) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[13 (1526231448010358784)]} 0 0
   [junit4]   2> 1097450 INFO  (qtp12865603-8992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[13 (1526231448012455936)]} 0 0
   [junit4]   2> 1097452 INFO  (qtp1133245997-8973) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[14 (1526231448014553088)]} 0 0
   [junit4]   2> 1097454 INFO  (qtp12865603-8994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[14 (1526231448016650240)]} 0 0
   [junit4]   2> 1097456 INFO  (qtp1133245997-8977) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[15 (1526231448018747392)]} 0 0
   [junit4]   2> 1097458 INFO  (qtp12865603-8993) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[15 (1526231448020844544)]} 0 0
   [junit4]   2> 1097460 INFO  (qtp1133245997-8978) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[16 (1526231448022941696)]} 0 0
   [junit4]   2> 1097470 INFO  (qtp12865603-8995) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[16 (1526231448033427456)]} 0 0
   [junit4]   2> 1097478 INFO  (qtp1133245997-8976) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[17 (1526231448041816064)]} 0 0
   [junit4]   2> 1097483 INFO  (qtp12865603-8997) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[17 (1526231448047058944)]} 0 0
   [junit4]   2> 1097485 INFO  (qtp1133245997-8974) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[18 (1526231448049156096)]} 0 0
   [junit4]   2> 1097487 INFO  (qtp12865603-8996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[18 (1526231448051253248)]} 0 0
   [junit4]   2> 1097490 INFO  (qtp1133245997-8975) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[19 (1526231448054398976)]} 0 0
   [junit4]   2> 1097499 INFO  (qtp12865603-8992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[19 (1526231448063836160)]} 0 0
   [junit4]   2> 1097501 INFO  (qtp1133245997-8973) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[20 (1526231448065933312)]} 0 0
   [junit4]   2> 1097503 INFO  (qtp12865603-8994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[20 (1526231448068030464)]} 0 0
   [junit4]   2> 1097505 INFO  (qtp1133245997-8977) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[21 (1526231448070127616)]} 0 0
   [junit4]   2> 1097508 INFO  (qtp12865603-8993) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[21 (1526231448073273344)]} 0 0
   [junit4]   2> 1097511 INFO  (qtp1133245997-8978) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add=[22 (1526231448076419072)]} 0 0
   [junit4]   2> 1097513 INFO  (qtp12865603-8995) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/p_n/dw path=/update params={wt=javabin&version=2}{add

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

INFO  (searcherExecutor-6459-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1760246 INFO  (searcherExecutor-6459-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1760257 INFO  (searcherExecutor-6459-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1760269 INFO  (searcherExecutor-6459-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5789bc24[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1760269 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[E794965235D0F24B]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 65
   [junit4]   2> 1760270 INFO  (SUITE-SpellCheckComponentTest-seed#[E794965235D0F24B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1760270 INFO  (SUITE-SpellCheckComponentTest-seed#[E794965235D0F24B]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1514229771
   [junit4]   2> 1760271 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ea66eb1
   [junit4]   2> 1760271 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=24,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=112,cumulative_deletesById=0,cumulative_deletesByQuery=11,cumulative_errors=0}
   [junit4]   2> 1760271 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1760271 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1760271 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1760272 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1760272 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1760272 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1760272 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\
   [junit4]   2> 1760272 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1760272 INFO  (coreCloseExecutor-6463-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001\init-core-data-001\index
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_E794965235D0F24B-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=nl-NL, timezone=Europe/Zurich
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=219114080,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestJettySolrRunner, ResponseLogComponentTest, TestFreeTextSuggestions, AtomicUpdatesTest, TestManagedStopFilterFactory, AutoCommitTest, ExplicitHLLTest, TestSmileRequest, HdfsSyncSliceTest, TestTrackingShardHandlerFactory, NoCacheHeaderTest, DistribDocExpirationUpdateProcessorTest, TestFieldSortValues, TestSolrQueryParserResource, SpellPossibilityIteratorTest, TestManagedResourceStorage, SparseHLLTest, TestLMJelinekMercerSimilarityFactory, DefaultValueUpdateProcessorTest, TestConfigSetsAPIZkFailure, TestShortCircuitedRequests, OpenCloseCoreStressTest, TestStandardQParsers, VMParamsZkACLAndCredentialsProvidersTest, ConcurrentDeleteAndCreateCollectionTest, LukeRequestHandlerTest, TestExactSharedStatsCache, DeleteInactiveReplicaTest, NotRequiredUniqueKeyTest, OpenExchangeRatesOrgProviderTest, SolrPluginUtilsTest, TestFastOutputStream, SpatialHeatmapFacetsTest, MultiTermTest, TestQueryUtils, TlogReplayBufferedWhileIndexingTest, TestBadConfig, WordBreakSolrSpellCheckerTest, SuggesterWFSTTest, MinimalSchemaTest, TestAuthenticationFramework, HighlighterMaxOffsetTest, SearchHandlerTest, SSLMigrationTest, TestExceedMaxTermLength, SuggesterTest, SolrCmdDistributorTest, TestCollationField, CopyFieldTest, TestSolrJ, StatsComponentTest, ConnectionManagerTest, BadIndexSchemaTest, TestSerializedLuceneMatchVersion, SegmentsInfoRequestHandlerTest, VersionInfoTest, TestSchemaSimilarityResource, HdfsRecoveryZkTest, OverseerRolesTest, TestFieldTypeCollectionResource, TestSearcherReuse, EnumFieldTest, DistributedQueryComponentCustomSortTest, TestPerFieldSimilarity, TestReload, TestCharFilters, TestBlendedInfixSuggestions, DirectSolrConnectionTest, SolrIndexSplitterTest, CdcrVersionReplicationTest, TestNonDefinedSimilarityFactory, CollectionTooManyReplicasTest, AsyncCallRequestStatusResponseTest, TestCrossCoreJoin, InfoHandlerTest, TestDistribDocBasedVersion, QueryParsingTest, BigEndianAscendingWordSerializerTest, ConvertedLegacyTest, TestPHPSerializedResponseWriter, TestPerFieldSimilarityWithDefaultOverride, DebugComponentTest, TestIndexingPerformance, BasicDistributedZk2Test, TestNoOpRegenerator, TestMaxScoreQueryParser, SmileWriterTest, TestIndexSearcher, FieldMutatingUpdateProcessorTest, ZkNodePropsTest, HdfsChaosMonkeySafeLeaderTest, HdfsTlogReplayBufferedWhileIndexingTest, TestSolrConfigHandlerConcurrent, TestShardHandlerFactory, DocExpirationUpdateProcessorFactoryTest, CloudMLTQParserTest, TestRTimerTree, UniqFieldsUpdateProcessorFactoryTest, ParsingFieldUpdateProcessorsTest, RequestLoggingTest, LeaderInitiatedRecoveryOnShardRestartTest, TestOrdValues, TestCloudPivotFacet, TestExclusionRuleCollectionAccess, DistributedSuggestComponentTest, DistributedFacetPivotLongTailTest, TestTrie, TestDistributedMissingSort, TestNRTOpen, TestQueryTypes, SortSpecParsingTest, TestTrieFacet, TestMiniSolrCloudClusterBase, CdcrReplicationHandlerTest, LeaderFailoverAfterPartitionTest, SolrCloudExampleTest, RestartWhileUpdatingTest, DateRangeFieldTest, SpellCheckCollatorTest, TestValueSourceCache, ShardRoutingCustomTest, SuggesterTSTTest, HdfsLockFactoryTest, TestRandomFaceting, TestUtils, TestRangeQuery, ZkStateWriterTest, MergeStrategyTest, SignatureUpdateProcessorFactoryTest, TestSchemaNameResource, ShardSplitTest, FieldAnalysisRequestHandlerTest, DistanceFunctionTest, CollectionsAPIDistributedZkTest, DeleteReplicaTest, TestJsonFacets, TestClassicSimilarityFactory, TestSolrQueryParser, TestSha256AuthenticationProvider, HdfsBasicDistributedZkTest, DirectUpdateHandlerOptimizeTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, TestZkChroot, TestDistributedGrouping, TestRecovery, TestHashPartitioner, TestRealTimeGet, TestStressReorder, HardAutoCommitTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest]
   [junit4] Completed [318/579 (2!)] on J1 in 8.07s, 11 tests, 5 errors <<< FAILURES!

[...truncated 847 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 6 errors, 127 ignored (82 assumptions) [seed: E794965235D0F24B]

Total time: 65 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_72) - Build # 5619 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5619/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseG1GC

6 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testExtendedResultsCount

Error Message:
Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18a1de4 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18a1de4 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([121703D1875F99BB:2C232C68A2420C5C]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testExtendedResultsCount(SpellCheckComponentTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([121703D1875F99BB:9A433C0B29A3F443]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testCollate

Error Message:
Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18a1de4 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
java.lang.IllegalArgumentException: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18a1de4 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([121703D1875F99BB:D8365AE52DA7A4D0]:0)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:767)
	at org.apache.lucene.search.spell.SpellChecker.clearIndex(SpellChecker.java:455)
	at org.apache.solr.spelling.IndexBasedSpellChecker.build(IndexBasedSpellChecker.java:87)
	at org.apache.solr.handler.component.SpellCheckComponent.prepare(SpellCheckComponent.java:131)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:246)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testCollate(SpellCheckComponentTest.java:171)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([121703D1875F99BB:193B541118962514]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([121703D1875F99BB:581B7EBCD4533AD8]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit(SpellCheckComponentTest.java:267)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//arr[@name='suggestion'][.='lucenejava']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">392</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>

	request was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
	... 41 more


FAILED:  org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test

Error Message:
Error from server at http://127.0.0.1:52758/_vzq/w/collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_121703D1875F99BB-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1838be0 still has pending deleted files; cannot initialize IndexWriter

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52758/_vzq/w/collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_121703D1875F99BB-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1838be0 still has pending deleted files; cannot initialize IndexWriter
	at __randomizedtesting.SeedInfo.seed([121703D1875F99BB:9A433C0B29A3F443]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10506 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001
   [junit4]   2> 397552 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 397554 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 397554 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 397554 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 397555 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 397556 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 397556 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 397637 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 397642 WARN  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 397642 WARN  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 397642 WARN  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 397643 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 397677 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 397687 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 397823 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 397834 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 397835 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 397843 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 397845 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 397849 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 397849 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 397849 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 397850 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 397850 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 397850 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 397850 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 397850 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 28935371
   [junit4]   2> 397850 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 397850 WARN  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 397850 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 397854 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 397855 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 397855 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 397855 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 397855 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 397858 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001, shard=shard1}
   [junit4]   2> 397858 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 397858 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 397858 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 397859 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 397859 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 397887 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 397891 WARN  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 397891 WARN  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 397891 WARN  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 397892 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 397903 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 397912 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 398020 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 398025 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 398026 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 398032 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 398035 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 398037 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 398037 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 398044 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 398044 INFO  (coreLoadExecutor-1249-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 398045 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 398045 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\]
   [junit4]   2> 398045 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 398045 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\
   [junit4]   2> 398045 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\index/
   [junit4]   2> 398045 WARN  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 398046 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\index
   [junit4]   2> 398046 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=352516754, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 398046 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_1,generation=1}
   [junit4]   2> 398046 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 398046 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_121703D1875F99BB-001\init-core-data-001\
   [junit4]   2> 398047 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 398052 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 398054 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 398054 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 398056 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 398058 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/admin/ping,/update,/admin/file
   [junit4]   2> 398059 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 398059 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 398059 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 398060 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=72.2578125, floorSegmentMB=1.912109375, forceMergeDeletesPctAllowed=2.356053547903435, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 398060 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_1,generation=1}
   [junit4]   2> 398060 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 398060 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@13969fb[collection1] main]
   [junit4]   2> 398061 WARN  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 398061 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 398061 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 398061 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 398061 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 398181 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 398313 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 398348 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 398348 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 398425 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 398425 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 398425 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 398498 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 398579 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 398590 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 398590 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 398590 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 398591 INFO  (coreLoadExecutor-1249-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 398592 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 398592 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 398592 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 398592 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 398592 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 398593 INFO  (SUITE-SpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 398593 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 398593 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 398594 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 398594 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 398596 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 398597 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
   [junit4]   2> 398597 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 398597 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 398597 INFO  (searcherExecutor-1250-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13969fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 398599 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 2
   [junit4]   2> 398607 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 398608 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 398609 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 398609 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 398610 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 398611 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 398612 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 398612 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 398613 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 398613 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 398655 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_2,generation=2}
   [junit4]   2> 398656 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 398698 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@133f711[collection1] main]
   [junit4]   2> 398699 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 398699 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 398802 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 398827 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 399000 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 399001 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 399146 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 399312 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 399432 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@133f711[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 399432 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 907
   [junit4]   2> 399438 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=5
   [junit4]   2> 399440 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=0
   [junit4]   2> 399500 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=67
   [junit4]   2> 399500 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
   [junit4]   2> 399501 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 399501 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 399501 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 399502 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_3,generation=3}
   [junit4]   2> 399502 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 399502 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ccab93[collection1] main]
   [junit4]   2> 399502 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 399502 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 399544 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 399592 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 399647 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 399647 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 399686 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 399720 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 399777 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ccab93[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 399778 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 306
   [junit4]   2> 399781 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaximumResultsForSuggest
   [junit4]   2> 399782 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 399784 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 399784 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 399785 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 399786 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 399787 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 399787 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 399788 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 399788 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 399789 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 399790 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 399796 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_4,generation=4}
   [junit4]   2> 399796 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 399797 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@107fd1a[collection1] main]
   [junit4]   2> 399797 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 399797 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 399955 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 399995 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 400106 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 400106 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 400203 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 400295 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 400406 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@107fd1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c10)))}
   [junit4]   2> 400406 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 693
   [junit4]   2> 400520 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=7&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=125
   [junit4]   2> 400688 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=6&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=184
   [junit4]   2> 400689 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":184},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.886Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.886Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.887Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.888Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.888Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.881Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.884Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=6&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false
   [junit4]   2> 400907 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.90&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=242
   [junit4]   2> 401087 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.80&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=199
   [junit4]   2> 401088 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":199},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.886Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.886Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.887Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.888Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.888Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.881Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.884Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.80&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false
   [junit4]   2> 401244 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.70&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.maxResultsForSuggest.fq=id:[0+TO+9]&spellcheck.extendedResults=false} hits=7 status=0 QTime=174
   [junit4]   2> 401386 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.64&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.maxResultsForSuggest.fq=lowerfilt:th*&spellcheck.extendedResults=false} hits=7 status=0 QTime=156
   [junit4]   2> 401387 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":156},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.886Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.886Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.887Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.888Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.888Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.881Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-02-14T21:52:51.884Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.64&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.maxResultsForSuggest.fq=lowerfilt:th*&spellcheck.extendedResults=false
   [junit4]   2> 401388 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaximumResultsForSuggest
   [junit4]   2> 401388 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 401388 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 401389 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 401389 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@ba6f45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a19d),segFN=segments_5,generation=5}
   [junit4]   2> 401389 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 401389 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@16b1d41[collection1] main]
   [junit4]   2> 401390 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 401390 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 401426 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 401466 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 401522 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 401522 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 401563 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 401671 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 401754 INFO  (searcherExecutor-1250-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16b1d41[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 401755 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 404
   [junit4]   2> 401756 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[121703D1875F99BB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
   [junit4]   2> 401757 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 401758 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 401759 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 401759 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 401760 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 401760 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[121703D1875F99BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 401761 INFO  (TEST-SpellCheckComponentTest.testReloadO

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

ponent.DistributedSpellCheckComponentTest_121703D1875F99BB-001\tempDir-001\shard1\cores\collection1\data
   [junit4]   2> 1528576 INFO  (coreCloseExecutor-5342-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_121703D1875F99BB-001\tempDir-001\shard1\cores\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_121703D1875F99BB-001\tempDir-001\shard1\cores\collection1\data\index;done=false>>]
   [junit4]   2> 1528577 INFO  (coreCloseExecutor-5342-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_121703D1875F99BB-001\tempDir-001\shard1\cores\collection1\data\index
   [junit4]   2> 1528577 INFO  (TEST-DistributedSpellCheckComponentTest.test-seed#[121703D1875F99BB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d1b04e{/_vzq/w,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedSpellCheckComponentTest -Dtests.method=test -Dtests.seed=121703D1875F99BB -Dtests.slow=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Etc/GMT+4 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   8.83s J0 | DistributedSpellCheckComponentTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52758/_vzq/w/collection1: Directory SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_121703D1875F99BB-001\tempDir-001\control\cores\collection1\data\spellchecker1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1838be0 still has pending deleted files; cannot initialize IndexWriter
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([121703D1875F99BB:9A433C0B29A3F443]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1528584 INFO  (SUITE-DistributedSpellCheckComponentTest-seed#[121703D1875F99BB]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_121703D1875F99BB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {start1=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l_dv=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=Asserting), lowerfilt1and2=PostingsFormat(name=Memory doPackFST= false), end4=PostingsFormat(name=LuceneVarGapDocFreqInterval), end3=PostingsFormat(name=Memory doPackFST= false), end2=PostingsFormat(name=Direct), end1=PostingsFormat(name=Asserting), lowerfilt=PostingsFormat(name=Memory doPackFST= false), gram1=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), range_facet_i_dv=PostingsFormat(name=Asserting), gram2=PostingsFormat(name=Direct), gram3=PostingsFormat(name=Memory doPackFST= false), start3=PostingsFormat(name=Direct), gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval), start2=PostingsFormat(name=Memory doPackFST= false), word=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting), start4=PostingsFormat(name=Asserting)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Etc/GMT+4
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 (32-bit)/cpus=3,threads=1,free=47340832,total=301989888
   [junit4]   2> NOTE: All tests run in this JVM: [JsonLoaderTest, DirectSolrSpellCheckerTest, SyncSliceTest, SchemaVersionSpecificBehaviorTest, SampleTest, ReturnFieldsTest, TestSolrConfigHandler, TestAddFieldRealTimeGet, SoftAutoCommitTest, TestLRUCache, TestSurroundQueryParser, TestReplicationHandlerBackup, SOLR749Test, TestSimpleQParserPlugin, CollectionsAPIAsyncDistributedZkTest, TestInitQParser, TestCoreContainer, DisMaxRequestHandlerTest, TestSolrQueryParserDefaultOperatorResource, TestUseDocValuesAsStored, DistribCursorPagingTest, StressHdfsTest, TestCloudManagedSchema, HdfsBasicDistributedZk2Test, CurrencyFieldXmlFileTest, OverseerTest, PreAnalyzedUpdateProcessorTest, LeaderInitiatedRecoveryOnCommitTest, TestLazyCores, CdcrUpdateLogTest, DistributedFacetPivotLargeTest, TestPostingsSolrHighlighter, TestHighFrequencyDictionaryFactory, TestCursorMarkWithoutUniqueKey, WrapperMergePolicyFactoryTest, ScriptEngineTest, TestPseudoReturnFields, TestStressUserVersions, TestElisionMultitermQuery, HardAutoCommitTest, TestXmlQParser, TestStressLucene, CdcrReplicationDistributedZkTest, QueryElevationComponentTest, SuggesterFSTTest, JavabinLoaderTest, IndexSchemaTest, TestDocumentBuilder, UnloadDistributedZkTest, BitVectorTest, TestPivotHelperCode, TestReplicaProperties, DocumentBuilderTest, SaslZkACLProviderTest, HighlighterTest, TestExactStatsCache, TestMissingGroups, TestSolrQueryResponse, TestRemoteStreaming, TestDefaultSearchFieldResource, SimpleCollectionCreateDeleteTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestSolrConfigHandlerCloud, TestConfigSets, TestReplicationHandler, ChangedSchemaMergeTest, SliceStateTest, TestReRankQParserPlugin, TestArbitraryIndexDir, SolrTestCaseJ4Test, CachingDirectoryFactoryTest, TestManagedResource, XsltUpdateRequestHandlerTest, DistributedFacetPivotSmallAdvancedTest, CoreAdminCreateDiscoverTest, TestSweetSpotSimilarityFactory, HdfsChaosMonkeyNothingIsSafeTest, ZkControllerTest, BadComponentTest, ChaosMonkeyNothingIsSafeTest, TestReloadAndDeleteDocs, TestUpdate, URLClassifyProcessorTest, CoreMergeIndexesAdminHandlerTest, TestRandomRequestDistribution, JSONWriterTest, TestDFRSimilarityFactory, HdfsRestartWhileUpdatingTest, AsyncMigrateRouteKeyTest, TestConfig, RequiredFieldsTest, HdfsThreadLeakTest, TestCloudSchemaless, CustomCollectionTest, HdfsRecoverLeaseTest, DocValuesMissingTest, SpatialFilterTest, TermsComponentTest, SimplePostToolTest, DistribJoinFromCollectionTest, TestSolrXml, TestIBSimilarityFactory, TestCollapseQParserPlugin, QueryEqualityTest, CdcrRequestHandlerTest, DirectUpdateHandlerTest, DocValuesMultiTest, UpdateParamsTest, TestSchemaResource, SolrIndexConfigTest, ShardRoutingTest, TestFaceting, HdfsUnloadDistributedZkTest, TestStressVersions, UUIDUpdateProcessorFallbackTest, PeerSyncTest, SystemInfoHandlerTest, AssignTest, TestSort, TestLMDirichletSimilarityFactory, UUIDFieldTest, TestOverriddenPrefixQueryForCustomFieldType, TestLuceneMatchVersion, TestDistributedSearch, TestPerFieldSimilarityClassic, BlockJoinFacetSimpleTest, TestFilteredDocIdSet, TestDocBasedVersionConstraints, AnalysisAfterCoreReloadTest, DistributedSpellCheckComponentTest]
   [junit4] Completed [278/579 (2!)] on J0 in 8.86s, 1 test, 1 error <<< FAILURES!

[...truncated 976 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 6 errors, 127 ignored (82 assumptions) [seed: 121703D1875F99BB]

Total time: 74 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any