Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/761/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.spelling.suggest.SuggesterFSTTest.testRebuild
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([3B2A07197AA245DA:600FA55A4EA23F40]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
at
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:271)
at org.apache.lucene.search.suggest.Lookup.lookup(Lookup.java:240)
at
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:214)
at
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:196)
at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:294)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2089)
at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:756)
... 41 more
FAILED:
org.apache.solr.common.cloud.TestCollectionStateWatchers.testDeletionsTriggerWatches
Error Message:
Error from server at http://127.0.0.1:43042/solr: Could not find collection :
tobedeleted
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:43042/solr: Could not find collection :
tobedeleted
at
__randomizedtesting.SeedInfo.seed([D45EE187C8B0C323:769F29084AD3154E]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:608)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1291)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
at
org.apache.solr.common.cloud.TestCollectionStateWatchers.testDeletionsTriggerWatches(TestCollectionStateWatchers.java:252)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11539 lines...]
[junit4] Suite: org.apache.solr.spelling.suggest.SuggesterFSTTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001
[junit4] 2> 1798831 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1798832 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1798832 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1798832 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1798832 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1798832 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1798833 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1798854 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1798857 WARN
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1798857 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1798863 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellchecker.xml
[junit4] 2> 1798866 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=Solr SpellCheck Test
[junit4] 2> 1798877 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1798877 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.s.IndexSchema query parser default operator is OR
[junit4] 2> 1798878 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1798879 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1798879 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1798879 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
[junit4] 2> 1798879 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1798879 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1798879 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 1651719564
[junit4] 2> 1798879 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
[junit4] 2> 1798879 WARN
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
[junit4] 2> 1798879 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1798882 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1798882 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1798882 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1798882 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1798882 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1798883 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig-spellchecker.xml, transient=false,
schema=schema-spellchecker.xml, loadOnStartup=true,
configSetProperties=configsetprops.json, collection=collection1,
dataDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1798883 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1798884 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1798884 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1798884 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1798884 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1798922 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1798925 WARN (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1798926 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1798938 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellchecker.xml
[junit4] 2> 1798944 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=Solr SpellCheck Test
[junit4] 2> 1798950 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1798950 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.s.IndexSchema query parser default operator is OR
[junit4] 2> 1798950 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1798959 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1798959 INFO (coreLoadExecutor-6981-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1798960 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 1798960 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/]
[junit4] 2> 1798960 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1798963 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/snapshot_metadata
[junit4] 2> 1798963 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 1798965 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001
[junit4] 2> 1798965 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index/
[junit4] 2> 1798966 WARN (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1798967 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
[junit4] 2> 1798967 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.11181775749944692]
[junit4] 2> 1798971 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f379684),segFN=segments_1,generation=1}
[junit4] 2> 1798972 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1798973 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/
[junit4] 2> 1798979 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1798984 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1798986 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1798988 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1798990 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1798993 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/suggest_fst,/admin/properties,/update/json,/admin/threads,/suggest_wfst,/suggest_tst,/update/csv,/sql,/graph,/admin/segments,/admin/system,/suggest,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1798993 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1798994 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1798994 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1798994 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1798995 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f379684),segFN=segments_1,generation=1}
[junit4] 2> 1798995 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1798995 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@108175c7[collection1] main]
[junit4] 2> 1798995 WARN (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 1798996 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 1798996 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1798996 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1798996 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1798996 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1798999 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.s.s.j.JaspellLookupFactory init:
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1799003 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest
[junit4] 2> 1799003 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using
default converter
[junit4] 2> 1799003 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1799003 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_tst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookup,field=suggest,storeDir=suggest_tst,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1799013 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_tst
[junit4] 2> 1799013 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using
default converter
[junit4] 2> 1799013 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1799013 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_fst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FSTLookup,field=suggest,storeDir=suggest_fst,buildOnCommit=true,weightBuckets=5,exactMatchFirst=true}
[junit4] 2> 1799026 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_fst
[junit4] 2> 1799027 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using
default converter
[junit4] 2> 1799035 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1799035 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,field=suggest,storeDir=suggest_wfst,buildOnCommit=true,exactMatchFirst=true}
[junit4] 2> 1799036 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_wfst
[junit4] 2> 1799036 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using
default converter
[junit4] 2> 1799036 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1799037 INFO (coreLoadExecutor-6981-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1799038 INFO
(SUITE-SuggesterFSTTest-seed#[3B2A07197AA245DA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1799042 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRebuild
[junit4] 2> 1799044 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 1
[junit4] 2> 1799047 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1799047 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1799047 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1799059 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f379684),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f379684),segFN=segments_2,generation=2}
[junit4] 2> 1799060 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1799065 WARN
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping
onDeckSearchers=2
[junit4] 2> 1799074 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5bae1c4e[collection1] main]
[junit4] 2> 1799075 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1799075 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
[junit4] 2> 1799075 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1799076 ERROR
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest/jaspell.dat
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:816)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1863)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1799076 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
[junit4] 2> 1799076 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1799076 ERROR
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_tst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_tst/tst.dat
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:816)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1863)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1799077 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
[junit4] 2> 1799077 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1799077 ERROR
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_fst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_fst/fst.bin
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:816)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1863)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1799077 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
[junit4] 2> 1799077 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1799077 ERROR
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_wfst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_wfst/wfst.bin
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:816)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1863)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1799078 INFO
(searcherExecutor-6982-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@108175c7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1799078 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
[junit4] 2> 1799078 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1799078 ERROR (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest/jaspell.dat
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:816)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1863)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1799078 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
[junit4] 2> 1799078 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1799078 ERROR (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_tst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_tst/tst.dat
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:816)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1863)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1799079 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
[junit4] 2> 1799079 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1799079 ERROR (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_fst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_fst/fst.bin
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:816)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1863)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1799079 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
[junit4] 2> 1799079 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1799079 ERROR (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_wfst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_wfst/wfst.bin
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:816)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1863)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1799080 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5bae1c4e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c3)))}
[junit4] 2> 1799080 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 32
[junit4] 2> 1799083 ERROR
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.h.RequestHandlerBase java.lang.NullPointerException
[junit4] 2> at
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:271)
[junit4] 2> at
org.apache.lucene.search.suggest.Lookup.lookup(Lookup.java:240)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:214)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:196)
[junit4] 2> at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:294)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2089)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:756)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
[junit4] 2> at
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:104)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1799084 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=ac&qt=/suggest_fst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
status=500 QTime=3
[junit4] 2> 1799084 ERROR
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=ac&qt=/suggest_fst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml:java.lang.NullPointerException
[junit4] 2> at
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:271)
[junit4] 2> at
org.apache.lucene.search.suggest.Lookup.lookup(Lookup.java:240)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:214)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:196)
[junit4] 2> at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:294)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2089)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:756)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
[junit4] 2> at
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:104)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1799084 INFO
(TEST-SuggesterFSTTest.testRebuild-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRebuild
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SuggesterFSTTest
-Dtests.method=testRebuild -Dtests.seed=3B2A07197AA245DA -Dtests.slow=true
-Dtests.locale=ar-KW -Dtests.timezone=America/Kralendijk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.05s J0 | SuggesterFSTTest.testRebuild <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([3B2A07197AA245DA:600FA55A4EA23F40]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
[junit4] > at
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:104)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.NullPointerException
[junit4] > at
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:271)
[junit4] > at
org.apache.lucene.search.suggest.Lookup.lookup(Lookup.java:240)
[junit4] > at
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:214)
[junit4] > at
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:196)
[junit4] > at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:294)
[junit4] > at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
[junit4] > at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2089)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:756)
[junit4] > ... 41 more
[junit4] 2> 1799091 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSuggestions
[junit4] 2> 1799092 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1799099 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 6
[junit4] 2> 1799100 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1799100 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1799121 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f379684),segFN=segments_2,generation=2}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f379684),segFN=segments_3,generation=3}
[junit4] 2> 1799121 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
[junit4] 2> 1799122 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@783d33c9[collection1] main]
[junit4] 2> 1799122 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1799126 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
[junit4] 2> 1799126 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1799137 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest/jaspell.dat
[junit4] 2> 1799137 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_tst
[junit4] 2> 1799137 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1799149 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_tst/tst.dat
[junit4] 2> 1799149 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_fst
[junit4] 2> 1799149 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1799179 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_fst/fst.bin
[junit4] 2> 1799179 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_wfst
[junit4] 2> 1799179 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1799189 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_wfst/wfst.bin
[junit4] 2> 1799189 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@783d33c9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c3)))}
[junit4] 2> 1799190 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 90
[junit4] 2> 1799192 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=ac&qt=/suggest_fst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
status=0 QTime=1
[junit4] 2> 1799193 INFO
(TEST-SuggesterFSTTest.testSuggestions-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSuggestions
[junit4] 2> 1799196 INFO
(TEST-SuggesterFSTTest.testAnalyzer-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testAnalyzer
[junit4] 2> 1799196 INFO
(TEST-SuggesterFSTTest.testAnalyzer-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.s.Suggester init:
{field=test_field,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookupFactory}
[junit4] 2> 1799196 INFO
(TEST-SuggesterFSTTest.testAnalyzer-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testAnalyzer
[junit4] 2> 1799199 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReload
[junit4] 2> 1799200 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1799200 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1799201 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1799201 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1799210 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f379684),segFN=segments_3,generation=3}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f379684),segFN=segments_4,generation=4}
[junit4] 2> 1799210 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 4
[junit4] 2> 1799210 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@51e7e34e[collection1] main]
[junit4] 2> 1799211 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1799211 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
[junit4] 2> 1799211 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1799230 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest/jaspell.dat
[junit4] 2> 1799230 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_tst
[junit4] 2> 1799230 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1799237 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_tst/tst.dat
[junit4] 2> 1799237 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_fst
[junit4] 2> 1799237 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1799242 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_fst/fst.bin
[junit4] 2> 1799243 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_wfst
[junit4] 2> 1799243 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1799247 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/suggest_wfst/wfst.bin
[junit4] 2> 1799247 INFO (searcherExecutor-6982-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@51e7e34e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):c3)))}
[junit4] 2> 1799248 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 46
[junit4] 2> 1799248 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1799248 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1651719564
[junit4] 2> 1799248 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2d075c8f
[junit4] 2> 1799248 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=3,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=9,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1799249 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1799249 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1799249 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1799250 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1799250 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
3 directories currently being tracked
[junit4] 2> 1799250 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index;done=false>>]
[junit4] 2> 1799250 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1799250 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/index
[junit4] 2> 1799257 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001;done=false>>]
[junit4] 2> 1799257 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1799257 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001
[junit4] 2> 1799257 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/snapshot_metadata
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/snapshot_metadata;done=false>>]
[junit4] 2> 1799257 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1799257 INFO (coreCloseExecutor-6986-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/snapshot_metadata
[junit4] 2> 1799258 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1799258 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1799258 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1799258 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1799258 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1799259 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1799280 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1799283 WARN
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1799283 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1799290 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellchecker.xml
[junit4] 2> 1799294 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1799410 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1799418 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1799419 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1799425 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1799428 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1799432 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1799432 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1799433 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1799433 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1799433 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
[junit4] 2> 1799433 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1799433 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1799433 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1678368324
[junit4] 2> 1799433 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
[junit4] 2> 1799433 WARN
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
[junit4] 2> 1799434 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1799436 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1799436 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1799436 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1799437 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1799437 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1799438 INFO
(TEST-SuggesterFSTTest.testReload-seed#[3B2A07197AA245DA]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig-spellchecker.xml, transient=false, schema=schema.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
collection=collection1,
dataDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1799438 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1799438 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1799438 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
[junit4] 2> 1799438 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1799439 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1799463 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1799467 WARN (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1799468 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1799478 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellchecker.xml
[junit4] 2> 1799484 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1799572 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1799577 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1799578 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1799581 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1799583 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1799584 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1799584 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1799586 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1799586 INFO (coreLoadExecutor-6993-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1799586 INFO (coreLoadExecutor-6993-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 1799586 INFO (coreLoadExecutor-6993-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/]
[junit4] 2> 1799587 INFO (coreLoadExecutor-6993-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1799587 INFO (coreLoadExecutor-6993-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_3B2A07197AA245DA-001/init-core-data-001/snapshot_metadata
[junit4] 2> 1799587 INFO (coreLoadExecutor-6993-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 1799587 INFO (coreLoadExecutor-6993-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/export/home/jenkins/workspace/Lucene-Solr-master-S
[...truncated too long message...]
a.s.c.CachingDirectoryFactory looking to close
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_D45EE187C8B0C323-001/tempDir-001/node5/./stateformat1_shard1_replica1/data/index
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_D45EE187C8B0C323-001/tempDir-001/node5/./stateformat1_shard1_replica1/data/index;done=false>>]
[junit4] 2> 74785 INFO (coreCloseExecutor-140-thread-1)
[n:127.0.0.1:64801_solr c:stateformat1 s:shard1 r:core_node1
x:stateformat1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing
directory, CoreContainer#isShutdown=true
[junit4] 2> 74785 INFO (coreCloseExecutor-140-thread-1)
[n:127.0.0.1:64801_solr c:stateformat1 s:shard1 r:core_node1
x:stateformat1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing
directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_D45EE187C8B0C323-001/tempDir-001/node5/./stateformat1_shard1_replica1/data/index
[junit4] 2> 74789 INFO (jetty-launcher-11-thread-4) [ ]
o.a.s.c.Overseer Overseer
(id=96368004395892746-127.0.0.1:48120_solr-n_0000000000) closing
[junit4] 2> 74791 INFO
(OverseerStateUpdate-96368004395892746-127.0.0.1:48120_solr-n_0000000000)
[n:127.0.0.1:48120_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:48120_solr
[junit4] 2> 74793 INFO
(zkCallback-31-thread-15-processing-n:127.0.0.1:48120_solr)
[n:127.0.0.1:48120_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (2)
[junit4] 2> 74801 INFO
(zkCallback-31-thread-15-processing-n:127.0.0.1:48120_solr)
[n:127.0.0.1:48120_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [2])
[junit4] 2> 74801 WARN
(zkCallback-31-thread-15-processing-n:127.0.0.1:48120_solr)
[n:127.0.0.1:48120_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 74802 ERROR
(TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[D45EE187C8B0C323]-EventThread)
[n:127.0.0.1:64801_solr ] o.a.z.ClientCnxn Error while calling watcher
[junit4] 2> java.util.concurrent.RejectedExecutionException: Task
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$30/1173125770@6dc77a61
rejected from
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@28c5e9bd[Shutting
down, pool size = 2, active threads = 1, queued tasks = 0, completed tasks =
10]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
[junit4] 2> at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
[junit4] 2> 74807 INFO (jetty-launcher-11-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7f3c25c4{/solr,null,UNAVAILABLE}
[junit4] 2> 76271 WARN
(zkCallback-50-thread-1-processing-n:127.0.0.1:43042_solr)
[n:127.0.0.1:43042_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/collections/waitforstate/state.json]
[junit4] 2> 76272 WARN
(zkCallback-50-thread-3-processing-n:127.0.0.1:43042_solr)
[n:127.0.0.1:43042_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 76272 INFO (jetty-launcher-11-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@66264bc3{/solr,null,UNAVAILABLE}
[junit4] 2> 76297 WARN
(zkCallback-65-thread-2-processing-n:127.0.0.1:64801_solr)
[n:127.0.0.1:64801_solr ] o.a.s.c.LeaderElector
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for
/overseer_elect/election/96368004395892746-127.0.0.1:48120_solr-n_0000000000
[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$7.execute(SolrZkClient.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:345)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:152)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 76298 INFO (jetty-launcher-11-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1d4045c0{/solr,null,UNAVAILABLE}
[junit4] 2> 76302 INFO
(SUITE-TestCollectionStateWatchers-seed#[D45EE187C8B0C323]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62053 62053
[junit4] 2> 76326 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
[junit4] 2> java.nio.channels.CancelledKeyException
[junit4] 2> at
sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
[junit4] 2> at
sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 76327 INFO (Thread-11) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:62053 62053
[junit4] 2> 76340 WARN (Thread-11) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/aliases.json
[junit4] 2> 8 /solr/clusterprops.json
[junit4] 2> 7 /solr/security.json
[junit4] 2> 7 /solr/configs/config
[junit4] 2> 3 /solr/collections/stateformat1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 18 /solr/collections/falsepredicate/state.json
[junit4] 2> 12 /solr/collections/waitforstate/state.json
[junit4] 2> 8 /solr/clusterstate.json
[junit4] 2> 6 /solr/collections/testcollection/state.json
[junit4] 2> 3
/solr/overseer_elect/election/96368004395892746-127.0.0.1:48120_solr-n_0000000000
[junit4] 2> 3 /solr/collections/stateformat1/state.json
[junit4] 2> 2 /solr/collections/currentstate/state.json
[junit4] 2> 2
/solr/overseer_elect/election/96368004395892747-127.0.0.1:36778_solr-n_0000000002
[junit4] 2> 2 /solr/collections/delayed/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 48 /solr/overseer/queue
[junit4] 2> 36 /solr/overseer/collection-queue-work
[junit4] 2> 18 /solr/overseer/queue-work
[junit4] 2> 8 /solr/collections
[junit4] 2> 5 /solr/live_nodes
[junit4] 2>
[junit4] 2> 76341 INFO
(SUITE-TestCollectionStateWatchers-seed#[D45EE187C8B0C323]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_D45EE187C8B0C323-001
[junit4] 2> Aug 06, 2016 4:51:49 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=860, maxMBSortInHeap=7.515992912973559,
sim=ClassicSimilarity, locale=no-NO, timezone=America/Tijuana
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=52391928,total=253755392
[junit4] 2> NOTE: All tests run in this JVM:
[ConcurrentUpdateSolrClientTest, ShardParamsTest, TestCollectionStateWatchers]
[junit4] Completed [24/85 (1!)] on J0 in 58.71s, 9 tests, 1 error <<<
FAILURES!
[...truncated 59611 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]