: Something on 4.x changed in the last ~24 hours or so has started causing
: all solr "Suggest" based tests to fail reliably, regardless of seed...
Hmmm... this fauses several failures for me everytime...
ant test -Dtests.class=\*Suggest\*
But try any indiividual "reproduce with" line from those failures and they
pass.
A quick poke at the code suggests that there is a problem of leaking
write locks between tests?
There's some stupid exception handling in the solr factories thats masking
the root problem by just throwing "new RuntimeException()", but it seems
to be that in all the failures the calls like this...
return new BlendedInfixSuggester(core.getSolrConfig().luceneMatchVersion,
FSDirectory.open(new File(indexPath)),
indexAnalyzer, queryAnalyzer,
minPrefixChars,
blenderType, numFactor, true);
...are throwing IOExceptions due ot write.lock failures
[junit4] > Caused by:
org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out:
NativeFSLock@/home/hossman/lucene/4x_dev/solr/build/solr-core/test/J1/blendedInfixDir1/write.lock
[junit4] > at
org.apache.lucene.store.Lock.obtain(Lock.java:89)
[junit4] > at
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:756)
[junit4] > at
org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.<init>(AnalyzingInfixSuggester.java:185)
[junit4] > at
org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester.<init>(BlendedInfixSuggester.java:115)
[junit4] > at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:97)
[junit4] > ... 12 more
...which smells like SOLR-6246, except that these tests aren't doing core
reloads -- so who's got the write lock?
Looking at recent commits, LUCENE-5889 seems like the most likeley culprit
for potentially introducing a related bug -- when i reverted it on 4x
("svn merge -c -1619636 ." as of r1619866) these tests started passing
again.
:
: cd solr/core && ant test -Dtests.class=\*Suggest\*
: ...
: [junit4] Tests with failures:
: [junit4] - org.apache.solr.spelling.suggest.TestAnalyzedSuggestions
(suite)
: [junit4] - org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions
(suite)
: [junit4] - org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions
(suite)
: [junit4] - org.apache.solr.spelling.suggest.TestPhraseSuggestions (suite)
:
:
: The common problem seems to be related to SolrCore init? ...
:
: org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: null
: ...
: Caused by: java.lang.RuntimeException
: at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
:
:
: ...anybody have any idea what happened here?
:
:
:
:
:
:
:
: : Date: Fri, 22 Aug 2014 15:09:03 +0000 (UTC)
: : From: Apache Jenkins Server <[email protected]>
: : Reply-To: [email protected]
: : To: [email protected]
: : Subject: [JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 2066 - Failure
: :
: : Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/2066/
: :
: : 7 tests failed.
: : FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.MultiThreadedOCPTest
: :
: : Error Message:
: : 1 thread leaked from SUITE scope at
org.apache.solr.cloud.MultiThreadedOCPTest: 1) Thread[id=5295,
name=OverseerThreadFactory-2312-thread-5, state=TIMED_WAITING, group=Overseer
collection creation process.] at java.lang.Thread.sleep(Native Method)
at
org.apache.solr.cloud.OverseerCollectionProcessor.waitForCoreNodeName(OverseerCollectionProcessor.java:1621)
at
org.apache.solr.cloud.OverseerCollectionProcessor.splitShard(OverseerCollectionProcessor.java:1503)
at
org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:565)
at
org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2623)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
: :
: : Stack Trace:
: : com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from
SUITE scope at org.apache.solr.cloud.MultiThreadedOCPTest:
: : 1) Thread[id=5295, name=OverseerThreadFactory-2312-thread-5,
state=TIMED_WAITING, group=Overseer collection creation process.]
: : at java.lang.Thread.sleep(Native Method)
: : at
org.apache.solr.cloud.OverseerCollectionProcessor.waitForCoreNodeName(OverseerCollectionProcessor.java:1621)
: : at
org.apache.solr.cloud.OverseerCollectionProcessor.splitShard(OverseerCollectionProcessor.java:1503)
: : at
org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:565)
: : at
org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2623)
: : at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : at java.lang.Thread.run(Thread.java:745)
: : at __randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: :
: :
: : REGRESSION: org.apache.solr.cloud.OverseerTest.testOverseerFailure
: :
: : Error Message:
: : Could not register as the leader because creating the ephemeral
registration node in ZooKeeper failed
: :
: : Stack Trace:
: : org.apache.solr.common.SolrException: Could not register as the leader
because creating the ephemeral registration node in ZooKeeper failed
: : at
__randomizedtesting.SeedInfo.seed([41A319E125435502:45AB961237E6BA23]:0)
: : at
org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:150)
: : at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
: : at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
: : at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
: : at
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
: : at
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
: : at
org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:157)
: : at
org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:662)
: : at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: : at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
: : at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: : at java.lang.reflect.Method.invoke(Method.java:606)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: : at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
: : at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
: : at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: : at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
: : at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: : at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: : at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: : at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
: : at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: : at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: : at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: : at java.lang.Thread.run(Thread.java:745)
: : Caused by: org.apache.solr.common.SolrException:
org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode =
NodeExists for /collections/collection1/leaders/shard1
: : at
org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:40)
: : at
org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:137)
: : ... 48 more
: : Caused by: org.apache.zookeeper.KeeperException$NodeExistsException:
KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
: : at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
: : at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
: : at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
: : at
org.apache.solr.common.cloud.SolrZkClient$11.execute(SolrZkClient.java:462)
: : at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
: : at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:459)
: : at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:416)
: : at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:403)
: : at
org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:142)
: : at
org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:34)
: : ... 49 more
: :
: :
: : FAILED:
junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions
: :
: : Error Message:
: : SolrCore 'collection1' is not available due to init failure: null
: :
: : Stack Trace:
: : org.apache.solr.common.SolrException: SolrCore 'collection1' is not
available due to init failure: null
: : at __randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: : at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
: : at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
: : at
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
: : at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
: : at
org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions.beforeClass(TestAnalyzeInfixSuggestions.java:33)
: : at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: : at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
: : at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: : at java.lang.reflect.Method.invoke(Method.java:606)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: : at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: : at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
: : at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: : at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: : at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: : at java.lang.Thread.run(Thread.java:745)
: : Caused by: org.apache.solr.common.SolrException
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : at java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : ... 1 more
: : Caused by: java.lang.RuntimeException
: : at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : ... 8 more
: :
: :
: : FAILED:
junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestFileDictionaryLookup
: :
: : Error Message:
: : SolrCore 'collection1' is not available due to init failure: null
: :
: : Stack Trace:
: : org.apache.solr.common.SolrException: SolrCore 'collection1' is not
available due to init failure: null
: : at __randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: : at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
: : at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
: : at
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
: : at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
: : at
org.apache.solr.spelling.suggest.TestFileDictionaryLookup.beforeClass(TestFileDictionaryLookup.java:30)
: : at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: : at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
: : at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: : at java.lang.reflect.Method.invoke(Method.java:606)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: : at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: : at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
: : at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: : at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: : at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: : at java.lang.Thread.run(Thread.java:745)
: : Caused by: org.apache.solr.common.SolrException
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : at java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : ... 1 more
: : Caused by: java.lang.RuntimeException
: : at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : ... 8 more
: :
: :
: : FAILED:
junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestFreeTextSuggestions
: :
: : Error Message:
: : SolrCore 'collection1' is not available due to init failure: null
: :
: : Stack Trace:
: : org.apache.solr.common.SolrException: SolrCore 'collection1' is not
available due to init failure: null
: : at __randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: : at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
: : at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
: : at
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
: : at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
: : at
org.apache.solr.spelling.suggest.TestFreeTextSuggestions.beforeClass(TestFreeTextSuggestions.java:32)
: : at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: : at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
: : at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: : at java.lang.reflect.Method.invoke(Method.java:606)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: : at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: : at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
: : at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: : at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: : at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: : at java.lang.Thread.run(Thread.java:745)
: : Caused by: org.apache.solr.common.SolrException
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : at java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : ... 1 more
: : Caused by: java.lang.RuntimeException
: : at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : ... 8 more
: :
: :
: : FAILED:
junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions
: :
: : Error Message:
: : SolrCore 'collection1' is not available due to init failure: null
: :
: : Stack Trace:
: : org.apache.solr.common.SolrException: SolrCore 'collection1' is not
available due to init failure: null
: : at __randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: : at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
: : at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
: : at
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
: : at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
: : at
org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions.beforeClass(TestFuzzyAnalyzedSuggestions.java:34)
: : at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: : at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
: : at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: : at java.lang.reflect.Method.invoke(Method.java:606)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: : at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: : at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
: : at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: : at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: : at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: : at java.lang.Thread.run(Thread.java:745)
: : Caused by: org.apache.solr.common.SolrException
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : at java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : ... 1 more
: : Caused by: java.lang.RuntimeException
: : at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : ... 8 more
: :
: :
: : FAILED:
junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory
: :
: : Error Message:
: : SolrCore 'collection1' is not available due to init failure: null
: :
: : Stack Trace:
: : org.apache.solr.common.SolrException: SolrCore 'collection1' is not
available due to init failure: null
: : at __randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: : at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
: : at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
: : at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
: : at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
: : at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
: : at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:663)
: : at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:642)
: : at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:636)
: : at
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.beforeClass(TestHighFrequencyDictionaryFactory.java:32)
: : at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: : at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
: : at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: : at java.lang.reflect.Method.invoke(Method.java:606)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
: : at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
: : at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
: : at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
: : at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
: : at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
: : at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
: : at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
: : at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
: : at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
: : at java.lang.Thread.run(Thread.java:745)
: : Caused by: org.apache.solr.common.SolrException
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : at java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : ... 1 more
: : Caused by: java.lang.RuntimeException
: : at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : at org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : ... 8 more
: :
: :
: :
: :
: : Build Log:
: : [...truncated 11256 lines...]
: : [junit4] Suite: org.apache.solr.spelling.suggest.TestFreeTextSuggestions
: : [junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001
: : [junit4] 2> 317220 T506 oas.SolrTestCaseJ4.buildSSLConfig Randomized
ssl (false) and clientAuth (true)
: : [junit4] 2> 317221 T506 oas.SolrTestCaseJ4.initCore ####initCore
: : [junit4] 2> 317221 T506 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/'
: : [junit4] 2> 317223 T506 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
: : [junit4] 2> 317223 T506 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
: : [junit4] 2> 317224 T506 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
: : [junit4] 2> 317321 T506 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 4.11.0
: : [junit4] 2> 317361 T506 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-phrasesuggest.xml
: : [junit4] 2> 317362 T506 oass.IndexSchema.readSchema Reading Solr
Schema from schema-phrasesuggest.xml
: : [junit4] 2> 317370 T506 oass.IndexSchema.readSchema [null] Schema
name=test
: : [junit4] 2> 317396 T506 oass.IndexSchema.readSchema default search
field in schema is text
: : [junit4] 2> 317397 T506 oass.IndexSchema.readSchema unique key field:
id
: : [junit4] 2> 317398 T506 oasc.SolrResourceLoader.locateSolrHome JNDI
not configured for solr (NoInitialContextEx)
: : [junit4] 2> 317398 T506 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr
: : [junit4] 2> 317399 T506 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/'
: : [junit4] 2> 317445 T506 oasc.CoreContainer.<init> New CoreContainer
612440481
: : [junit4] 2> 317446 T506 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/]
: : [junit4] 2> 317447 T506 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
: : [junit4] 2> 317447 T506 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
: : [junit4] 2> 317447 T506 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
: : [junit4] 2> 317447 T506 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
: : [junit4] 2> 317448 T506 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
: : [junit4] 2> 317448 T506 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
: : [junit4] 2> 317448 T506 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
: : [junit4] 2> 317448 T506 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
: : [junit4] 2> 317449 T506 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
: : [junit4] 2> 317449 T506 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
: : [junit4] 2> 317449 T506 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
: : [junit4] 2> 317449 T506 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
: : [junit4] 2> 317450 T506 oasc.CoreContainer.load Host Name:
: : [junit4] 2> 317454 T507 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/'
: : [junit4] 2> 317456 T507 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
: : [junit4] 2> 317456 T507 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
: : [junit4] 2> 317456 T507 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
: : [junit4] 2> 317557 T507 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 4.11.0
: : [junit4] 2> 317623 T507 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-phrasesuggest.xml
: : [junit4] 2> 317624 T507 oass.IndexSchema.readSchema Reading Solr
Schema from schema-phrasesuggest.xml
: : [junit4] 2> 317631 T507 oass.IndexSchema.readSchema [collection1]
Schema name=test
: : [junit4] 2> 317660 T507 oass.IndexSchema.readSchema default search
field in schema is text
: : [junit4] 2> 317662 T507 oass.IndexSchema.readSchema unique key field:
id
: : [junit4] 2> 317664 T507 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/
: : [junit4] 2> 317664 T507 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
: : [junit4] 2> 317664 T507 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001/
: : [junit4] 2> 317664 T507 oasc.SolrCore.<init> JMX monitoring not
detected for core: collection1
: : [junit4] 2> 317665 T507 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001
: : [junit4] 2> 317665 T507 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001/index/
: : [junit4] 2> 317666 T507 oasc.SolrCore.initIndex WARN [collection1]
Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001/index'
doesn't exist. Creating new index...
: : [junit4] 2> 317667 T507 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001/index
: : [junit4] 2> 317667 T507 oasu.RandomMergePolicy.<init>
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=37,
maxMergedSegmentMB=73.5712890625, floorSegmentMB=0.76171875,
forceMergeDeletesPctAllowed=9.551670063104096, segmentsPerTier=31.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
: : [junit4] 2> 317668 T507 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
: : [junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@c56677c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bb89ea),segFN=segments_1,generation=1}
: : [junit4] 2> 317668 T507 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
: : [junit4] 2> 317670 T507 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
: : [junit4] 2> 317670 T507 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
: : [junit4] 2> 317671 T507 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
: : [junit4] 2> 317671 T507 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
: : [junit4] 2> 317671 T507 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
: : [junit4] 2> 317672 T507 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
: : [junit4] 2> 317672 T507 oasc.RequestHandlers.initHandlersFromConfig
created /suggest_wfst: org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317672 T507 oasc.RequestHandlers.initHandlersFromConfig
created /suggest_analyzing: org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317673 T507 oasc.RequestHandlers.initHandlersFromConfig
created /infix_suggest_analyzing:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317673 T507 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_file_dict:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317673 T507 oasc.RequestHandlers.initHandlersFromConfig
created /blended_infix_suggest: org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317674 T507 oasc.RequestHandlers.initHandlersFromConfig
created /free_text_suggest: org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317674 T507 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_high_freq_dict:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317674 T507 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317674 T507 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_max_edit_2:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317675 T507 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317675 T507 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_min_fuzzy_length_2:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 317703 T507 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
: : [junit4] 2> 317705 T507 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
: : [junit4] 2> 317707 T507 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
: : [junit4] 2> 317709 T507 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
: : [junit4] 2> 317713 T507 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
: : [junit4] 2> 317713 T507 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
: : [junit4] 2> 317713 T507 oasu.RandomMergePolicy.<init>
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=37,
maxMergedSegmentMB=49.3046875, floorSegmentMB=0.693359375,
forceMergeDeletesPctAllowed=3.635932570392315, segmentsPerTier=20.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
: : [junit4] 2> 317714 T507 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
: : [junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@c56677c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bb89ea),segFN=segments_1,generation=1}
: : [junit4] 2> 317714 T507 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
: : [junit4] 2> 317715 T507 oass.SolrIndexSearcher.<init> Opening
Searcher@7019cd0b[collection1] main
: : [junit4] 2> 317716 T507 oasr.ManagedResourceStorage.newStorageIO WARN
Cannot write to config directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
: : [junit4] 2> 317716 T507 oasr.RestManager.init Initializing RestManager
with initArgs: {}
: : [junit4] 2> 317716 T507 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
: : [junit4] 2> 317716 T507 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
: : [junit4] 2> 317717 T507 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using InMemoryStorage
: : [junit4] 2> 317717 T507 oasr.RestManager.init Initializing 0
registered ManagedResources
: : [junit4] 2> 317717 T507 oashc.SpellCheckComponent.inform Initializing
spell checkers
: : [junit4] 2> 317717 T507 oasss.Suggester.init init:
{name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,storeDir=suggest_wfst,buildOnCommit=false,exactMatchFirst=true,sourceLocation=phrasesuggest.txt}
: : [junit4] 2> 317720 T507 oashc.SpellCheckComponent.inform Initializing
spell checkers
: : [junit4] 2> 317720 T507 oasss.Suggester.init init:
{name=suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory,storeDir=suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=ja_suggest,preserveSep=false,sourceLocation=jasuggest.txt}
: : [junit4] 2> 317721 T507 oashc.SpellCheckComponent.inform Initializing
spell checkers
: : [junit4] 2> 317722 T507 oasss.Suggester.init init:
{name=infix_suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=analyzingInfixSuggest.txt}
: : [junit4] 2> 317723 T507 oashc.SuggestComponent.inform Initializing
SuggestComponent
: : [junit4] 2> 317723 T507 oasss.SolrSuggester.init init:
{name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=text,preserveSep=false,field=stext}
: : [junit4] 2> 317725 T507 oasss.SolrSuggester.init Dictionary loaded
with params:
{name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=text,preserveSep=false,field=stext}
: : [junit4] 2> 317725 T507 oashc.SuggestComponent.inform Initializing
SuggestComponent
: : [junit4] 2> 317725 T507 oasss.SolrSuggester.init init:
{name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator=
,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
: : [junit4] 2> 317726 T507 oasss.SolrSuggester.init Dictionary loaded
with params:
{name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator=
,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
: : [junit4] 2> 317727 T507 oashc.SuggestComponent.inform Initializing
SuggestComponent
: : [junit4] 2> 317727 T507 oasss.SolrSuggester.init init:
{name=blended_infix_suggest_linear,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blendedInfixDir1,blenderType=linear,suggestAnalyzerFieldType=text}
: : [junit4] 2> 318731 T507 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@6af5dbe
: : [junit4] 2> 318731 T508 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7019cd0b[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
: : [junit4] 2> 318731 T507 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
: : [junit4] 2> 318732 T507 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
: : [junit4] 2> 318732 T507 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
: : [junit4] 2> 318732 T507 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
: : [junit4] 2> 318733 T507 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
: : [junit4] 2> 318733 T507 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
: : [junit4] 2> 318733 T507 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001/index;done=false>>]
: : [junit4] 2> 318734 T507 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001/index
: : [junit4] 2> 318734 T507 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001;done=false>>]
: : [junit4] 2> 318734 T507 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFreeTextSuggestions-41A319E125435502-001/init-core-data-001
: : [junit4] 2> 318742 T507 oasc.CoreContainer.create ERROR Error creating
core [collection1]: null org.apache.solr.common.SolrException
: : [junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : [junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : [junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : [junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : [junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : [junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : [junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : [junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : [junit4] 2> at java.lang.Thread.run(Thread.java:745)
: : [junit4] 2> Caused by: java.lang.RuntimeException
: : [junit4] 2> at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : [junit4] 2> at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : [junit4] 2> at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : [junit4] 2> at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : [junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : [junit4] 2> ... 8 more
: : [junit4] 2>
: : [junit4] 2> 318745 T506 oas.SolrTestCaseJ4.initCore ####initCore end
: : [junit4] 2> 318745 T506 oas.SolrTestCaseJ4.deleteCore ###deleteCore
: : [junit4] 2> 318746 T506 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=612440481
: : [junit4] 2> NOTE: test params are: codec=Lucene49,
sim=DefaultSimilarity, locale=tr_TR, timezone=SystemV/AST4ADT
: : [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation
1.7.0_60 (64-bit)/cpus=16,threads=1,free=256741160,total=361758720
: : [junit4] 2> NOTE: All tests run in this JVM:
[AddSchemaFieldsUpdateProcessorFactoryTest, DebugComponentTest,
ClusterStateUpdateTest, TestReload, ZkControllerTest, TestWriterPerf,
TestRecovery, TestIntervalFaceting, TestDynamicFieldCollectionResource,
TestPivotHelperCode, TestMaxScoreQueryParser, TestSchemaSimilarityResource,
TestPerFieldSimilarity, TestSolrQueryParser, IndexSchemaRuntimeFieldTest,
SampleTest, TestSchemaVersionResource, TestQuerySenderListener,
CollectionsAPIAsyncDistributedZkTest, TestInfoStreamLogging,
TestBlendedInfixSuggestions, TestFieldCollectionResource, TestFieldResource,
HttpPartitionTest, TestFreeTextSuggestions]
: : [junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestFreeTextSuggestions -Dtests.seed=41A319E125435502
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tr_TR
-Dtests.timezone=SystemV/AST4ADT -Dtests.file.encoding=US-ASCII
: : [junit4] ERROR 0.00s J0 | TestFreeTextSuggestions (suite) <<<
: : [junit4] > Throwable #1: org.apache.solr.common.SolrException:
SolrCore 'collection1' is not available due to init failure: null
: : [junit4] > at
__randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: : [junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
: : [junit4] > at
org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
: : [junit4] > at
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
: : [junit4] > at
org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
: : [junit4] > at
org.apache.solr.spelling.suggest.TestFreeTextSuggestions.beforeClass(TestFreeTextSuggestions.java:32)
: : [junit4] > at java.lang.Thread.run(Thread.java:745)
: : [junit4] > Caused by: org.apache.solr.common.SolrException
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : [junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : [junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : [junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : [junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : [junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : [junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : [junit4] > ... 1 more
: : [junit4] > Caused by: java.lang.RuntimeException
: : [junit4] > at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : [junit4] > at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : [junit4] > at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : [junit4] > at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : [junit4] > ... 8 more
: : [junit4] Completed on J0 in 1.60s, 0 tests, 1 error <<< FAILURES!
: :
: : [...truncated 140 lines...]
: : [junit4] Suite:
org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions
: : [junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001
: : [junit4] 2> 578472 T1491 oas.SolrTestCaseJ4.buildSSLConfig Randomized
ssl (false) and clientAuth (true)
: : [junit4] 2> 578473 T1491 oas.SolrTestCaseJ4.initCore ####initCore
: : [junit4] 2> 578473 T1491 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/'
: : [junit4] 2> 578474 T1491 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
: : [junit4] 2> 578475 T1491 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
: : [junit4] 2> 578475 T1491 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
: : [junit4] 2> 578561 T1491 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 4.11.0
: : [junit4] 2> 578603 T1491 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-phrasesuggest.xml
: : [junit4] 2> 578604 T1491 oass.IndexSchema.readSchema Reading Solr
Schema from schema-phrasesuggest.xml
: : [junit4] 2> 578609 T1491 oass.IndexSchema.readSchema [null] Schema
name=test
: : [junit4] 2> 578629 T1491 oass.IndexSchema.readSchema default search
field in schema is text
: : [junit4] 2> 578630 T1491 oass.IndexSchema.readSchema unique key field:
id
: : [junit4] 2> 578631 T1491 oasc.SolrResourceLoader.locateSolrHome JNDI
not configured for solr (NoInitialContextEx)
: : [junit4] 2> 578631 T1491 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr
: : [junit4] 2> 578632 T1491 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/'
: : [junit4] 2> 578676 T1491 oasc.CoreContainer.<init> New CoreContainer
1482249818
: : [junit4] 2> 578676 T1491 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/]
: : [junit4] 2> 578677 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
: : [junit4] 2> 578677 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
: : [junit4] 2> 578678 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
: : [junit4] 2> 578678 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
: : [junit4] 2> 578678 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
: : [junit4] 2> 578678 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
: : [junit4] 2> 578678 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
: : [junit4] 2> 578679 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
: : [junit4] 2> 578679 T1491 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
: : [junit4] 2> 578679 T1491 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
: : [junit4] 2> 578679 T1491 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
: : [junit4] 2> 578680 T1491 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
: : [junit4] 2> 578680 T1491 oasc.CoreContainer.load Host Name:
: : [junit4] 2> 578684 T1492 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/'
: : [junit4] 2> 578685 T1492 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
: : [junit4] 2> 578686 T1492 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
: : [junit4] 2> 578686 T1492 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
: : [junit4] 2> 578745 T1492 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 4.11.0
: : [junit4] 2> 578823 T1492 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-phrasesuggest.xml
: : [junit4] 2> 578824 T1492 oass.IndexSchema.readSchema Reading Solr
Schema from schema-phrasesuggest.xml
: : [junit4] 2> 578831 T1492 oass.IndexSchema.readSchema [collection1]
Schema name=test
: : [junit4] 2> 578856 T1492 oass.IndexSchema.readSchema default search
field in schema is text
: : [junit4] 2> 578858 T1492 oass.IndexSchema.readSchema unique key field:
id
: : [junit4] 2> 578859 T1492 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/
: : [junit4] 2> 578859 T1492 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
: : [junit4] 2> 578859 T1492 oasc.SolrCore.<init> [collection1] Opening
new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001/
: : [junit4] 2> 578860 T1492 oasc.SolrCore.<init> JMX monitoring not
detected for core: collection1
: : [junit4] 2> 578860 T1492 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001
: : [junit4] 2> 578861 T1492 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001/index/
: : [junit4] 2> 578861 T1492 oasc.SolrCore.initIndex WARN [collection1]
Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001/index'
doesn't exist. Creating new index...
: : [junit4] 2> 578861 T1492 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001/index
: : [junit4] 2> 578862 T1492 oasu.RandomMergePolicy.<init>
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=27,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
: : [junit4] 2> 578863 T1492 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
: : [junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@7c9e4a46
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@324787a1),segFN=segments_1,generation=1}
: : [junit4] 2> 578863 T1492 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
: : [junit4] 2> 578865 T1492 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
: : [junit4] 2> 578865 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
: : [junit4] 2> 578866 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
: : [junit4] 2> 578866 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
: : [junit4] 2> 578866 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
: : [junit4] 2> 578867 T1492 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
: : [junit4] 2> 578867 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /suggest_wfst: org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578867 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /suggest_analyzing: org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578868 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /infix_suggest_analyzing:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578868 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_file_dict:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578868 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /blended_infix_suggest: org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578869 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /free_text_suggest: org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578869 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_high_freq_dict:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578869 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578870 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_max_edit_2:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578870 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578870 T1492 oasc.RequestHandlers.initHandlersFromConfig
created /fuzzy_suggest_analyzing_with_min_fuzzy_length_2:
org.apache.solr.handler.component.SearchHandler
: : [junit4] 2> 578888 T1492 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
: : [junit4] 2> 578890 T1492 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
: : [junit4] 2> 578892 T1492 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
: : [junit4] 2> 578894 T1492 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
: : [junit4] 2> 578897 T1492 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
: : [junit4] 2> 578898 T1492 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
: : [junit4] 2> 578898 T1492 oasu.RandomMergePolicy.<init>
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=48,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.31149779368116737]
: : [junit4] 2> 578899 T1492 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
: : [junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@7c9e4a46
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@324787a1),segFN=segments_1,generation=1}
: : [junit4] 2> 578899 T1492 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
: : [junit4] 2> 578899 T1492 oass.SolrIndexSearcher.<init> Opening
Searcher@59329086[collection1] main
: : [junit4] 2> 578900 T1492 oasr.ManagedResourceStorage.newStorageIO WARN
Cannot write to config directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
: : [junit4] 2> 578900 T1492 oasr.RestManager.init Initializing
RestManager with initArgs: {}
: : [junit4] 2> 578901 T1492 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
: : [junit4] 2> 578901 T1492 oasr.ManagedResource.reloadFromStorage WARN
No stored data found for /rest/managed
: : [junit4] 2> 578901 T1492 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using InMemoryStorage
: : [junit4] 2> 578901 T1492 oasr.RestManager.init Initializing 0
registered ManagedResources
: : [junit4] 2> 578902 T1492 oashc.SpellCheckComponent.inform Initializing
spell checkers
: : [junit4] 2> 578902 T1492 oasss.Suggester.init init:
{name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,storeDir=suggest_wfst,buildOnCommit=false,exactMatchFirst=true,sourceLocation=phrasesuggest.txt}
: : [junit4] 2> 578904 T1492 oashc.SpellCheckComponent.inform Initializing
spell checkers
: : [junit4] 2> 578904 T1492 oasss.Suggester.init init:
{name=suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory,storeDir=suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=ja_suggest,preserveSep=false,sourceLocation=jasuggest.txt}
: : [junit4] 2> 578905 T1492 oashc.SpellCheckComponent.inform Initializing
spell checkers
: : [junit4] 2> 578905 T1492 oasss.Suggester.init init:
{name=infix_suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=analyzingInfixSuggest.txt}
: : [junit4] 2> 578906 T1492 oashc.SuggestComponent.inform Initializing
SuggestComponent
: : [junit4] 2> 578907 T1492 oasss.SolrSuggester.init init:
{name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=text,preserveSep=false,field=stext}
: : [junit4] 2> 578908 T1492 oasss.SolrSuggester.init Dictionary loaded
with params:
{name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,exactMatchFirst=true,suggestAnalyzerFieldType=text,preserveSep=false,field=stext}
: : [junit4] 2> 578908 T1492 oashc.SuggestComponent.inform Initializing
SuggestComponent
: : [junit4] 2> 578908 T1492 oasss.SolrSuggester.init init:
{name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator=
,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
: : [junit4] 2> 578909 T1492 oasss.SolrSuggester.init Dictionary loaded
with params:
{name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator=
,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
: : [junit4] 2> 578910 T1492 oashc.SuggestComponent.inform Initializing
SuggestComponent
: : [junit4] 2> 578910 T1492 oasss.SolrSuggester.init init:
{name=blended_infix_suggest_linear,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blendedInfixDir1,blenderType=linear,suggestAnalyzerFieldType=text}
: : [junit4] 2> 579918 T1492 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@6ae7b2a
: : [junit4] 2> 579918 T1493 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@59329086[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
: : [junit4] 2> 579918 T1492 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
: : [junit4] 2> 579919 T1492 oasu.SolrCoreState.decrefSolrCoreState
Closing SolrCoreState
: : [junit4] 2> 579919 T1492 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
: : [junit4] 2> 579919 T1492 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
: : [junit4] 2> 579920 T1492 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
: : [junit4] 2> 579920 T1492 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
: : [junit4] 2> 579920 T1492 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001;done=false>>]
: : [junit4] 2> 579920 T1492 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001
: : [junit4] 2> 579921 T1492 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001/index;done=false>>]
: : [junit4] 2> 579921 T1492 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.spelling.suggest.TestFuzzyAnalyzedSuggestions-41A319E125435502-001/init-core-data-001/index
: : [junit4] 2> 579921 T1492 oasc.CoreContainer.create ERROR Error
creating core [collection1]: null org.apache.solr.common.SolrException
: : [junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : [junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : [junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : [junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : [junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : [junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : [junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : [junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : [junit4] 2> at java.lang.Thread.run(Thread.java:745)
: : [junit4] 2> Caused by: java.lang.RuntimeException
: : [junit4] 2> at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : [junit4] 2> at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : [junit4] 2> at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : [junit4] 2> at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : [junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : [junit4] 2> ... 8 more
: : [junit4] 2>
: : [junit4] 2> 579925 T1491 oas.SolrTestCaseJ4.initCore ####initCore end
: : [junit4] 2> 579925 T1491 oas.SolrTestCaseJ4.deleteCore ###deleteCore
: : [junit4] 2> 579926 T1491 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1482249818
: : [junit4] 2> NOTE: test params are: codec=Lucene45,
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=zh_TW,
timezone=America/Blanc-Sablon
: : [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation
1.7.0_60 (64-bit)/cpus=16,threads=1,free=340470168,total=520093696
: : [junit4] 2> NOTE: All tests run in this JVM:
[AddSchemaFieldsUpdateProcessorFactoryTest, DebugComponentTest,
ClusterStateUpdateTest, TestReload, ZkControllerTest, TestWriterPerf,
TestRecovery, TestIntervalFaceting, TestDynamicFieldCollectionResource,
TestPivotHelperCode, TestMaxScoreQueryParser, TestSchemaSimilarityResource,
TestPerFieldSimilarity, TestSolrQueryParser, IndexSchemaRuntimeFieldTest,
SampleTest, TestSchemaVersionResource, TestQuerySenderListener,
CollectionsAPIAsyncDistributedZkTest, TestInfoStreamLogging,
TestBlendedInfixSuggestions, TestFieldCollectionResource, TestFieldResource,
HttpPartitionTest, TestFreeTextSuggestions, TestExceedMaxTermLength,
TestRecoveryHdfs, StatelessScriptUpdateProcessorFactoryTest,
TestBinaryResponseWriter, TestLeaderElectionZkExpiry,
XsltUpdateRequestHandlerTest, TestReversedWildcardFilterFactory,
TestSolrCoreProperties, AliasIntegrationTest, TestBM25SimilarityFactory,
QueryParsingTest, DeleteReplicaTest, CustomCollectionTest, TestR
eloadAndDeleteDocs, CachingDirectoryFactoryTest, IndexBasedSpellCheckerTest,
TestQuerySenderNoQuery, ResourceLoaderTest, MinimalSchemaTest, InfoHandlerTest,
NumericFieldsTest, SolrPluginUtilsTest, TestManagedStopFilterFactory,
TestFuzzyAnalyzedSuggestions]
: : [junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestFuzzyAnalyzedSuggestions -Dtests.seed=41A319E125435502
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_TW
-Dtests.timezone=America/Blanc-Sablon -Dtests.file.encoding=US-ASCII
: : [junit4] ERROR 0.00s J0 | TestFuzzyAnalyzedSuggestions (suite) <<<
: : [junit4] > Throwable #1: org.apache.solr.common.SolrException:
SolrCore 'collection1' is not available due to init failure: null
: : [junit4] > at
__randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: : [junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
: : [junit4] > at
org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
: : [junit4] > at
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
: : [junit4] > at
org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
: : [junit4] > at
org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions.beforeClass(TestFuzzyAnalyzedSuggestions.java:34)
: : [junit4] > at java.lang.Thread.run(Thread.java:745)
: : [junit4] > Caused by: org.apache.solr.common.SolrException
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : [junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : [junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : [junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : [junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : [junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : [junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : [junit4] > ... 1 more
: : [junit4] > Caused by: java.lang.RuntimeException
: : [junit4] > at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : [junit4] > at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : [junit4] > at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : [junit4] > at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : [junit4] > ... 8 more
: : [junit4] Completed on J0 in 1.49s, 0 tests, 1 error <<< FAILURES!
: :
: : [...truncated 293 lines...]
: : [junit4] Suite: org.apache.solr.cloud.OverseerTest
: : [junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./solr.cloud.OverseerTest-41A319E125435502-001/init-core-data-001
: : [junit4] 2> 2078956 T4164 oas.SolrTestCaseJ4.buildSSLConfig Randomized
ssl (true) and clientAuth (true)
: : [junit4] 2> 2078956 T4164 oas.SolrTestCaseJ4.initCore ####initCore
: : [junit4] 2> 2078957 T4164 oas.SolrTestCaseJ4.initCore ####initCore end
: : [junit4] 2> 2078961 T4164 oas.SolrTestCaseJ4.setUp ###Starting
testReplay
: : [junit4] 2> 2078962 T4164 oasc.ZkTestServer.run STARTING ZK TEST SERVER
: : [junit4] 1> client port:0.0.0.0/0.0.0.0:0
: : [junit4] 2> 2078963 T4165 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
: : [junit4] 2> 2079063 T4164 oasc.ZkTestServer.run start zk server on
port:30697
: : [junit4] 2> 2079064 T4164 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
: : [junit4] 2> 2079068 T4171 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2c6f62bf
name:ZooKeeperConnection Watcher:127.0.0.1:30697/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
: : [junit4] 2> 2079069 T4164 oascc.ConnectionManager.waitForConnected
Client is connected to ZooKeeper
: : [junit4] 2> 2079069 T4164 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
: : [junit4] 2> 2079072 T4173 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3a715d1c
name:ZooKeeperConnection Watcher:127.0.0.1:30697 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
: : [junit4] 2> 2079072 T4164 oascc.ConnectionManager.waitForConnected
Client is connected to ZooKeeper
: : [junit4] 2> 2079075 T4164 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
: : [junit4] 2> 2079076 T4175 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@a474341 name:ZooKeeperConnection
Watcher:127.0.0.1:30697 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
: : [junit4] 2> 2079076 T4164 oascc.ConnectionManager.waitForConnected
Client is connected to ZooKeeper
: : [junit4] 2> 2079077 T4164 oascc.SolrZkClient.makePath makePath: /solr
: : [junit4] 2> 2079080 T4164 oascc.SolrZkClient.makePath makePath:
/live_nodes
: : [junit4] 2> 2079082 T4164 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
: : [junit4] 2> 2079083 T4164 oascc.SolrZkClient.makePath makePath:
/aliases.json
: : [junit4] 2> 2079084 T4164
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
: : [junit4] 2> 2079086 T4164 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
: : [junit4] 2> 2079089 T4164 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
: : [junit4] 2> 2079090 T4177 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@592e7c3f
name:ZooKeeperConnection Watcher:127.0.0.1:30697/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
: : [junit4] 2> 2079090 T4164 oascc.ConnectionManager.waitForConnected
Client is connected to ZooKeeper
: : [junit4] 2> 2079091 T4164 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params: retry=false
: : [junit4] 2> 2079095 T4164 oascc.SolrZkClient.makePath makePath:
/overseer_elect
: : [junit4] 2> 2079096 T4164 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
: : [junit4] 2> 2079097 T4164 oasc.Overseer.close Overseer (id=null)
closing
: : [junit4] 2> 2079099 T4164
oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader
127.0.0.1:30697_solr
: : [junit4] 2> 2079099 T4164 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
: : [junit4] 2> 2079100 T4164 oasc.Overseer.start Overseer
(id=92321677498122243-127.0.0.1:30697_solr-n_0000000000) starting
: : [junit4] 2> 2079102 T4164 oascc.SolrZkClient.makePath makePath:
/overseer/queue
: : [junit4] 2> 2079104 T4164 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
: : [junit4] 2> 2079106 T4164 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
: : [junit4] 2> 2079107 T4164 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
: : [junit4] 2> 2079109 T4164 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
: : [junit4] 2> 2079113 T4164
oasc.OverseerAutoReplicaFailoverThread.<init> Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
: : [junit4] 2> 2079113 T4179 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
: : [junit4] 2> 2079115 T4178 oasc.Overseer$ClusterStateUpdater.run
Replaying operations from work queue.
: : [junit4] 2> 2079115 T4178
oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null
message={
: : [junit4] 2> "operation":"state",
: : [junit4] 2> "base_url":"http://127.0.0.1/solr",
: : [junit4] 2> "node_name":"node1",
: : [junit4] 2> "shard":"s1",
: : [junit4] 2> "collection":"collection1",
: : [junit4] 2> "core":"core1",
: : [junit4] 2> "roles":"",
: : [junit4] 2> "state":"recovering"}
: : [junit4] 2> 2079116 T4181 oascc.ZkStateReader$2.process A cluster
state change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
: : [junit4] 2> 2079118 T4178
oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null
message={
: : [junit4] 2> "operation":"state",
: : [junit4] 2> "base_url":"http://127.0.0.1/solr",
: : [junit4] 2> "node_name":"node1",
: : [junit4] 2> "shard":"s1",
: : [junit4] 2> "collection":"collection1",
: : [junit4] 2> "core":"core2",
: : [junit4] 2> "roles":"",
: : [junit4] 2> "state":"recovering"}
: : [junit4] 2> 2079119 T4181 oascc.ZkStateReader$2.process A cluster
state change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
: : [junit4] 2> 2079120 T4178 oasc.Overseer$ClusterStateUpdater.run
Starting to work on the main queue
: : [junit4] 2> 2079121 T4178
oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null
message={
: : [junit4] 2> "operation":"state",
: : [junit4] 2> "base_url":"http://127.0.0.1/solr",
: : [junit4] 2> "node_name":"node1",
: : [junit4] 2> "shard":"s1",
: : [junit4] 2> "collection":"collection1",
: : [junit4] 2> "core":"core3",
: : [junit4] 2> "roles":"",
: : [junit4] 2> "state":"recovering"}
: : [junit4] 2> 2079123 T4182
oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on
path: /overseer/queue state: SyncConnected type NodeChildrenChanged
: : [junit4] 2> 2079123 T4181 oascc.ZkStateReader$2.process A cluster
state change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
: : [junit4] 2> 2079219 T4164 oasc.ZkTestServer.send4LetterWord connecting
to 127.0.0.1:30697 30697
: : [junit4] 2> 2079416 T4165 oasc.ZkTestServer.send4LetterWord connecting
to 127.0.0.1:30697 30697
: : [junit4] 2> 2079419 T4164 oas.SolrTestCaseJ4.tearDown ###Ending
testReplay
: : [junit4] 2> 2079420 T4164 oasc.Overseer.close Overseer
(id=92321677498122243-127.0.0.1:30697_solr-n_0000000000) closing
: : [junit4] 2> 2079420 T4178 oasc.Overseer$ClusterStateUpdater.run
Overseer Loop exiting : 127.0.0.1:30697_solr
: : [junit4] 2> 2079423 T4183
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read
the data org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer_elect/leader
: : [junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
: : [junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
: : [junit4] 2> at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
: : [junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
: : [junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
: : [junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
: : [junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
: : [junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:320)
: : [junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
: : [junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:292)
: : [junit4] 2>
: : [junit4] 2> 2079431 T4164 oas.SolrTestCaseJ4.setUp ###Starting
testShardAssignmentBigger
: : [junit4] 2> 2079432 T4164 oasc.ZkTestServer.run STARTING ZK TEST SERVER
: : [junit4] 1> client port:0.0.0.0/0.0.0.0:0
: : [junit4] 2> 2079433 T4184 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
: : [junit4] 2> 2079533 T4164 oasc.ZkTestServer.run start zk server on
port:24615
: : [junit4] 2> 2079534 T4164 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
: : [junit4] 2> 2079538 T4190 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3fcf951c
name:ZooKeeperConnection Watcher:127.0.0.1:24615 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
: : [junit4] 2> 2079538 T4164 oascc.ConnectionManager.waitForConnected
Client is connected to ZooKeeper
: : [junit4] 2> 2079542 T4164 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
: : [junit4] 2> 2079543 T4192 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@43d55824
name:ZooKeeperConnection Watcher:127.0.0.1:24615 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
: : [junit4] 2> 2079543 T4164 oascc.ConnectionManager.waitForConnected
Client is connected to ZooKeeper
: : [junit4] 2> 2079544 T4164 oascc.SolrZkClient.makePath makePath: /solr
: : [junit4] 2> 2079549 T4164 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
: : [junit4] 2> 2079550 T4194 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3e50bb84
name:ZooKeeperConnection Watcher:127.0.0.1:24615/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
: : [junit4
: :
: : [...truncated too long message...]
: :
: : .concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : [junit4] 2> at java.lang.Thread.run(Thread.java:745)
: : [junit4] 2> Caused by: java.lang.RuntimeException
: : [junit4] 2> at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : [junit4] 2> at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : [junit4] 2> at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : [junit4] 2> at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : [junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : [junit4] 2> ... 8 more
: : [junit4] 2>
: : [junit4] 2> 4724166 T9902 oas.SolrTestCaseJ4.initCore ####initCore end
: : [junit4] 2> 4724167 T9902 oas.SolrTestCaseJ4.deleteCore ###deleteCore
: : [junit4] 2> 4724167 T9902 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1765317080
: : [junit4] 2> NOTE: test params are:
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
chunkSize=319),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST,
chunkSize=319)), sim=DefaultSimilarity, locale=ar_EG, timezone=America/Guayaquil
: : [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation
1.7.0_60 (64-bit)/cpus=16,threads=1,free=188245632,total=536870912
: : [junit4] 2> NOTE: All tests run in this JVM:
[AddSchemaFieldsUpdateProcessorFactoryTest, DebugComponentTest,
ClusterStateUpdateTest, TestReload, ZkControllerTest, TestWriterPerf,
TestRecovery, TestIntervalFaceting, TestDynamicFieldCollectionResource,
TestPivotHelperCode, TestMaxScoreQueryParser, TestSchemaSimilarityResource,
TestPerFieldSimilarity, TestSolrQueryParser, IndexSchemaRuntimeFieldTest,
SampleTest, TestSchemaVersionResource, TestQuerySenderListener,
CollectionsAPIAsyncDistributedZkTest, TestInfoStreamLogging,
TestBlendedInfixSuggestions, TestFieldCollectionResource, TestFieldResource,
HttpPartitionTest, TestFreeTextSuggestions, TestExceedMaxTermLength,
TestRecoveryHdfs, StatelessScriptUpdateProcessorFactoryTest,
TestBinaryResponseWriter, TestLeaderElectionZkExpiry,
XsltUpdateRequestHandlerTest, TestReversedWildcardFilterFactory,
TestSolrCoreProperties, AliasIntegrationTest, TestBM25SimilarityFactory,
QueryParsingTest, DeleteReplicaTest, CustomCollectionTest, TestR
eloadAndDeleteDocs, CachingDirectoryFactoryTest, IndexBasedSpellCheckerTest,
TestQuerySenderNoQuery, ResourceLoaderTest, MinimalSchemaTest, InfoHandlerTest,
NumericFieldsTest, SolrPluginUtilsTest, TestManagedStopFilterFactory,
TestFuzzyAnalyzedSuggestions, HdfsUnloadDistributedZkTest,
SystemInfoHandlerTest, TestFastWriter, SolrCmdDistributorTest,
TestManagedSchema, HdfsDirectoryTest, TimeZoneUtilsTest,
OverseerCollectionProcessorTest, TestSurroundQueryParser,
DistribDocExpirationUpdateProcessorTest, HdfsSyncSliceTest,
NotRequiredUniqueKeyTest, TestReRankQParserPlugin, TestStressLucene,
PathHierarchyTokenizerFactoryTest, TestSolrQueryParserDefaultOperatorResource,
TestNonNRTOpen, BasicDistributedZkTest, TestStandardQParsers,
TestCloudManagedSchema, ZkSolrClientTest, TestOmitPositions,
SolrTestCaseJ4Test, BadComponentTest, TestPartialUpdateDeduplication,
StressHdfsTest, DistributedIntervalFacetingTest, SuggesterTest,
DistributedQueryElevationComponentTest, HdfsRecoveryZkTest, FieldMut
atingUpdateProcessorTest, ReplicationFactorTest, AnalyticsMergeStrategyTest,
AssignTest, CoreAdminCreateDiscoverTest, ResponseHeaderTest,
TermVectorComponentDistributedTest, ExternalFileFieldSortTest,
HdfsLockFactoryTest, SSLMigrationTest, PolyFieldTest,
DocExpirationUpdateProcessorFactoryTest, TestCustomSort, ConvertedLegacyTest,
TestIBSimilarityFactory, ZkNodePropsTest, TestNoOpRegenerator,
CollectionsAPIDistributedZkTest, DocumentBuilderTest,
QueryElevationComponentTest, ChaosMonkeySafeLeaderTest,
TestCloudManagedSchemaConcurrent, ShardRoutingTest, UnloadDistributedZkTest,
AsyncMigrateRouteKeyTest, TestManagedSchemaFieldResource,
LeaderElectionIntegrationTest, TestRequestStatusCollectionAPI,
TestDistribDocBasedVersion, DistributedTermsComponentTest,
TestDistributedMissingSort, TestJoin, DistributedFacetPivotLargeTest,
TestCollectionAPI, MergeStrategyTest, TestCoreContainer, TestHashPartitioner,
PeerSyncTest, TestRealTimeGet, TestGroupingSearch,
TestManagedSynonymFilterFactory, Te
stDocBasedVersionConstraints, ZkCLITest, TestSolr4Spatial, TestRangeQuery,
TestSolrXmlPersistence, SpellCheckComponentTest, CacheHeaderTest,
TestCopyFieldCollectionResource, TestSchemaNameResource,
TestUniqueKeyFieldResource, TestFaceting, TestStressUserVersions,
SolrXmlInZkTest, StatsComponentTest, BasicFunctionalityTest, CursorMarkTest,
TestFunctionQuery, CurrencyFieldXmlFileTest, SchemaVersionSpecificBehaviorTest,
TestAtomicUpdateErrorCases, DocValuesMissingTest, TestExtendedDismaxParser,
TestIndexSearcher, TestMultiCoreConfBootstrap, TestPseudoReturnFields,
SignatureUpdateProcessorFactoryTest, SpatialFilterTest,
TestWordDelimiterFilterFactory, TestCSVLoader, TestNRTOpen,
TestSolrDeletionPolicy1, DisMaxRequestHandlerTest, XmlUpdateRequestHandlerTest,
BJQParserTest, TestCSVResponseWriter, DirectSolrSpellCheckerTest,
TestCoreDiscovery, TermVectorComponentTest, TestConfig, LoggingHandlerTest,
TermsComponentTest, TestUpdate, AnalyticsQueryTest, TestTrie, SOLR749Test,
IndexSchemaTest,
FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest,
CoreMergeIndexesAdminHandlerTest, TestQueryUtils, TestQueryTypes,
TestComponentsName, TestSolrDeletionPolicy2, CopyFieldTest, RequiredFieldsTest,
TestPostingsSolrHighlighter, DocValuesMultiTest, TestSolrXml,
TestSolr4Spatial2, TestAnalyzeInfixSuggestions,
TestHighFrequencyDictionaryFactory, TestLuceneMatchVersion,
TestFileDictionaryLookup]
: : [junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestFileDictionaryLookup -Dtests.seed=41A319E125435502
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_EG
-Dtests.timezone=America/Guayaquil -Dtests.file.encoding=US-ASCII
: : [junit4] ERROR 0.00s J0 | TestFileDictionaryLookup (suite) <<<
: : [junit4] > Throwable #1: org.apache.solr.common.SolrException:
SolrCore 'collection1' is not available due to init failure: null
: : [junit4] > at
__randomizedtesting.SeedInfo.seed([41A319E125435502]:0)
: : [junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:745)
: : [junit4] > at
org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
: : [junit4] > at
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
: : [junit4] > at
org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:990)
: : [junit4] > at
org.apache.solr.spelling.suggest.TestFileDictionaryLookup.beforeClass(TestFileDictionaryLookup.java:30)
: : [junit4] > at java.lang.Thread.run(Thread.java:745)
: : [junit4] > Caused by: org.apache.solr.common.SolrException
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:873)
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
: : [junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
: : [junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
: : [junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
: : [junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
: : [junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
: : [junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
: : [junit4] > ... 1 more
: : [junit4] > Caused by: java.lang.RuntimeException
: : [junit4] > at
org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory.create(BlendedInfixLookupFactory.java:102)
: : [junit4] > at
org.apache.solr.spelling.suggest.SolrSuggester.init(SolrSuggester.java:104)
: : [junit4] > at
org.apache.solr.handler.component.SuggestComponent.inform(SuggestComponent.java:113)
: : [junit4] > at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:651)
: : [junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:856)
: : [junit4] > ... 8 more
: : [junit4] Completed on J0 in 1.68s, 0 tests, 1 error <<< FAILURES!
: :
: : [...truncated 147 lines...]
: : BUILD FAILED
: :
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:475:
The following error occurred while executing this line:
: :
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:455:
The following error occurred while executing this line:
: :
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:45:
The following error occurred while executing this line:
: :
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/extra-targets.xml:37:
The following error occurred while executing this line:
: :
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build.xml:189:
The following error occurred while executing this line:
: :
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/common-build.xml:496:
The following error occurred while executing this line:
: :
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:1351:
The following error occurred while executing this line:
: :
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:966:
There were test failures: 419 suites, 1723 tests, 6 suite-level errors, 1
error, 53 ignored (19 assumptions)
: :
: : Total time: 132 minutes 35 seconds
: : Build step 'Invoke Ant' marked build as failure
: : Archiving artifacts
: : Sending artifact delta relative to Lucene-Solr-Tests-4.x-Java7 #2065
: : Archived 3 artifacts
: : Archive block size is 32768
: : Received 0 blocks and 225965606 bytes
: : Compression is 0.0%
: : Took 41 sec
: : Recording test results
: : Email was triggered for: Failure
: : Sending email for trigger: Failure
: :
: :
: :
:
: -Hoss
: http://www.lucidworks.com/
-Hoss
http://www.lucidworks.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]