Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/407/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.handler.TestReplicationHandler.doTestStressReplication
Error Message:
[index.20160823082424760, index.20160823082449510, index.properties,
replication.properties, snapshot_metadata] expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: [index.20160823082424760, index.20160823082449510,
index.properties, replication.properties, snapshot_metadata] expected:<1> but
was:<2>
at
__randomizedtesting.SeedInfo.seed([83CD07369A590FB5:586607F09F716606]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:909)
at
org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:876)
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.update.PeerSyncTest.test
Error Message:
expected:<true> but was:<false>
Stack Trace:
java.lang.AssertionError: expected:<true> but was:<false>
at
__randomizedtesting.SeedInfo.seed([83CD07369A590FB5:B9938EC34A5624D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
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 11690 lines...]
[junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\init-core-data-001
[junit4] 2> 1781235 INFO
(SUITE-TestReplicationHandler-seed#[83CD07369A590FB5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 1781237 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterCoreReload
[junit4] 2> 1781238 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1
[junit4] 2> 1781259 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1781260 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@13d5be9{/solr,null,AVAILABLE}
[junit4] 2> 1781261 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@1aab920{HTTP/1.1,[http/1.1]}{127.0.0.1:59554}
[junit4] 2> 1781262 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.Server Started @1785460ms
[junit4] 2> 1781262 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1\data,
hostContext=/solr, hostPort=59554}
[junit4] 2> 1781262 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 1781262 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001'
[junit4] 2> 1781262 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1781262 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1781263 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\solr.xml
[junit4] 2> 1781273 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.
[junit4] 2> 1781273 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer New CoreContainer 3770304
[junit4] 2> 1781273 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001]
[junit4] 2> 1781274 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\lib
to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\lib
[junit4] 2> 1781274 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] 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,connectionsEvictorSleepDelay :
5000,maxConnectionIdleTime : 40000,
[junit4] 2> 1781278 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1781279 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1781279 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1781279 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1781279 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1781281 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.
[junit4] 2> 1781286 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data\}
[junit4] 2> 1781286 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1
[junit4] 2> 1781288 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1781288 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1781288 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1781289 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1'
[junit4] 2> 1781289 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1781289 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1781322 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1781325 WARN (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1781326 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1781331 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1781342 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1781351 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1781363 INFO (coreLoadExecutor-6932-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\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1'
[junit4] 2> 1781364 INFO (coreLoadExecutor-6932-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1
[junit4] 2> 1781364 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1781364 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\]
[junit4] 2> 1781364 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1781365 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\snapshot_metadata
[junit4] 2> 1781365 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 1781365 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\
[junit4] 2> 1781365 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index/
[junit4] 2> 1781365 WARN (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 1781366 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index
[junit4] 2> 1781366 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.17098294284676996]
[junit4] 2> 1781366 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1216442
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8c02ad),segFN=segments_1,generation=1}
[junit4] 2> 1781366 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1781368 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\
[junit4] 2> 1781369 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1781381 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781384 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781386 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781388 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781390 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1781390 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1781390 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1781390 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1781391 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1781391 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=79.294921875,
floorSegmentMB=0.4189453125, forceMergeDeletesPctAllowed=15.558107581406112,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.18111299725113617
[junit4] 2> 1781392 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1216442
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8c02ad),segFN=segments_1,generation=1}
[junit4] 2> 1781392 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1781392 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8ca211[collection1]
main]
[junit4] 2> 1781392 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1\conf
[junit4] 2> 1781393 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1\conf}
[junit4] 2> 1781393 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1\conf
[junit4] 2> 1781394 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1781394 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml,xslt/dummy.xsl
[junit4] 2> 1781395 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1781396 INFO
(searcherExecutor-6933-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@8ca211[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1781396 INFO (coreLoadExecutor-6932-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1781793 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1
[junit4] 2> 1781816 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1781818 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@17d6c70{/solr,null,AVAILABLE}
[junit4] 2> 1781821 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@5e5dd1{HTTP/1.1,[http/1.1]}{127.0.0.1:59557}
[junit4] 2> 1781821 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.Server Started @1786020ms
[junit4] 2> 1781821 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1\data,
hostContext=/solr, hostPort=59557}
[junit4] 2> 1781821 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 1781826 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002'
[junit4] 2> 1781826 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1781826 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1781830 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\solr.xml
[junit4] 2> 1781845 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.
[junit4] 2> 1781845 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer New CoreContainer 10094266
[junit4] 2> 1781846 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002]
[junit4] 2> 1781846 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\lib
to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\lib
[junit4] 2> 1781846 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] 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,connectionsEvictorSleepDelay :
5000,maxConnectionIdleTime : 40000,
[junit4] 2> 1781848 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1781851 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1781851 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1781851 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1781852 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1781853 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.
[junit4] 2> 1781860 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data\}
[junit4] 2> 1781860 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1
[junit4] 2> 1781862 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1781862 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1781862 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1781863 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1'
[junit4] 2> 1781863 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1781863 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1781879 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1781881 WARN (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1781882 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1781889 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1781897 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1781900 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1781904 INFO (coreLoadExecutor-6942-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\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1'
[junit4] 2> 1781904 INFO (coreLoadExecutor-6942-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1
[junit4] 2> 1781904 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1781905 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\]
[junit4] 2> 1781905 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1781905 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\snapshot_metadata
[junit4] 2> 1781905 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 1781906 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\
[junit4] 2> 1781906 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index/
[junit4] 2> 1781906 WARN (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 1781907 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index
[junit4] 2> 1781907 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.17098294284676996]
[junit4] 2> 1781907 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@e5458a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@174e1e4),segFN=segments_1,generation=1}
[junit4] 2> 1781907 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1781908 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\
[junit4] 2> 1781909 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1781910 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781913 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781915 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781916 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781918 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1781918 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1781919 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1781919 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1781919 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1781919 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=79.294921875,
floorSegmentMB=0.4189453125, forceMergeDeletesPctAllowed=15.558107581406112,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.18111299725113617
[junit4] 2> 1781919 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@e5458a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@174e1e4),segFN=segments_1,generation=1}
[junit4] 2> 1781919 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1781920 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@663b4f[collection1]
main]
[junit4] 2> 1781920 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1\conf
[junit4] 2> 1781920 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1\conf}
[junit4] 2> 1781920 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1\conf
[junit4] 2> 1781922 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1781924 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of
1000ms
[junit4] 2> 1781924 INFO
(searcherExecutor-6943-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@663b4f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1781925 INFO (coreLoadExecutor-6942-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1782377 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@5e5dd1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1782377 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=10094266
[junit4] 2> 1782384 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@d37c24
[junit4] 2> 1782388 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1782388 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1782388 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1782389 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1782389 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1782389 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3
directories currently being tracked
[junit4] 2> 1782390 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index;done=false>>]
[junit4] 2> 1782390 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1782390 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index
[junit4] 2> 1782392 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\snapshot_metadata
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\snapshot_metadata;done=false>>]
[junit4] 2> 1782392 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1782392 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\snapshot_metadata
[junit4] 2> 1782392 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\;done=false>>]
[junit4] 2> 1782392 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1782392 INFO (coreCloseExecutor-6948-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\
[junit4] 2> 1782395 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@17d6c70{/solr,null,UNAVAILABLE}
[junit4] 2> 1782405 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@1aab920{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1782406 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=3770304
[junit4] 2> 1782419 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@eaedd6
[junit4] 2> 1782419 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1782419 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1782419 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1782419 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1782423 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1782423 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3
directories currently being tracked
[junit4] 2> 1782423 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\;done=false>>]
[junit4] 2> 1782424 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1782425 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\
[junit4] 2> 1782425 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\snapshot_metadata
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\snapshot_metadata;done=false>>]
[junit4] 2> 1782425 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1782425 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\snapshot_metadata
[junit4] 2> 1782425 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index;done=false>>]
[junit4] 2> 1782425 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1782425 INFO (coreCloseExecutor-6950-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index
[junit4] 2> 1782427 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@13d5be9{/solr,null,UNAVAILABLE}
[junit4] 2> 1782441 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1782446 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@67c254{/solr,null,AVAILABLE}
[junit4] 2> 1782448 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@1ca6f38{HTTP/1.1,[http/1.1]}{127.0.0.1:59571}
[junit4] 2> 1782448 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.Server Started @1786647ms
[junit4] 2> 1782448 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1\data,
hostContext=/solr, hostPort=59571}
[junit4] 2> 1782448 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 1782448 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001'
[junit4] 2> 1782450 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1782450 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1782451 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\solr.xml
[junit4] 2> 1782462 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.
[junit4] 2> 1782462 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer New CoreContainer 31023302
[junit4] 2> 1782462 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001]
[junit4] 2> 1782462 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\lib
to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\lib
[junit4] 2> 1782462 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] 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,connectionsEvictorSleepDelay :
5000,maxConnectionIdleTime : 40000,
[junit4] 2> 1782467 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1782468 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1782468 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1782468 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1782468 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1782486 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.
[junit4] 2> 1782489 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data\}
[junit4] 2> 1782489 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1
[junit4] 2> 1782490 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1782492 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1782492 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1782494 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1'
[junit4] 2> 1782494 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1782494 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1782519 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1782533 WARN (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1782535 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1782543 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1782549 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1782550 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1782553 INFO (coreLoadExecutor-6957-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\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1'
[junit4] 2> 1782553 INFO (coreLoadExecutor-6957-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1
[junit4] 2> 1782553 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1782554 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\]
[junit4] 2> 1782554 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1782556 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\snapshot_metadata
[junit4] 2> 1782556 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 1782559 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\
[junit4] 2> 1782561 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index/
[junit4] 2> 1782561 WARN (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 1782561 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\index
[junit4] 2> 1782563 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.17098294284676996]
[junit4] 2> 1782569 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@90957a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fd94e6),segFN=segments_1,generation=1}
[junit4] 2> 1782571 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1782573 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\.\collection1\data\
[junit4] 2> 1782574 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1782580 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1782584 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1782588 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1782591 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1782593 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1782593 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1782593 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1782593 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1782593 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1782595 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=79.294921875,
floorSegmentMB=0.4189453125, forceMergeDeletesPctAllowed=15.558107581406112,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.18111299725113617
[junit4] 2> 1782596 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@90957a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fd94e6),segFN=segments_1,generation=1}
[junit4] 2> 1782596 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1782596 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ce37f8[collection1]
main]
[junit4] 2> 1782597 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1\conf
[junit4] 2> 1782597 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1\conf}
[junit4] 2> 1782597 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-001\collection1\conf
[junit4] 2> 1782598 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1782598 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml
[junit4] 2> 1782598 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1782599 INFO
(searcherExecutor-6958-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1ce37f8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1782599 INFO (coreLoadExecutor-6957-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1783008 INFO (qtp674623-40136) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1783008 INFO (qtp674623-40136) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
[junit4] 2> 1783009 INFO (qtp674623-40136) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1783012 INFO (qtp674623-40136) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@90957a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fd94e6),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@90957a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fd94e6),segFN=segments_2,generation=2}
[junit4] 2> 1783016 INFO (qtp674623-40136) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1783019 INFO (qtp674623-40136) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@16218e9[collection1] main]
[junit4] 2> 1783019 INFO (qtp674623-40136) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1783020 INFO
(searcherExecutor-6958-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@16218e9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1783020 INFO (qtp674623-40136) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 10
[junit4] 2> 1783021 INFO (qtp674623-40132) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1783022 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 0 docs
[junit4] 2> 1783024 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1783025 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@8e0dd5{/solr,null,AVAILABLE}
[junit4] 2> 1783026 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@165d472{HTTP/1.1,[http/1.1]}{127.0.0.1:59578}
[junit4] 2> 1783026 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.e.j.s.Server Started @1787225ms
[junit4] 2> 1783026 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1\data,
hostContext=/solr, hostPort=59578}
[junit4] 2> 1783026 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 1783026 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002'
[junit4] 2> 1783026 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1783027 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1783027 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\solr.xml
[junit4] 2> 1783027 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.
[junit4] 2> 1783027 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer New CoreContainer 19732364
[junit4] 2> 1783027 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002]
[junit4] 2> 1783031 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\lib
to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\lib
[junit4] 2> 1783032 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] 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,connectionsEvictorSleepDelay :
5000,maxConnectionIdleTime : 40000,
[junit4] 2> 1783033 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1783033 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1783033 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1783033 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1783033 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1783034 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.
[junit4] 2> 1783035 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data\}
[junit4] 2> 1783035 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1
[junit4] 2> 1783035 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1783036 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1783036 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[83CD07369A590FB5])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1783040 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1'
[junit4] 2> 1783040 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1783040 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1783053 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1783054 WARN (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1783055 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1783064 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1783068 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1783070 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1783071 INFO (coreLoadExecutor-6967-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\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1'
[junit4] 2> 1783072 INFO (coreLoadExecutor-6967-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1
[junit4] 2> 1783072 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1783072 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\]
[junit4] 2> 1783072 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1783072 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\snapshot_metadata
[junit4] 2> 1783072 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 1783073 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\
[junit4] 2> 1783073 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index/
[junit4] 2> 1783073 WARN (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 1783073 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\index
[junit4] 2> 1783074 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.17098294284676996]
[junit4] 2> 1783074 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@739c0f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c69601),segFN=segments_1,generation=1}
[junit4] 2> 1783074 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1783075 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_83CD07369A590FB5-001\solr-instance-002\.\collection1\data\
[junit4] 2> 1783075 INFO (coreLoadExecutor-6967-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1783078 INFO (c
[...truncated too long message...]
1979896 INFO (coreCloseExecutor-8396-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 1979896 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1979896 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1979897 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1979897 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1979905 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3
directories currently being tracked
[junit4] 2> 1979906 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\snapshot_metadata
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\snapshot_metadata;done=false>>]
[junit4] 2> 1979906 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1979906 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\snapshot_metadata
[junit4] 2> 1979906 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\;done=false>>]
[junit4] 2> 1979906 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1979906 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\
[junit4] 2> 1979906 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\index
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\index;done=false>>]
[junit4] 2> 1979906 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1979907 INFO (coreCloseExecutor-8396-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001\tempDir-001\shard2\cores\collection1\data\index
[junit4] 2> 1979907 INFO (TEST-PeerSyncTest.test-seed#[83CD07369A590FB5])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1ef7221{/,null,UNAVAILABLE}
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=PeerSyncTest
-Dtests.method=test -Dtests.seed=83CD07369A590FB5 -Dtests.slow=true
-Dtests.locale=ar -Dtests.timezone=America/Denver -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 6.06s J0 | PeerSyncTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<true> but
was:<false>
[junit4] > at
__randomizedtesting.SeedInfo.seed([83CD07369A590FB5:B9938EC34A5624D]:0)
[junit4] > at
org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
[junit4] > at
org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1979916 INFO
(SUITE-PeerSyncTest-seed#[83CD07369A590FB5]-worker) [ ] o.a.s.SolrTestCaseJ4
###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncTest_83CD07369A590FB5-001
[junit4] 2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity,
locale=ar, timezone=America/Denver
[junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_102
(32-bit)/cpus=3,threads=1,free=105688216,total=281391104
[junit4] 2> NOTE: All tests run in this JVM:
[TestCursorMarkWithoutUniqueKey, SpatialRPTFieldTypeTest,
TestPhraseSuggestions, SuggesterFSTTest, ExitableDirectoryReaderTest,
TestCryptoKeys, TestGraphTermsQParserPlugin, TestSolrCoreSnapshots,
LeaderElectionTest, DirectUpdateHandlerTest,
StatelessScriptUpdateProcessorFactoryTest, TestSchemaSimilarityResource,
TestSweetSpotSimilarityFactory, ReturnFieldsTest, TestCloudManagedSchema,
CdcrUpdateLogTest, TestConfig, CoreSorterTest, TestCopyFieldCollectionResource,
CollectionsAPISolrJTest, TestObjectReleaseTracker, AnalysisAfterCoreReloadTest,
TestSchemaNameResource, TestJmxMonitoredMap, HighlighterMaxOffsetTest,
DistributedFacetPivotLongTailTest, TestExpandComponent,
UnloadDistributedZkTest, TestPseudoReturnFields, SuggestComponentTest,
ScriptEngineTest, TestRequestForwarding, AddBlockUpdateTest, TestFastLRUCache,
HighlighterTest, TestSortByMinMaxFunction, HdfsCollectionsAPIDistributedZkTest,
TestConfigSetProperties, RulesTest, BitVectorTest, DistribCursorPagingTest,
DocValuesMultiTest, TestBlobHandler, SegmentsInfoRequestHandlerTest,
TestRawTransformer, TriLevelCompositeIdRoutingTest, BlockDirectoryTest,
TestHashPartitioner, TestDocumentBuilder, TestExactStatsCache,
SimpleFacetsTest, TestNumericTerms64, ReplaceNodeTest, CollectionReloadTest,
TestStressReorder, TestReRankQParserPlugin, TestCloudDeleteByQuery,
CdcrBootstrapTest, InfoHandlerTest, TestManagedResourceStorage,
SharedFSAutoReplicaFailoverUtilsTest, TestHdfsUpdateLog, TestArbitraryIndexDir,
TestSolrQueryParserResource, TestDocSet, TestXIncludeConfig,
DistributedVersionInfoTest, TestTolerantSearch, PingRequestHandlerTest,
TestSolr4Spatial2, TestElisionMultitermQuery, TimeZoneUtilsTest,
TestSubQueryTransformerDistrib, TestShardHandlerFactory,
CurrencyFieldXmlFileTest, TestTrieFacet,
DistributedQueryElevationComponentTest, TestSQLHandler,
IndexBasedSpellCheckerTest, TestRemoteStreaming, HdfsUnloadDistributedZkTest,
PrimUtilsTest, SSLMigrationTest, StressHdfsTest, TestDFRSimilarityFactory,
TestNRTOpen, QueryElevationComponentTest, ZkStateReaderTest,
OverseerTaskQueueTest, TestHdfsCloudBackupRestore, ClusterStateTest,
DistribJoinFromCollectionTest, TestExtendedDismaxParser, PolyFieldTest,
TestSolrCloudWithKerberosAlt, TestQuerySenderNoQuery, HttpPartitionTest,
JsonLoaderTest, TestLRUCache, JSONWriterTest, DocumentBuilderTest,
AlternateDirectoryTest, SortSpecParsingTest, ResponseHeaderTest,
TestIBSimilarityFactory, TestSerializedLuceneMatchVersion, DeleteShardTest,
TestFieldTypeCollectionResource, HdfsDirectoryTest, TermsComponentTest,
TestSchemaManager, TestDownShardTolerantSearch, BadComponentTest,
TestDocBasedVersionConstraints, TestLuceneMatchVersion, TestFaceting,
TestLFUCache, StandardRequestHandlerTest, RestartWhileUpdatingTest,
UUIDUpdateProcessorFallbackTest, TestAnalyzeInfixSuggestions,
DocValuesMissingTest, TestLegacyFieldCache, ChangedSchemaMergeTest,
TestPostingsSolrHighlighter, TestSortingResponseWriter, SyncSliceTest,
ZkControllerTest, HLLUtilTest, TestRebalanceLeaders, CleanupOldIndexTest,
TestSimpleQParserPlugin, TestLeaderInitiatedRecoveryThread, HardAutoCommitTest,
RequiredFieldsTest, ShardSplitTest, MoreLikeThisHandlerTest,
SoftAutoCommitTest, TestSearchPerf, TestEmbeddedSolrServerConstructors,
ParsingFieldUpdateProcessorsTest, UUIDFieldTest, SliceStateTest,
SimpleMLTQParserTest, ShardRoutingTest, BigEndianAscendingWordDeserializerTest,
TestStressLiveNodes, TestSolrConfigHandlerConcurrent, UpdateParamsTest,
TestAnalyzedSuggestions, TestManagedSchema, TestSizeLimitedDistributedMap,
TestReplicationHandler, TestRecovery, DistributedSpellCheckComponentTest,
TestRealTimeGet, TestStressVersions, TestCoreContainer, TestSolr4Spatial,
SolrCoreTest, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest,
PeerSyncTest]
[junit4] Completed [337/631 (2!)] on J0 in 6.11s, 1 test, 1 failure <<<
FAILURES!
[...truncated 53416 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]