Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/618/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseSerialGC
3 tests failed.
FAILED: org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll
Error Message:
Address already in use
Stack Trace:
java.net.BindException: Address already in use
at
__randomizedtesting.SeedInfo.seed([39B895C001E2F72D:4F868AB340D55A02]:0)
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.Net.bind(Net.java:425)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:326)
at
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:244)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:384)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:327)
at
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:352)
at
org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll(TestMiniSolrCloudCluster.java:443)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([39B895C001E2F72D:CECB7B98C70A58CB]: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.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1329)
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.schema.TestManagedSchemaAPI.test
Error Message:
Error from server at http://127.0.0.1:35851/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:35851/solr/testschemaapi_shard1_replica1: ERROR:
[doc=2] unknown field 'myNewField1'
at
__randomizedtesting.SeedInfo.seed([39B895C001E2F72D:B1ECAA1AAF1E9AD5]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:661)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1073)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
at
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
at
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:35851/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:638)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Build Log:
[...truncated 11340 lines...]
[junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/init-core-data-001
[junit4] 2> 681628 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting doTestDetails
[junit4] 2> 681628 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/collection1
[junit4] 2> 681633 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 681635 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10689b3{/solr,null,AVAILABLE}
[junit4] 2> 681637 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@12d6591{HTTP/1.1,[http/1.1]}{127.0.0.1:36818}
[junit4] 2> 681637 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.Server Started @682987ms
[junit4] 2> 681637 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/collection1/data,
hostContext=/solr, hostPort=36818}
[junit4] 2> 681638 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 681638 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001'
[junit4] 2> 681638 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 681638 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 681638 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/solr.xml
[junit4] 2> 681649 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/.
[junit4] 2> 681650 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1020667
[junit4] 2> 681650 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001]
[junit4] 2> 681650 WARN
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/lib
[junit4] 2> 681650 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 681652 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 681652 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 681653 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 681653 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 681653 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 681653 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/.
[junit4] 2> 681655 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
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> 681655 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/./collection1
[junit4] 2> 681655 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 681656 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/collection1'
[junit4] 2> 681656 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 681656 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 681656 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 681656 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 681667 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 681673 WARN (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 681674 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 681687 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 681690 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 681693 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 681695 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/collection1'
[junit4] 2> 681695 INFO (coreLoadExecutor-2774-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/./collection1
[junit4] 2> 681695 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 681695 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/./collection1/data/]
[junit4] 2> 681695 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 681696 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/./collection1/data
[junit4] 2> 681696 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/./collection1/data/index/
[junit4] 2> 681696 WARN (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 681696 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/./collection1/data/index
[junit4] 2> 681696 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=47, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=80.859375,
floorSegmentMB=1.1826171875, forceMergeDeletesPctAllowed=17.977890665148195,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 681697 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_1,generation=1}
[junit4] 2> 681697 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 681697 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/./collection1/data/
[junit4] 2> 681699 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 681701 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 681702 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 681702 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 681703 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 681705 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 681705 INFO (coreLoadExecutor-2774-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
[junit4] 2> 681705 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 681705 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 681705 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 681705 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4413769423584374]
[junit4] 2> 681706 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_1,generation=1}
[junit4] 2> 681706 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 681706 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ee32d[collection1]
main]
[junit4] 2> 681707 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/collection1/conf
[junit4] 2> 681707 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/collection1/conf}
[junit4] 2> 681707 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-001/collection1/conf
[junit4] 2> 681707 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 681707 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml,xslt/dummy.xsl
[junit4] 2> 681707 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 681707 INFO
(searcherExecutor-2775-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3ee32d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 681708 INFO (coreLoadExecutor-2774-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 682158 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/collection1
[junit4] 2> 682161 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 682163 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@82b6e7{/solr,null,AVAILABLE}
[junit4] 2> 682163 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1fa2622{HTTP/1.1,[http/1.1]}{127.0.0.1:35373}
[junit4] 2> 682164 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.Server Started @683513ms
[junit4] 2> 682164 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/collection1/data,
hostContext=/solr, hostPort=35373}
[junit4] 2> 682165 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 682165 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002'
[junit4] 2> 682165 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 682165 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 682165 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/solr.xml
[junit4] 2> 682182 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/.
[junit4] 2> 682182 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer New CoreContainer 9654970
[junit4] 2> 682182 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002]
[junit4] 2> 682182 WARN
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/lib
[junit4] 2> 682183 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 682184 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 682184 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 682184 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 682184 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 682184 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 682185 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/.
[junit4] 2> 682187 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
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> 682187 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1
[junit4] 2> 682187 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 682187 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/collection1'
[junit4] 2> 682188 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 682188 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 682188 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 682188 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 682195 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 682199 WARN (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 682200 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 682206 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 682209 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 682212 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 682213 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/collection1'
[junit4] 2> 682213 INFO (coreLoadExecutor-2784-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1
[junit4] 2> 682213 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 682213 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/]
[junit4] 2> 682214 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 682214 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data
[junit4] 2> 682214 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index/
[junit4] 2> 682214 WARN (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 682214 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index
[junit4] 2> 682215 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=47, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=80.859375,
floorSegmentMB=1.1826171875, forceMergeDeletesPctAllowed=17.977890665148195,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 682215 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_1,generation=1}
[junit4] 2> 682215 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 682215 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/
[junit4] 2> 682217 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 682218 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 682219 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 682220 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 682220 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 682222 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 682222 INFO (coreLoadExecutor-2784-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
[junit4] 2> 682222 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 682223 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 682223 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 682223 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4413769423584374]
[junit4] 2> 682223 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_1,generation=1}
[junit4] 2> 682223 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 682223 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b238fd[collection1]
main]
[junit4] 2> 682224 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/collection1/conf
[junit4] 2> 682224 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/collection1/conf}
[junit4] 2> 682224 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/collection1/conf
[junit4] 2> 682224 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 682225 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of
1000ms
[junit4] 2> 682226 INFO
(searcherExecutor-2785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@b238fd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 682226 INFO (coreLoadExecutor-2784-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 682229 INFO (qtp16762720-5516) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 682692 INFO (qtp16762720-5518) [ 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> 682695 INFO (qtp16762720-5517) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 682701 INFO (qtp16762720-5511) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={slave=false&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 682701 INFO (qtp19979626-5533) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=3
[junit4] 2> 682707 INFO (qtp16762720-5516) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0]} 0 1
[junit4] 2> 682709 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 682712 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_2,generation=2}
[junit4] 2> 682712 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 682714 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@d0a69[collection1] main]
[junit4] 2> 682714 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 682715 INFO
(searcherExecutor-2775-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@d0a69[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c1)))}
[junit4] 2> 682715 INFO (qtp16762720-5518) [ 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 6
[junit4] 2> 682718 WARN (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication
suffix
[junit4] 2> 682721 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 682721 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Master's generation: 2
[junit4] 2> 682721 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 682721 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Starting replication process
[junit4] 2> 682725 INFO (qtp16762720-5511) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist}
status=0 QTime=2
[junit4] 2> 682726 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Number of files in latest index in master: 4
[junit4] 2> 682727 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904555
[junit4] 2> 682727 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
[junit4] 2> 682727 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=8.70703125,
floorSegmentMB=0.2998046875, forceMergeDeletesPctAllowed=24.25800587719629,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6241146600130254
[junit4] 2> 682728 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_1,generation=1}
[junit4] 2> 682728 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 682728 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 682728 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_1,generation=1}
[junit4] 2> 682728 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 682728 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
[junit4] 2> 682728 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to
MockDirectoryWrapper(RAMDirectory@13ea63b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fdb6c9)
[junit4] 2> 682731 INFO (qtp16762720-5516) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=2&qt=/replication&file=_0.cfe&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682734 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682737 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=2&qt=/replication&file=_0.cfs&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682741 INFO (qtp16762720-5511) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682742 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Total time taken for download
(fullCopy=false,bytesDownloaded=1879) : 0 secs (null bytes/sec) to
MockDirectoryWrapper(RAMDirectory@13ea63b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fdb6c9)
[junit4] 2> 682743 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 682744 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_2,generation=2}
[junit4] 2> 682744 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 682744 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 682745 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@165d59c[collection1] main]
[junit4] 2> 682745 INFO
(searcherExecutor-2785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@165d59c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c1)))}
[junit4] 2> 682745 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904555
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904555;done=true>>]
[junit4] 2> 682745 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=false
[junit4] 2> 682745 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904555
[junit4] 2> 682745 INFO (qtp19979626-5535) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={wait=true&masterUrl=http://127.0.0.1:36818/solr/collection1/replication&command=fetchindex}
status=0 QTime=28
[junit4] 2> 682752 INFO (qtp16762720-5516) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={slave=false&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 682753 INFO (qtp19979626-5534) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=4
[junit4] 2> 682757 INFO (qtp16762720-5517) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[1]} 0 1
[junit4] 2> 682759 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 682764 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=3
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_2,generation=2}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_3,generation=3}
[junit4] 2> 682764 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
[junit4] 2> 682764 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@360508[collection1] main]
[junit4] 2> 682764 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 682765 INFO
(searcherExecutor-2775-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@360508[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c1)
Uninverting(_1(6.1.0):c1)))}
[junit4] 2> 682765 INFO (qtp16762720-5512) [ 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 5
[junit4] 2> 682766 WARN (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication
suffix
[junit4] 2> 682769 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 682769 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Master's generation: 3
[junit4] 2> 682769 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Slave's generation: 2
[junit4] 2> 682769 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Starting replication process
[junit4] 2> 682772 INFO (qtp16762720-5516) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=3&qt=/replication&wt=javabin&version=2&command=filelist}
status=0 QTime=1
[junit4] 2> 682773 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Number of files in latest index in master: 7
[junit4] 2> 682773 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904602
[junit4] 2> 682774 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
[junit4] 2> 682775 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=8.70703125,
floorSegmentMB=0.2998046875, forceMergeDeletesPctAllowed=24.25800587719629,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6241146600130254
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_2,generation=2}
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_2,generation=2}
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to
MockDirectoryWrapper(RAMDirectory@1d6a706
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c12433)
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _0.cfe because it already exists
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
[junit4] 2> 682776 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _0.cfs because it already exists
[junit4] 2> 682779 INFO (qtp16762720-5517) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=3&qt=/replication&file=_1.cfs&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682782 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=3&qt=/replication&file=_1.cfe&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682785 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=3&qt=/replication&file=_1.si&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682789 INFO (qtp16762720-5516) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=3&qt=/replication&file=segments_3&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682790 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Total time taken for download
(fullCopy=false,bytesDownloaded=2002) : 0 secs (null bytes/sec) to
MockDirectoryWrapper(RAMDirectory@1d6a706
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c12433)
[junit4] 2> 682792 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 682792 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_2,generation=2}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_3,generation=3}
[junit4] 2> 682792 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
[junit4] 2> 682792 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 682793 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@12e8250[collection1] main]
[junit4] 2> 682794 INFO
(searcherExecutor-2785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@12e8250[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c1)
Uninverting(_1(6.1.0):c1)))}
[junit4] 2> 682794 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904602
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904602;done=true>>]
[junit4] 2> 682794 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=false
[junit4] 2> 682794 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904602
[junit4] 2> 682794 INFO (qtp19979626-5528) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={wait=true&masterUrl=http://127.0.0.1:36818/solr/collection1/replication&command=fetchindex}
status=0 QTime=27
[junit4] 2> 682800 INFO (qtp16762720-5517) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={slave=false&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 682801 INFO (qtp19979626-5533) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=3
[junit4] 2> 682804 INFO (qtp16762720-5511) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[2]} 0 1
[junit4] 2> 682807 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 682809 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=4
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_2,generation=2}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_3,generation=3}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a10a6c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a222e8),segFN=segments_4,generation=4}
[junit4] 2> 682809 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 4
[junit4] 2> 682810 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@914e36[collection1] main]
[junit4] 2> 682810 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 682811 INFO
(searcherExecutor-2775-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@914e36[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c1)
Uninverting(_1(6.1.0):c1) Uninverting(_2(6.1.0):c1)))}
[junit4] 2> 682811 INFO (qtp16762720-5518) [ 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 4
[junit4] 2> 682812 WARN (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication
suffix
[junit4] 2> 682815 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 682815 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Master's generation: 4
[junit4] 2> 682815 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Slave's generation: 3
[junit4] 2> 682815 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Starting replication process
[junit4] 2> 682818 INFO (qtp16762720-5517) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=4&qt=/replication&wt=javabin&version=2&command=filelist}
status=0 QTime=0
[junit4] 2> 682818 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Number of files in latest index in master: 10
[junit4] 2> 682818 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904647
[junit4] 2> 682819 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
[junit4] 2> 682819 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=8.70703125,
floorSegmentMB=0.2998046875, forceMergeDeletesPctAllowed=24.25800587719629,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6241146600130254
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_3,generation=3}
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_3,generation=3}
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to
MockDirectoryWrapper(RAMDirectory@b2554
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1707b74)
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _0.cfe because it already exists
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
[junit4] 2> 682820 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _0.cfs because it already exists
[junit4] 2> 682821 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _1.cfs because it already exists
[junit4] 2> 682821 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _1.cfe because it already exists
[junit4] 2> 682821 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Skipping download for _1.si because it already exists
[junit4] 2> 682824 INFO (qtp16762720-5511) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=4&qt=/replication&file=_2.si&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682827 INFO (qtp16762720-5518) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=4&qt=/replication&file=_2.cfe&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682830 INFO (qtp16762720-5512) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=4&qt=/replication&file=_2.cfs&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682832 INFO (qtp16762720-5517) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={generation=4&qt=/replication&file=segments_4&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 682833 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.h.IndexFetcher Total time taken for download
(fullCopy=false,bytesDownloaded=2005) : 0 secs (null bytes/sec) to
MockDirectoryWrapper(RAMDirectory@b2554
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1707b74)
[junit4] 2> 682847 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 682848 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_3,generation=3}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1a3eb61
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aff89),segFN=segments_4,generation=4}
[junit4] 2> 682848 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 4
[junit4] 2> 682848 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 682850 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c861b8[collection1] main]
[junit4] 2> 682851 INFO
(searcherExecutor-2785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1c861b8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c1)
Uninverting(_1(6.1.0):c1) Uninverting(_2(6.1.0):c1)))}
[junit4] 2> 682851 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904647
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904647;done=true>>]
[junit4] 2> 682851 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=false
[junit4] 2> 682851 INFO (explicit-fetchindex-cmd) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-002/./collection1/data/index.20160511041904647
[junit4] 2> 682851 INFO (qtp19979626-5529) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={wait=true&masterUrl=http://127.0.0.1:36818/solr/collection1/replication&command=fetchindex}
status=0 QTime=38
[junit4] 2> 682852 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/collection1
[junit4] 2> 682855 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 682856 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4419a6{/solr,null,AVAILABLE}
[junit4] 2> 682857 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@979e92{HTTP/1.1,[http/1.1]}{127.0.0.1:43779}
[junit4] 2> 682857 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.e.j.s.Server Started @684206ms
[junit4] 2> 682857 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/collection1/data,
hostContext=/solr, hostPort=43779}
[junit4] 2> 682857 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 682857 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003'
[junit4] 2> 682857 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 682857 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 682858 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/solr.xml
[junit4] 2> 682864 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/.
[junit4] 2> 682864 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer New CoreContainer 19580699
[junit4] 2> 682864 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003]
[junit4] 2> 682864 WARN
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/lib
[junit4] 2> 682864 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 682865 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 682866 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 682866 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 682866 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 682866 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 682867 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/.
[junit4] 2> 682868 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
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> 682868 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/./collection1
[junit4] 2> 682868 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 682868 INFO (coreLoadExecutor-2798-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_39B895C001E2F72D-001/solr-instance-003/collection1'
[junit4] 2> 682868 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 682868 INFO (coreLoadExecutor-2798-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 682868 INFO
(TEST-TestReplicationHandler.doTestDetails-seed#[39B895C001E2F72D]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 682869 INFO (coreLoadExecutor-2798-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 682876 INFO (coreLoadExecutor-2798-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 682878 WARN (coreLoadExecutor-2798-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 682879 INFO (coreLoadExecutor-2798-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 682885 INFO (coreLoadExecutor-2798-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 682887 INFO (coreLoadExecutor-2798-thread-1) [ ]
o.a.s.s.IndexSchema [collect
[...truncated too long message...]
/testschemaapi/leader_elect/shard1/election
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2089162 INFO (jetty-launcher-21548-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@15b3d0f{/solr,null,UNAVAILABLE}
[junit4] 2> 2089163 INFO
(SUITE-TestManagedSchemaAPI-seed#[39B895C001E2F72D]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36997 36997
[junit4] 2> 2089270 INFO (Thread-5166) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:36997 36997
[junit4] 2> 2089270 WARN (Thread-5166) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/configs/conf1/managed-schema
[junit4] 2> 6 /solr/configs/conf1
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/testschemaapi/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> 2089271 INFO
(SUITE-TestManagedSchemaAPI-seed#[39B895C001E2F72D]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_39B895C001E2F72D-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
{_version_=PostingsFormat(name=MockRandom), id=FSTOrd50,
myNewField=PostingsFormat(name=MockRandom)}, docValues:{},
maxPointsInLeafNode=1150, maxMBSortInHeap=5.510279346351052,
sim=ClassicSimilarity, locale=uk, timezone=Europe/Budapest
[junit4] 2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92
(32-bit)/cpus=12,threads=1,free=155253320,total=429285376
[junit4] 2> NOTE: All tests run in this JVM:
[TlogReplayBufferedWhileIndexingTest,
LeaderInitiatedRecoveryOnShardRestartTest, CoreAdminCreateDiscoverTest,
TestSortByMinMaxFunction, SolrCmdDistributorTest,
OutOfBoxZkACLAndCredentialsProvidersTest, SpellCheckComponentTest,
SoftAutoCommitTest, CdcrUpdateLogTest, TestSubQueryTransformerDistrib,
NumericFieldsTest, TestExceedMaxTermLength, BasicFunctionalityTest,
SolrPluginUtilsTest, TolerantUpdateProcessorTest,
DistributedFacetPivotWhiteBoxTest, TestGeoJSONResponseWriter, ShardRoutingTest,
TestDocumentBuilder, CloneFieldUpdateProcessorFactoryTest,
DistributedTermsComponentTest, TestDFRSimilarityFactory, FileUtilsTest,
TestQuerySenderNoQuery, CSVRequestHandlerTest, DOMUtilTest,
TestObjectReleaseTracker, TestNRTOpen, DocValuesTest,
SpellPossibilityIteratorTest, SuggestComponentContextFilterQueryTest,
TestAnalyzeInfixSuggestions, UpdateRequestProcessorFactoryTest,
SchemaVersionSpecificBehaviorTest, SpellCheckCollatorTest, TestSQLHandler,
OverseerRolesTest, ShardRoutingCustomTest,
AddSchemaFieldsUpdateProcessorFactoryTest, DistributedSuggestComponentTest,
BitVectorTest, HdfsRecoverLeaseTest, TestFieldSortValues, SolrIndexConfigTest,
TestSolrCoreProperties, HdfsLockFactoryTest, TestCodecSupport,
TestSha256AuthenticationProvider, TestUseDocValuesAsStored2, HttpPartitionTest,
BlobRepositoryCloudTest, TestLRUStatsCache, TestDFISimilarityFactory,
BlockJoinFacetRandomTest, DistributedIntervalFacetingTest,
TestDownShardTolerantSearch, HdfsUnloadDistributedZkTest, ConfigSetsAPITest,
SortByFunctionTest, TestSerializedLuceneMatchVersion, TestHashPartitioner,
SolrInfoMBeanTest, HdfsChaosMonkeySafeLeaderTest, TestExpandComponent,
RestartWhileUpdatingTest, DistributedDebugComponentTest,
DirectSolrSpellCheckerTest, SuggesterFSTTest, TestFreeTextSuggestions,
TestCloudSchemaless, TestBM25SimilarityFactory, TestConfigSetsAPIZkFailure,
TestFiltering, TestCursorMarkWithoutUniqueKey, SaslZkACLProviderTest,
OpenCloseCoreStressTest, TestChildDocTransformer, TestCollapseQParserPlugin,
TestTrie, ZkSolrClientTest, TestRandomRequestDistribution, MinimalSchemaTest,
DistribCursorPagingTest, TestClusterStateMutator, TestScoreJoinQPNoScore,
CollectionReloadTest, HLLSerializationTest, DistanceFunctionTest,
TestCoreContainer, QueryResultKeyTest, TestRawTransformer,
TestImplicitCoreProperties, TestBinaryResponseWriter, TestQuerySenderListener,
ConvertedLegacyTest, TestQueryUtils, CollectionsAPIDistributedZkTest,
TestZkChroot, TestRandomDVFaceting, TestDistributedGrouping, ZkControllerTest,
TestReload, TestSolr4Spatial, BadIndexSchemaTest, TestSort, HighlighterTest,
ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest,
SimplePostToolTest, TestCoreDiscovery, CoreAdminHandlerTest, SpatialFilterTest,
WordBreakSolrSpellCheckerTest, TestWordDelimiterFilterFactory,
DocValuesMultiTest, CacheHeaderTest, TestSurroundQueryParser,
TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TestOmitPositions,
TermsComponentTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest,
TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser,
LoggingHandlerTest, TestCollationField, ReturnFieldsTest, QueryParsingTest,
JsonLoaderTest, TestComponentsName, SOLR749Test, CopyFieldTest,
BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2,
MultiTermTest, TestBinaryField, TestSearchPerf, TestElisionMultitermQuery,
TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest,
TestLuceneMatchVersion, SynonymTokenizerTest, TestSweetSpotSimilarityFactory,
TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory,
TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest,
TestFastOutputStream, OpenExchangeRatesOrgProviderTest, PluginInfoTest,
TestFastLRUCache, ChaosMonkeyNothingIsSafeTest,
CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest,
CdcrRequestHandlerTest, CleanupOldIndexTest, CollectionTooManyReplicasTest,
ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteShardTest,
DistribJoinFromCollectionTest, DistributedQueueTest, MigrateRouteKeyTest,
SolrCloudExampleTest, TestCollectionAPI, TestExclusionRuleCollectionAccess,
TestMiniSolrCloudClusterSSL, TestRequestForwarding, TestShortCircuitedRequests,
TestStressLiveNodes, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest,
HdfsCollectionsAPIDistributedZkTest, HdfsRestartWhileUpdatingTest,
HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest,
HdfsWriteToMultipleCollectionsTest, ZkStateWriterTest, RuleEngineTest,
RulesTest, TestPivotHelperCode, TestTrackingShardHandlerFactory,
JavabinLoaderTest, HighlighterMaxOffsetTest, CheckHdfsIndexTest,
SmileWriterTest, TestMacros, TestGraphMLResponseWriter, TestRawResponseWriter,
TestSortingResponseWriter, TestManagedResourceStorage, TestRestManager,
TestBulkSchemaAPI, TestSchemaNameResource, TestSchemaResource,
TestSchemaVersionResource, TestUniqueKeyFieldResource,
TestManagedSynonymFilterFactory, SpatialRPTFieldTypeTest, TestManagedSchema,
TestManagedSchemaAPI]
[junit4] Completed [543/598 (3!)] on J1 in 14.33s, 1 test, 1 error <<<
FAILURES!
[...truncated 173 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014:
There were test failures: 598 suites (10 ignored), 2419 tests, 2 errors, 1
failure, 115 ignored (71 assumptions) [seed: 39B895C001E2F72D]
Total time: 65 minutes 53 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]