Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5621/
Java: 32bit/jdk1.8.0_72 -server -XX:+UseParallelGC
3 tests failed.
FAILED:
org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([CE663401E02B24EE:846A496CB327878D]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:721)
at
org.apache.solr.handler.component.SpellCheckComponentTest.testRebuildOnCommit(SpellCheckComponentTest.java:267)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//arr[@name='suggestion'][.='lucenejava']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">781</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>
request
was:q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
... 41 more
FAILED:
org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery
Error Message:
List size mismatch @ spellcheck/suggestions
Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
at
__randomizedtesting.SeedInfo.seed([CE663401E02B24EE:C54A63C17FE29841]:0)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
at
org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test
Error Message:
Error from server at http://127.0.0.1:52435/z/collection1: Directory
SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\spellchecker1
lockFactory=org.apache.lucene.store.NativeFSLockFactory@12bac46 still has
pending deleted files; cannot initialize IndexWriter
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:52435/z/collection1: Directory
SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\spellchecker1
lockFactory=org.apache.lucene.store.NativeFSLockFactory@12bac46 still has
pending deleted files; cannot initialize IndexWriter
at
__randomizedtesting.SeedInfo.seed([CE663401E02B24EE:46320BDB4ED74916]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
at
org.apache.solr.handler.component.DistributedSpellCheckComponentTest.q(DistributedSpellCheckComponentTest.java:67)
at
org.apache.solr.handler.component.DistributedSpellCheckComponentTest.test(DistributedSpellCheckComponentTest.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 10748 lines...]
[junit4] Suite:
org.apache.solr.handler.component.DistributedSpellCheckComponentTest
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001
[junit4] 2> 584291 INFO
(SUITE-DistributedSpellCheckComponentTest-seed#[CE663401E02B24EE]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 584291 INFO
(SUITE-DistributedSpellCheckComponentTest-seed#[CE663401E02B24EE]-worker) [
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /z/
[junit4] 2> 585275 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1
[junit4] 2> 585279 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 585281 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10f99f0{/z,null,AVAILABLE}
[junit4] 2> 585282 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@b67c12{HTTP/1.1}{127.0.0.1:52420}
[junit4] 2> 585282 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.e.j.s.Server Started @585823ms
[junit4] 2> 585282 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z, hostPort=52420,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores}
[junit4] 2> 585282 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 585282 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control'
[junit4] 2> 585282 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 585282 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 585284 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\solr.xml
[junit4] 2> 585290 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores
[junit4] 2> 585290 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer New CoreContainer 11311216
[junit4] 2> 585290 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control]
[junit4] 2> 585291 WARN
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\lib
to classpath:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\lib
[junit4] 2> 585291 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 585293 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 585295 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 585295 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 585295 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 585295 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 585295 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores
[junit4] 2> 585296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data\,
configSet=collection1}
[junit4] 2> 585296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1
[junit4] 2> 585296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 585297 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
[junit4] 2> 585297 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 585297 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 585298 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 585298 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 585298 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 585298 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 585339 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 585347 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 585377 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 585382 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 585452 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 585459 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 585460 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 585467 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 585468 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 585469 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 585470 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 585476 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
[junit4] 2> 585476 INFO (coreLoadExecutor-1971-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
configset
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
[junit4] 2> 585476 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
[junit4] 2> 585476 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\]
[junit4] 2> 585476 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@117b830
[junit4] 2> 585479 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data
[junit4] 2> 585479 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index/
[junit4] 2> 585480 WARN (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 585480 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index
[junit4] 2> 585481 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=1.3544921875,
floorSegmentMB=0.7841796875, forceMergeDeletesPctAllowed=15.643386612215394,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 585683 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14708d;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 585683 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 585685 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\
[junit4] 2> 585686 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 585686 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 585686 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 585686 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 585687 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 585687 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 585687 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 585687 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 585687 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 585687 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 585687 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 585687 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 585692 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 585693 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 585694 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 585695 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 585699 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 585699 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 585700 WARN (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 585700 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 585700 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 585700 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 585703 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 585703 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 585703 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.863119083565023]
[junit4] 2> 585703 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14708d;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 585703 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 585703 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b19c64[collection1]
main]
[junit4] 2> 585704 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 585704 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 585704 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 585704 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 585794 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 586053 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 586053 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 586053 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 586053 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 586053 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 586053 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 586053 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 586053 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 586054 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1526271531784601600
[junit4] 2> 586054 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 586054 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 586054 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 586054 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 586055 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 586055 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1526271531784601600
[junit4] 2> 586055 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1b19c64[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 586055 INFO (coreLoadExecutor-1971-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 588290 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1
[junit4] 2> 588292 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 588295 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16bd9fb{/z,null,AVAILABLE}
[junit4] 2> 588296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@746871{HTTP/1.1}{127.0.0.1:52426}
[junit4] 2> 588296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.e.j.s.Server Started @588354ms
[junit4] 2> 588296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z, hostPort=52426,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores}
[junit4] 2> 588296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 588296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0'
[junit4] 2> 588296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 588296 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 588297 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\solr.xml
[junit4] 2> 588303 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores
[junit4] 2> 588304 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer New CoreContainer 29525049
[junit4] 2> 588304 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0]
[junit4] 2> 588304 WARN
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\lib
to classpath:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\lib
[junit4] 2> 588304 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 588306 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 588306 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 588306 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 588306 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 588306 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 588308 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores
[junit4] 2> 588309 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data\,
configSet=collection1}
[junit4] 2> 588309 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1
[junit4] 2> 588309 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 588309 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
[junit4] 2> 588309 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 588309 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 588309 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 588310 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 588310 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 588310 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 588351 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 588356 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 588369 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 588374 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 588441 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 588448 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 588448 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 588453 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 588454 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 588455 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 588456 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 588462 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
[junit4] 2> 588462 INFO (coreLoadExecutor-1982-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
configset
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
[junit4] 2> 588462 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
[junit4] 2> 588463 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\]
[junit4] 2> 588463 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@117b830
[junit4] 2> 588464 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data
[junit4] 2> 588464 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index/
[junit4] 2> 588465 WARN (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 588466 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index
[junit4] 2> 588466 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=1.3544921875,
floorSegmentMB=0.7841796875, forceMergeDeletesPctAllowed=15.643386612215394,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 588477 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ba96a9;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 588477 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 588477 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\
[junit4] 2> 588479 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 588479 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 588479 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 588479 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 588479 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 588479 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 588480 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 588480 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 588480 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 588480 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 588480 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 588480 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 588485 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 588486 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 588487 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 588488 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 588492 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 588494 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 588495 WARN (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 588495 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 588496 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 588496 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 588497 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 588497 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 588498 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.863119083565023]
[junit4] 2> 588499 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ba96a9;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 588499 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 588499 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@37046e[collection1]
main]
[junit4] 2> 588499 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 588499 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 588499 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 588499 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 588537 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 588607 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 588607 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 588607 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 588607 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 588607 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 588607 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 588607 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 588608 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 588608 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 588608 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1526271534462664704
[junit4] 2> 588608 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 588608 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 588608 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 588609 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 588609 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@37046e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 588609 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1526271534462664704
[junit4] 2> 588609 INFO (coreLoadExecutor-1982-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 588870 INFO
(TEST-DistributedSpellCheckComponentTest.test-seed#[CE663401E02B24EE]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 588875 INFO (qtp7818990-3987) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{deleteByQuery=*:* (-1526271534739488768)} 0 2
[junit4] 2> 588878 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{deleteByQuery=*:* (-1526271534743683072)} 0 1
[junit4] 2> 588882 INFO (qtp7818990-3988) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[1 (1526271534748925952)]} 0 1
[junit4] 2> 588885 INFO (qtp11779585-4006) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[1 (1526271534752071680)]} 0 1
[junit4] 2> 588889 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[2 (1526271534756265984)]} 0 0
[junit4] 2> 588891 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[2 (1526271534759411712)]} 0 0
[junit4] 2> 588895 INFO (qtp7818990-3990) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[3 (1526271534763606016)]} 0 0
[junit4] 2> 588897 INFO (qtp11779585-4008) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[3 (1526271534765703168)]} 0 0
[junit4] 2> 588899 INFO (qtp7818990-3991) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[4 (1526271534767800320)]} 0 0
[junit4] 2> 588901 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[4 (1526271534769897472)]} 0 0
[junit4] 2> 588904 INFO (qtp7818990-3992) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[5 (1526271534773043200)]} 0 0
[junit4] 2> 588907 INFO (qtp11779585-4010) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[5 (1526271534776188928)]} 0 0
[junit4] 2> 588909 INFO (qtp7818990-3987) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[6 (1526271534778286080)]} 0 0
[junit4] 2> 588911 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[6 (1526271534780383232)]} 0 0
[junit4] 2> 588913 INFO (qtp7818990-3988) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[7 (1526271534782480384)]} 0 0
[junit4] 2> 588915 INFO (qtp11779585-4006) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[7 (1526271534784577536)]} 0 0
[junit4] 2> 588918 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[8 (1526271534787723264)]} 0 0
[junit4] 2> 588920 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[8 (1526271534789820416)]} 0 0
[junit4] 2> 588922 INFO (qtp7818990-3990) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[9 (1526271534791917568)]} 0 0
[junit4] 2> 588925 INFO (qtp11779585-4008) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[9 (1526271534795063296)]} 0 0
[junit4] 2> 588927 INFO (qtp7818990-3991) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[10 (1526271534797160448)]} 0 0
[junit4] 2> 588930 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[10 (1526271534800306176)]} 0 0
[junit4] 2> 588932 INFO (qtp7818990-3992) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[12 (1526271534802403328)]} 0 0
[junit4] 2> 588934 INFO (qtp11779585-4010) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[12 (1526271534804500480)]} 0 0
[junit4] 2> 588936 INFO (qtp7818990-3987) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[13 (1526271534806597632)]} 0 0
[junit4] 2> 588938 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[13 (1526271534808694784)]} 0 0
[junit4] 2> 588940 INFO (qtp7818990-3988) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[14 (1526271534810791936)]} 0 0
[junit4] 2> 588944 INFO (qtp11779585-4006) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[14 (1526271534813937664)]} 0 0
[junit4] 2> 588946 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[15 (1526271534817083392)]} 0 0
[junit4] 2> 588948 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[15 (1526271534819180544)]} 0 0
[junit4] 2> 588950 INFO (qtp7818990-3990) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[16 (1526271534821277696)]} 0 0
[junit4] 2> 588952 INFO (qtp11779585-4008) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[16 (1526271534823374848)]} 0 0
[junit4] 2> 588955 INFO (qtp7818990-3991) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[17 (1526271534826520576)]} 0 0
[junit4] 2> 588957 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[17 (1526271534828617728)]} 0 0
[junit4] 2> 588959 INFO (qtp7818990-3992) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[18 (1526271534830714880)]} 0 0
[junit4] 2> 588961 INFO (qtp11779585-4010) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[18 (1526271534832812032)]} 0 0
[junit4] 2> 588963 INFO (qtp7818990-3987) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[19 (1526271534834909184)]} 0 0
[junit4] 2> 588966 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[19 (1526271534838054912)]} 0 0
[junit4] 2> 588968 INFO (qtp7818990-3988) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[20 (1526271534840152064)]} 0 0
[junit4] 2> 588970 INFO (qtp11779585-4006) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[20 (1526271534842249216)]} 0 0
[junit4] 2> 588972 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[21 (1526271534844346368)]} 0 0
[junit4] 2> 588974 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[21 (1526271534846443520)]} 0 0
[junit4] 2> 588976 INFO (qtp7818990-3990) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[22 (1526271534848540672)]} 0 0
[junit4] 2> 588979 INFO (qtp11779585-4008) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[22 (1526271534851686400)]} 0 0
[junit4] 2> 588981 INFO (qtp7818990-3991) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[23 (1526271534853783552)]} 0 0
[junit4] 2> 588983 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[23 (1526271534855880704)]} 0 0
[junit4] 2> 588985 INFO (qtp7818990-3992) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[24 (1526271534857977856)]} 0 0
[junit4] 2> 588987 INFO (qtp11779585-4010) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[24 (1526271534860075008)]} 0 0
[junit4] 2> 588990 INFO (qtp7818990-3987) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[25 (1526271534863220736)]} 0 0
[junit4] 2> 588992 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[25 (1526271534865317888)]} 0 0
[junit4] 2> 588994 INFO (qtp7818990-3988) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[26 (1526271534867415040)]} 0 0
[junit4] 2> 588996 INFO (qtp11779585-4006) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={wt=javabin&version=2}{add=[26 (1526271534869512192)]} 0 0
[junit4] 2> 588998 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 589057 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14708d;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\control\cores\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14708d;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4] 2> 589058 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 589060 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@14ab1de[collection1] main]
[junit4] 2> 589060 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 589060 INFO
(searcherExecutor-1972-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@14ab1de[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c25)))}
[junit4] 2> 589061 INFO (qtp7818990-3989) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 56
[junit4] 2> 589064 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 589104 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ba96a9;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSpellCheckComponentTest_CE663401E02B24EE-001\tempDir-001\shard0\cores\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ba96a9;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4] 2> 589105 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 589107 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@cf5ab4[collection1] main]
[junit4] 2> 589107 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 589108 INFO
(searcherExecutor-1983-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@cf5ab4[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c25)))}
[junit4] 2> 589108 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 39
[junit4] 2> 589201 INFO (qtp7818990-3990) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=*:*&qt=spellCheckCompRH&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&spellcheck.build=true&shards.qt=spellCheckCompRH}
hits=25 status=0 QTime=81
[junit4] 2> 589321 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={distrib=false&qt=spellCheckCompRH&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:52426/z/collection1&rows=10&version=2&spellcheck.build=true&shards.qt=spellCheckCompRH&spellcheck.extendedResults=false&q=*:*&spellcheck=true&NOW=1455565962875&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=5&wt=javabin}
hits=25 status=0 QTime=49
[junit4] 2> 589324 INFO (qtp11779585-4010) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={distrib=false&qt=spellCheckCompRH&fl=id,lowerfilt&shards.purpose=64&shard.url=http://127.0.0.1:52426/z/collection1&version=2&spellcheck.build=true&shards.qt=spellCheckCompRH&spellcheck.extendedResults=false&q=*:*&spellcheck=false&NOW=1455565962875&spellcheck.onlyMorePopular=false&ids=1,2,3,4,5,6,7,8,9,10&isShard=true&spellcheck.count=1&wt=javabin}
status=0 QTime=0
[junit4] 2> 589332 INFO (qtp11779585-4008) [ x:collection1]
o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1 null
[junit4] 2> 589332 INFO (qtp11779585-4008) [ x:collection1]
o.a.s.h.c.SpellCheckComponent http://127.0.0.1:52426/z/collection1 null
[junit4] 2> 589332 INFO (qtp11779585-4008) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=*:*&shards=http://127.0.0.1:52426/z/collection1&qt=spellCheckCompRH&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&spellcheck.build=true&shards.qt=spellCheckCompRH}
hits=25 status=0 QTime=114
[junit4] 2> 589349 INFO (qtp7818990-3991) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=*:*&spellcheck.q=toyata&distrib=false&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&shards.qt=spellCheckCompRH_Direct}
hits=25 status=0 QTime=11
[junit4] 2> 589359 INFO (qtp11779585-4006) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=[ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1&rows=10&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=false&q=*:*&spellcheck.q=toyata&spellcheck=true&NOW=1455565963025&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=5&wt=javabin}
hits=25 status=0 QTime=3
[junit4] 2> 589361 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,lowerfilt&shards.purpose=64&shard.url=[ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=false&q=*:*&spellcheck.q=toyata&spellcheck=false&NOW=1455565963025&spellcheck.onlyMorePopular=false&ids=1,2,3,4,5,6,7,8,9,10&isShard=true&spellcheck.count=1&wt=javabin}
status=0 QTime=0
[junit4] 2> 589361 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.h.c.SpellCheckComponent
[ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1
{suggestions={toyata={numFound=1,startOffset=0,endOffset=6,suggestion=[toyota]}},originalTerms=[toyata]}
[junit4] 2> 589361 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.h.c.SpellCheckComponent
[ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1 null
[junit4] 2> 589362 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=*:*&shards=[ff01::114]:33332/z|http://127.0.0.1:52426/z/collection1&spellcheck.q=toyata&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&shards.qt=spellCheckCompRH_Direct}
hits=25 status=0 QTime=7
[junit4] 2> 589412 INFO (qtp7818990-3992) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=*:*&spellcheck.q=toyata&distrib=false&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&group.field=id&shards.qt=spellCheckCompRH_Direct&group=true&spellcheck.extendedResults=true}
hits=25 status=0 QTime=43
[junit4] 2> 589483 INFO (qtp11779585-4010) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={group.distributed.first=true&distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z&rows=10&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=toyata&spellcheck=true&NOW=1455565963092&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=5&wt=javabin&group.field=id&group=true}
status=0 QTime=29
[junit4] 2> 589512 INFO (qtp11779585-4008) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z&rows=10&group.topgroups.id=1&group.topgroups.id=2&group.topgroups.id=3&group.topgroups.id=4&group.topgroups.id=5&group.topgroups.id=6&group.topgroups.id=7&group.topgroups.id=8&group.topgroups.id=9&group.topgroups.id=10&version=2&group.distributed.second=true&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=toyata&spellcheck=false&NOW=1455565963092&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=1&wt=javabin&group.field=id&group=true}
status=0 QTime=11
[junit4] 2> 589526 INFO (qtp11779585-4006) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,lowerfilt,id&shards.purpose=64&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=toyata&spellcheck=false&NOW=1455565963092&spellcheck.onlyMorePopular=false&ids=1,2,3,4,5,6,7,8,9,10&isShard=true&spellcheck.count=1&wt=javabin&group.field=id}
status=0 QTime=0
[junit4] 2> 589533 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.h.c.SpellCheckComponent
http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z
{suggestions={toyata={numFound=1,startOffset=0,endOffset=6,origFreq=0,suggestion=[{word=toyota,freq=1}]}},correctlySpelled=false,originalTerms=[toyata]}
[junit4] 2> 589533 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.h.c.SpellCheckComponent
http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z
null
[junit4] 2> 589533 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.h.c.SpellCheckComponent
http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z
null
[junit4] 2> 589533 INFO (qtp11779585-4009) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=*:*&shards=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z|[ff01::114]:33332/z&spellcheck.q=toyata&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&wt=javabin&version=2&group.field=id&shards.qt=spellCheckCompRH_Direct&group=true&spellcheck.extendedResults=true}
status=0 QTime=100
[junit4] 2> 589537 INFO (qtp7818990-3987) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=*:*&spellcheck.q=bluo&distrib=false&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&spellcheck.count=4&wt=javabin&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true}
hits=25 status=0 QTime=1
[junit4] 2> 589543 INFO (qtp11779585-4005) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z&rows=10&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=bluo&spellcheck=true&NOW=1455565963211&spellcheck.onlyMorePopular=false&isShard=true&spellcheck.count=5&wt=javabin}
hits=25 status=0 QTime=1
[junit4] 2> 589546 INFO (qtp11779585-4010) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={distrib=false&qt=spellCheckCompRH_Direct&spellcheck.dictionary=direct&fl=id,lowerfilt&shards.purpose=64&shard.url=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true&q=*:*&spellcheck.q=bluo&spellcheck=false&NOW=1455565963211&spellcheck.onlyMorePopular=false&ids=1,2,3,4,5,6,7,8,9,10&isShard=true&spellcheck.count=4&wt=javabin}
status=0 QTime=0
[junit4] 2> 589546 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.h.c.SpellCheckComponent
http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z
{suggestions={bluo={numFound=1,startOffset=0,endOffset=4,origFreq=0,suggestion=[{word=blue,freq=1}]}},correctlySpelled=true,originalTerms=[bluo]}
[junit4] 2> 589546 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.h.c.SpellCheckComponent
http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z null
[junit4] 2> 589546 INFO (qtp11779585-4007) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=*:*&shards=http://127.0.0.1:52426/z/collection1|[ff01::213]:33332/z&spellcheck.q=bluo&qt=spellCheckCompRH_Direct&spellcheck=true&fl=id,lowerfilt&spellcheck.count=4&wt=javabin&version=2&shards.qt=spellCheckCompRH_Direct&spellcheck.extendedResults=true}
hits=25 status=0 QTime=6
[junit4] 2> 589566 INFO (qtp7818990-3988) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/z path=/select
params={q=The+quick+reb+fox+jumped+over+the+lazy+brown+dogs&distrib=false&qt=spellCheckCompRH_Direct&spell
[...truncated too long message...]
ctory [collection1] webapp=null path=null params={}{commit=} 0 122
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckComponentTest -Dtests.method=testNumericQuery
-Dtests.seed=CE663401E02B24EE -Dtests.slow=true -Dtests.locale=is-IS
-Dtests.timezone=Europe/Brussels -Dtests.asserts=true
-Dtests.file.encoding=Cp1252
[junit4] ERROR 0.47s J1 | SpellCheckComponentTest.testNumericQuery <<<
[junit4] > Throwable #1: java.lang.RuntimeException: List size mismatch @
spellcheck/suggestions
[junit4] > at
__randomizedtesting.SeedInfo.seed([CE663401E02B24EE:C54A63C17FE29841]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
[junit4] > at
org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2076466 INFO
(SUITE-SpellCheckComponentTest-seed#[CE663401E02B24EE]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2076466 INFO
(SUITE-SpellCheckComponentTest-seed#[CE663401E02B24EE]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=18190413
[junit4] 2> 2076467 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@9edc67
[junit4] 2> 2076467 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=24,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=112,cumulative_deletesById=0,cumulative_deletesByQuery=11,cumulative_errors=0}
[junit4] 2> 2076467 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 2076467 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 2076467 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 2076469 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 2076469 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 2076469 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\index
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\index;done=false>>]
[junit4] 2> 2076469 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\index
[junit4] 2> 2076469 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\;done=false>>]
[junit4] 2> 2076469 INFO (coreCloseExecutor-6450-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001\init-core-data-001\
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_CE663401E02B24EE-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60),
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=is-IS,
timezone=Europe/Brussels
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72
(32-bit)/cpus=3,threads=1,free=163966064,total=531365888
[junit4] 2> NOTE: All tests run in this JVM:
[UniqFieldsUpdateProcessorFactoryTest, BufferStoreTest,
TestLMJelinekMercerSimilarityFactory, DeleteStatusTest,
TestMiniSolrCloudClusterSSL, TestShardHandlerFactory, TestBulkSchemaConcurrent,
SuggesterTSTTest, ConnectionReuseTest, FieldAnalysisRequestHandlerTest,
DistributedMLTComponentTest, TestDynamicFieldCollectionResource, TestJoin,
SegmentsInfoRequestHandlerTest, LoggingHandlerTest, CSVRequestHandlerTest,
BigEndianAscendingWordSerializerTest, SharedFSAutoReplicaFailoverUtilsTest,
RAMDirectoryFactoryTest, NoCacheHeaderTest, TestFieldCollectionResource,
DistributedQueueTest, TestJsonFacets, SpellPossibilityIteratorTest,
SSLMigrationTest, CoreAdminHandlerTest, DistributedExpandComponentTest,
ExplicitHLLTest, GraphQueryTest, TestSolrConfigHandlerConcurrent,
TestSystemIdResolver, HLLSerializationTest, SynonymTokenizerTest,
HdfsChaosMonkeySafeLeaderTest, TestNoOpRegenerator, DateMathParserTest,
NotRequiredUniqueKeyTest, TestCollationField, CloudMLTQParserTest,
LeaderFailoverAfterPartitionTest, TestSolr4Spatial,
TestSchemaSimilarityResource, BasicZkTest, PluginInfoTest, SearchHandlerTest,
TestSmileRequest, BadIndexSchemaTest, TestConfigSetProperties, TestUtils,
CdcrVersionReplicationTest, BasicDistributedZk2Test, EnumFieldTest,
TestSolrQueryParserResource, MinimalSchemaTest, SuggestComponentTest,
FileBasedSpellCheckerTest, TestDynamicLoading, DistributedSuggestComponentTest,
TestCloudPivotFacet, ShardRoutingCustomTest, HdfsDirectoryFactoryTest,
DeleteInactiveReplicaTest, DataDrivenBlockJoinTest, TestIndexingPerformance,
TestCharFilters, ForceLeaderTest, NumericFieldsTest,
TestAtomicUpdateErrorCases, SolrIndexSplitterTest, TestTrie,
TestTrackingShardHandlerFactory, TestCustomDocTransformer,
TestDefaultStatsCache, TestAuthenticationFramework,
HdfsWriteToMultipleCollectionsTest, TestRequestForwarding, DateRangeFieldTest,
TestShortCircuitedRequests, OpenCloseCoreStressTest, MergeStrategyTest,
DistributedQueryComponentCustomSortTest, TestCrossCoreJoin,
TestFuzzyAnalyzedSuggestions, TestSQLHandler, BasicFunctionalityTest,
DocExpirationUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest,
TestRealTimeGet, TestFastWriter, CurrencyFieldOpenExchangeTest,
CollectionTooManyReplicasTest, MultiTermTest, RequestLoggingTest,
TestStressRecovery, SmileWriterTest, TestConfigReload, AliasIntegrationTest,
TestWriterPerf, TestFoldingMultitermQuery, AnalyticsQueryTest,
DistributedIntervalFacetingTest, HighlighterConfigTest, CleanupOldIndexTest,
TestSolrDeletionPolicy2, ResourceLoaderTest, TestMacros,
RestartWhileUpdatingTest, FieldMutatingUpdateProcessorTest, DeleteReplicaTest,
TestOmitPositions, TestSolrDynamicMBean, TestCloudManagedSchemaConcurrent,
ResponseLogComponentTest, CheckHdfsIndexTest, TestRTimerTree,
TestRebalanceLeaders, TestComplexPhraseQParserPlugin,
TlogReplayBufferedWhileIndexingTest, TestLeaderInitiatedRecoveryThread,
StatsComponentTest, TestCSVResponseWriter, TestManagedStopFilterFactory,
SparseHLLTest, TestManagedResourceStorage, TestExactSharedStatsCache,
RulesTest, TestFastOutputStream, TestQueryTypes, AnalysisErrorHandlingTest,
TestSearcherReuse, DirectUpdateHandlerOptimizeTest, MultiThreadedOCPTest,
DistanceFunctionTest, TestReload, TestCollationFieldDocValues,
SortByFunctionTest, ConcurrentDeleteAndCreateCollectionTest, SuggesterTest,
TestFieldTypeCollectionResource, TestSolrJ, TestSortingResponseWriter,
CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest,
ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot,
AutoCommitTest, TestRecovery, TermVectorComponentDistributedTest,
DistributedTermsComponentTest, SpellCheckComponentTest]
[junit4] Completed [317/579 (2!)] on J1 in 9.82s, 11 tests, 2 errors <<<
FAILURES!
[...truncated 853 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:740: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:684: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:524:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1457:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1014:
There were test failures: 579 suites (8 ignored), 2331 tests, 3 errors, 127
ignored (82 assumptions) [seed: CE663401E02B24EE]
Total time: 78 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]