Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/794/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test

Error Message:
List size mismatch @ spellcheck/suggestions

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


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:37317/solr/testSolrCloudCollection_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:37317/solr/testSolrCloudCollection_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([F2D8D2DCD85CEDD2:CF007CF0E0B2B3A2]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
        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.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
        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: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
http://127.0.0.1:37317/solr/testSolrCloudCollection_shard1_replica2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        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:365)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:209)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        ... 10 more




Build Log:
[...truncated 11599 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001
   [junit4]   2> 1739288 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1739289 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1739289 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739289 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1739289 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739289 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739289 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739356 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1739359 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1739367 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1739382 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1739447 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1739466 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1739468 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1739471 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1739473 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1739474 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1739474 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1739474 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1739474 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739474 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739475 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1739475 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739475 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1064804828
   [junit4]   2> 1739475 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739475 WARN  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739475 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-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> 1739477 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1739477 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1739477 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1739477 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1739477 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1739478 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=collection1, 
dataDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 1739478 INFO  (coreLoadExecutor-8188-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> 1739479 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1739479 INFO  (coreLoadExecutor-8188-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> 1739479 INFO  (coreLoadExecutor-8188-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> 1739479 INFO  (coreLoadExecutor-8188-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> 1739498 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1739501 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1739507 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1739511 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1739569 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1739574 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1739575 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1739578 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1739580 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1739581 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1739581 INFO  (coreLoadExecutor-8188-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1739583 INFO  (coreLoadExecutor-8188-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> 1739583 INFO  (coreLoadExecutor-8188-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> 1739584 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1739584 INFO  (coreLoadExecutor-8188-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.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001/]
   [junit4]   2> 1739584 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1739584 INFO  (coreLoadExecutor-8188-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.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 1739584 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 1739584 INFO  (coreLoadExecutor-8188-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.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001
   [junit4]   2> 1739584 INFO  (coreLoadExecutor-8188-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.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001/index/
   [junit4]   2> 1739584 WARN  (coreLoadExecutor-8188-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.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1739585 INFO  (coreLoadExecutor-8188-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.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001/index
   [junit4]   2> 1739585 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=59.529296875, 
floorSegmentMB=2.0390625, forceMergeDeletesPctAllowed=7.906583196961452, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7018410126260172
   [junit4]   2> 1739585 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_1,generation=1}
   [junit4]   2> 1739585 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1739588 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1739591 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1739592 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.handler.component.SpellCheckComponentTest_F2D8D2DCD85CEDD2-001/init-core-data-001/
   [junit4]   2> 1739592 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1739593 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1739594 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1739596 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1739596 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1739596 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1739596 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1739596 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1739596 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_1,generation=1}
   [junit4]   2> 1739596 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1739597 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@25b4cff7[collection1] main]
   [junit4]   2> 1739597 WARN  (coreLoadExecutor-8188-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> 1739597 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1739597 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1739597 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1739597 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1739604 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: default
   [junit4]   2> 1739607 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: default_teststop
   [junit4]   2> 1739607 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 1739607 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 1739615 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: threshold
   [junit4]   2> 1739615 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 1739615 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: threshold_direct
   [junit4]   2> 1739618 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: multipleFields
   [junit4]   2> 1739632 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: freq
   [junit4]   2> 1739671 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: fqcn
   [junit4]   2> 1739671 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1739672 INFO  (coreLoadExecutor-8188-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1739673 INFO  
(SUITE-SpellCheckComponentTest-seed#[F2D8D2DCD85CEDD2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1739678 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1739680 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1739682 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 1739683 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1739683 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1739683 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 1739684 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 1739684 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 1739684 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 1739685 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 1739685 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 1739685 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1739689 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_2,generation=2}
   [junit4]   2> 1739689 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1739690 WARN  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 1739691 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f8d0878[collection1] main]
   [junit4]   2> 1739691 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1739712 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1739712 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
default_teststop
   [junit4]   2> 1739713 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1739713 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
direct_lowerfilt
   [junit4]   2> 1739713 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1739713 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 1739713 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
threshold_direct
   [junit4]   2> 1739713 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1739713 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1739714 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1739714 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1739714 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1739715 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1739715 INFO  
(searcherExecutor-8189-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@25b4cff7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1739715 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1739715 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
default_teststop
   [junit4]   2> 1739715 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1739715 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
direct_lowerfilt
   [junit4]   2> 1739715 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1739715 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 1739716 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
threshold_direct
   [junit4]   2> 1739716 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1739716 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1739717 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1739717 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1739719 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1739719 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1739719 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4f8d0878[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 1739720 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 34
   [junit4]   2> 1739721 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 1739721 ERROR 
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.SolrTestCaseJ4 query failed JSON validation. error=List size mismatch @ 
spellcheck/suggestions
   [junit4]   2>  expected 
=/spellcheck=={'suggestions':['documemt',{'numFound':1,'startOffset':0,'endOffset':8,'suggestion':['document']}]}
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":0},
   [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = 
q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml
   [junit4]   2> 1739721 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 1739722 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1739722 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1739722 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1739722 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_3,generation=3}
   [junit4]   2> 1739722 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 1739722 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7512d41f[collection1] main]
   [junit4]   2> 1739722 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1739723 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1739733 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1739746 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1739755 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1739755 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1739763 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1739768 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1739782 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7512d41f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1739782 INFO  
(TEST-SpellCheckComponentTest.test-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 60
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SpellCheckComponentTest -Dtests.method=test 
-Dtests.seed=F2D8D2DCD85CEDD2 -Dtests.slow=true -Dtests.locale=en 
-Dtests.timezone=Australia/Canberra -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.11s J0 | SpellCheckComponentTest.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: List size mismatch @ 
spellcheck/suggestions
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F2D8D2DCD85CEDD2:7A8CED0676A0802A]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:870)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:817)
   [junit4]    >        at 
org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1739803 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testRebuildOnCommit
   [junit4]   2> 1739804 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1739804 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 1739804 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1739805 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1739805 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 1739805 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 1739805 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 1739806 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 1739806 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 1739806 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 1739806 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1739808 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_4,generation=4}
   [junit4]   2> 1739808 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1739809 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c8cf11a[collection1] main]
   [junit4]   2> 1739809 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1739823 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1739856 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1739871 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1739912 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1739912 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1739952 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1740022 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1740066 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5c8cf11a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c10)))}
   [junit4]   2> 1740066 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 259
   [junit4]   2> 1740092 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} 
hits=0 status=0 QTime=24
   [junit4]   2> 1740092 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11231]} 0 0
   [junit4]   2> 1740093 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740095 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_4,generation=4}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_5,generation=5}
   [junit4]   2> 1740095 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 1740095 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@c92e87c[collection1] main]
   [junit4]   2> 1740095 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740102 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1740129 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1740140 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1740166 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1740166 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1740184 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1740202 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1740232 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c92e87c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c10)
 Uninverting(_2(7.0.0):c1)))}
   [junit4]   2> 1740232 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 139
   [junit4]   2> 1740233 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} 
hits=0 status=0 QTime=166
   [junit4]   2> 1740234 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testRebuildOnCommit
   [junit4]   2> 1740234 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1740234 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1740235 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740235 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_5,generation=5}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_6,generation=6}
   [junit4]   2> 1740235 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 1740236 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@ce2f74c[collection1] main]
   [junit4]   2> 1740236 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740236 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1740259 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1740295 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1740312 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1740312 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1740333 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1740398 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1740412 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ce2f74c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1740412 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 176
   [junit4]   2> 1740444 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
   [junit4]   2> 1740444 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1740445 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 1740445 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1740445 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1740446 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 1740446 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 1740446 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 1740447 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 1740447 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 1740447 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 1740447 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740449 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_6,generation=6}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_7,generation=7}
   [junit4]   2> 1740449 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 7
   [junit4]   2> 1740450 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@270971e[collection1] main]
   [junit4]   2> 1740450 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740450 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1740531 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1740562 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1740662 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1740662 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1740708 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1740752 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1740791 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@270971e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c10)))}
   [junit4]   2> 1740792 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 344
   [junit4]   2> 1740792 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 1740793 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
   [junit4]   2> 1740793 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1740793 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1740793 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740793 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_7,generation=7}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_8,generation=8}
   [junit4]   2> 1740793 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 8
   [junit4]   2> 1740794 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3b6cfa75[collection1] main]
   [junit4]   2> 1740794 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740794 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1740812 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1740831 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1740843 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1740843 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1740859 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1740875 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1740887 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3b6cfa75[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1740887 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 94
   [junit4]   2> 1740903 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCollate
   [junit4]   2> 1740904 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1740904 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 1740904 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1740905 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1740906 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 1740906 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 1740906 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 1740906 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 1740906 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 1740907 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 1740907 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740909 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_8,generation=8}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_9,generation=9}
   [junit4]   2> 1740909 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 9
   [junit4]   2> 1740910 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@34bacf98[collection1] main]
   [junit4]   2> 1740910 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740910 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1740943 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1740949 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1741069 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1741069 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1741232 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1741288 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1741321 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@34bacf98[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c10)))}
   [junit4]   2> 1741321 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 414
   [junit4]   2> 1741377 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=documemt&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.build=true&spellcheck.collate=true}
 hits=0 status=0 QTime=55
   [junit4]   2> 1741378 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=documemt+lowerfilt:broen^4&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true}
 hits=0 status=0 QTime=0
   [junit4]   2> 1741379 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=documemtsss+broens&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true}
 hits=0 status=0 QTime=0
   [junit4]   2> 1741379 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=pixma&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true}
 hits=0 status=0 QTime=0
   [junit4]   2> 1741379 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCollate
   [junit4]   2> 1741380 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1741380 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1741380 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1741380 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_9,generation=9}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_a,generation=10}
   [junit4]   2> 1741380 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 10
   [junit4]   2> 1741380 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f887a2[collection1] main]
   [junit4]   2> 1741381 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1741382 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1741393 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1741400 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1741411 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1741411 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1741435 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1741492 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1741525 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4f887a2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1741525 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 145
   [junit4]   2> 1741529 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
   [junit4]   2> 1741530 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1741530 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 1741531 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1741531 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1741532 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 1741532 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 1741532 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 1741533 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 1741533 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 1741533 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 1741533 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1741537 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_a,generation=10}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_b,generation=11}
   [junit4]   2> 1741537 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 11
   [junit4]   2> 1741538 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fc7e77[collection1] main]
   [junit4]   2> 1741538 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1741551 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1741622 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1741630 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1741645 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1741645 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1741661 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1741677 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1741692 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2fc7e77[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c10)))}
   [junit4]   2> 1741693 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 159
   [junit4]   2> 1741693 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
 hits=1 status=0 QTime=0
   [junit4]   2> 1741694 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
 hits=1 status=0 QTime=0
   [junit4]   2> 1741695 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=1
   [junit4]   2> 1741695 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
   [junit4]   2> 1741696 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1741696 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1741696 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1741696 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_b,generation=11}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_c,generation=12}
   [junit4]   2> 1741696 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 12
   [junit4]   2> 1741696 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@8b0f9bc[collection1] main]
   [junit4]   2> 1741697 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1741697 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1741702 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 1741706 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1741711 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 1741711 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 1741716 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1741720 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1741731 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8b0f9bc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1741731 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F2D8D2DCD85CEDD2]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 35
   [junit4]   2> 1741742 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
   [junit4]   2> 1741742 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1741743 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 1741743 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1741743 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1741744 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 1741744 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 1741744 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 1741745 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 1741745 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 1741745 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 1741745 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1741748 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_c,generation=12}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@fea481a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6591192c),segFN=segments_d,generation=13}
   [junit4]   2> 1741748 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 13
   [junit4]   2> 1741748 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@709c7f67[collection1] main]
   [junit4]   2> 1741748 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F2D8D2DCD85CEDD2]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1741782 INFO  (searcherExecutor-8189-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1741859 INFO  (searcherExecutor-8189-t

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

it4]    >       at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
   [junit4]    >        ... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F2D8D2DCD85CEDD2-001
   [junit4]   2> Aug 19, 2016 8:41:13 PM 
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): 
{range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false), 
_version_=PostingsFormat(name=Memory doPackFST= true), 
multiDefault=PostingsFormat(name=MockRandom), 
intDefault=PostingsFormat(name=Memory doPackFST= true), 
id=PostingsFormat(name=Memory doPackFST= false), 
range_facet_i_dv=PostingsFormat(name=MockRandom), 
range_facet_l=PostingsFormat(name=MockRandom), 
timestamp=PostingsFormat(name=MockRandom)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Lucene54), 
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=818, 
maxMBSortInHeap=7.841079883653389, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ar-SA, timezone=America/Anguilla
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=97589520,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [BasicZkTest, 
TestManagedResourceStorage, TestIndexSearcher, TestConfigReload, 
TestSchemaNameResource, TestLRUStatsCache, TestSizeLimitedDistributedMap, 
TestSolrXml, SmileWriterTest, TestLockTree, TestQueryUtils, ZkStateWriterTest, 
DistributedIntervalFacetingTest, BadCopyFieldTest, TestRawTransformer, 
HdfsNNFailoverTest, OverseerStatusTest, CoreAdminCreateDiscoverTest, 
TestJettySolrRunner, TestRecovery, CachingDirectoryFactoryTest, 
CdcrRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, 
TestDistributedStatsComponentCardinality, DistanceFunctionTest, 
LoggingHandlerTest, TestTrie, TestPerFieldSimilarityWithDefaultOverride, 
TestSolrJ, DateMathParserTest, TestGraphMLResponseWriter, ShardSplitTest, 
TestQueryTypes, TestSolrIndexConfig, SuggesterTSTTest, NoCacheHeaderTest, 
TermVectorComponentDistributedTest, TestJoin, HdfsLockFactoryTest, 
ConnectionReuseTest, TestClusterStateMutator, SpellCheckCollatorTest, 
ForceLeaderTest, DistributedQueryComponentOptimizationTest, OutputWriterTest, 
ZkNodePropsTest, UniqFieldsUpdateProcessorFactoryTest, 
SolrCoreCheckLockOnStartupTest, TestPHPSerializedResponseWriter, 
TestCloudDeleteByQuery, SortSpecParsingTest, TestSolr4Spatial, 
CloudExitableDirectoryReaderTest, SparseHLLTest, TestSolrCoreProperties, 
WordBreakSolrSpellCheckerTest, DeleteReplicaTest, TestConfigSets, 
TestDistributedMissingSort, TestRandomCollapseQParserPlugin, TestRangeQuery, 
TestCryptoKeys, LeaderElectionIntegrationTest, TestValueSourceCache, 
TestFastOutputStream, CSVRequestHandlerTest, SpellingQueryConverterTest, 
TestBulkSchemaAPI, AnalysisErrorHandlingTest, CdcrReplicationDistributedZkTest, 
TestMinMaxOnMultiValuedField, CloneFieldUpdateProcessorFactoryTest, 
ChaosMonkeySafeLeaderTest, SuggesterTest, TestFieldCache, 
TestLeaderInitiatedRecoveryThread, TestRequestForwarding, 
TolerantUpdateProcessorTest, DistributedTermsComponentTest, DebugComponentTest, 
TestUninvertingReader, HdfsSyncSliceTest, TestLMJelinekMercerSimilarityFactory, 
SuggestComponentContextFilterQueryTest, PluginInfoTest, 
TestDownShardTolerantSearch, CollectionsAPIAsyncDistributedZkTest, 
TestCoreDiscovery, BasicDistributedZk2Test, NumericFieldsTest, 
TestNumericTerms32, TestSolrQueryParserResource, TestExactSharedStatsCache, 
RecoveryAfterSoftCommitTest, TestDefaultStatsCache, SolrInfoMBeanTest, 
DirectSolrConnectionTest, TestSolrDeletionPolicy2, TestTrieFacet, 
DistributedFacetPivotWhiteBoxTest, VersionInfoTest, 
CoreMergeIndexesAdminHandlerTest, AtomicUpdatesTest, 
TestSlowCompositeReaderWrapper, CurrencyFieldOpenExchangeTest, 
TestReloadDeadlock, TestAtomicUpdateErrorCases, CollectionStateFormat2Test, 
TestXmlQParserPlugin, TestScoreJoinQPNoScore, TestSuggestSpellingConverter, 
TestFuzzyAnalyzedSuggestions, JavabinLoaderTest, SpatialRPTFieldTypeTest, 
TestSolrQueryParser, TestReversedWildcardFilterFactory, 
TestManagedStopFilterFactory, TestCollationField, TestRebalanceLeaders, 
DistribDocExpirationUpdateProcessorTest, LukeRequestHandlerTest, 
BasicFunctionalityTest, TestSchemaManager, DistributedMLTComponentTest, 
RestartWhileUpdatingTest, TestGraphTermsQParserPlugin, TestBinaryField, 
DirectUpdateHandlerOptimizeTest, FieldMutatingUpdateProcessorTest, 
AnalyticsQueryTest, OpenExchangeRatesOrgProviderTest, ZkSolrClientTest, 
TestFieldCacheSanityChecker, TestHdfsCloudBackupRestore, 
RAMDirectoryFactoryTest, TestFreeTextSuggestions, TestSubQueryTransformer, 
SpellPossibilityIteratorTest, SynonymTokenizerTest, CoreAdminHandlerTest, 
TestSortByMinMaxFunction, SharedFSAutoReplicaFailoverUtilsTest, TestReload, 
TestPerFieldSimilarity, TestFiltering, MultiThreadedOCPTest, 
AliasIntegrationTest, BadIndexSchemaTest, TestConfigSetsAPIExclusivity, 
ConnectionManagerTest, DateFieldTest, TestFieldCacheSortRandom, 
TestCharFilters, TestRestoreCore, TestConfigSetImmutable, 
ShowFileRequestHandlerTest, BasicDistributedZkTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, ClusterStateUpdateTest, TestZkChroot, 
TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, 
TestRealTimeGet, HardAutoCommitTest, StatsComponentTest, TestFunctionQuery, 
TestBadConfig, SoftAutoCommitTest, DocValuesTest, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, 
TestJmxIntegration, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, 
JsonLoaderTest, SearchHandlerTest, HighlighterConfigTest, 
TestQuerySenderListener, CopyFieldTest, BadComponentTest, MultiTermTest, 
SampleTest, TestDocSet, TestSearchPerf, MinimalSchemaTest, 
TestElisionMultitermQuery, TestConfig, ExternalFileFieldSortTest, 
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, EchoParamsTest, 
TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, 
ResourceLoaderTest, ChaosMonkeyNothingIsSafeTest, BaseCdcrDistributedZkTest, 
CleanupOldIndexTest, CollectionTooManyReplicasTest, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MigrateRouteKeyTest, ReplaceNodeTest, ReplicationFactorTest, SSLMigrationTest, 
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, 
SolrXmlInZkTest, TestCloudPivotFacet, TestCloudPseudoReturnFields, 
TestCollectionAPI, TestOnReconnectListenerSupport, 
TestRandomRequestDistribution, TestSSLRandomization, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestTolerantUpdateProcessorCloud, HdfsRecoveryZkTest, HdfsThreadLeakTest, 
ZkStateReaderTest, RuleEngineTest, BlobRepositoryCloudTest, 
DirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, 
QueryResultKeyTest, TestBackupRepositoryFactory, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSolrConfigHandler, RequestLoggingTest, 
TestReplicationHandlerBackup, TestReqParamsAPI, 
TestSolrConfigHandlerConcurrent, CoreAdminRequestStatusTest, InfoHandlerTest, 
SecurityConfHandlerTest, DistributedFacetPivotLargeTest, 
DistributedFacetPivotSmallAdvancedTest, FacetPivotSmallTest, 
TestExpandComponent, TestPivotHelperCode, HighlighterMaxOffsetTest, 
WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, TestCloudManagedSchema, 
TestCloudSchemaless, TestSearcherReuse, TestSimpleQParserPlugin, 
TestSolr4Spatial2, TestStandardQParsers, TestStressUserVersions, 
TestXmlQParser, BlockJoinFacetDistribTest, BlockJoinFacetRandomTest, 
BlockJoinFacetSimpleTest, TestJsonRequest, CloudMLTQParserTest, 
TestClassicSimilarityFactory, TestExactStatsCache, BasicAuthIntegrationTest]
   [junit4] Completed [594/629 (2!)] on J1 in 18.20s, 1 test, 1 error <<< 
FAILURES!

[...truncated 60315 lines...]

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

Reply via email to