You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/02/20 01:35:33 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 4290 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4290/

2 tests failed.
FAILED:  org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([31E9B237CCBB63D2:1914EF501D5FFC97]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.junit.Assert.assertNotNull(Assert.java:722)
	at org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected(MetricsHistoryWithAuthIntegrationTest.java:86)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
expected:<1582157326304> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1582157326304> but was:<0>
	at __randomizedtesting.SeedInfo.seed([31E9B237CCBB63D2:25A1E962EFBCDECC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.handler.TestReplicationHandler.assertVersions(TestReplicationHandler.java:1138)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:528)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12519 lines...]
   [junit4] Suite: org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest
   [junit4]   2> 29206 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 29206 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 29207 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_31E9B237CCBB63D2-001/data-dir-2-001
   [junit4]   2> 29223 WARN  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 29223 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 29236 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 29280 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_31E9B237CCBB63D2-001/tempDir-001
   [junit4]   2> 29295 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 29297 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 29297 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 29499 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:40015
   [junit4]   2> 29499 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40015
   [junit4]   2> 29512 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40015
   [junit4]   2> 29514 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40015
   [junit4]   2> 29758 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 29818 INFO  (zkConnectionManagerCallback-11-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 29819 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 29876 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 29879 INFO  (zkConnectionManagerCallback-13-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 29879 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 29880 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 29895 INFO  (zkConnectionManagerCallback-15-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 29895 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 30474 WARN  (jetty-launcher-16-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 30475 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 30475 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 30492 INFO  (jetty-launcher-16-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 30510 INFO  (jetty-launcher-16-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 30510 INFO  (jetty-launcher-16-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 30513 INFO  (jetty-launcher-16-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 30532 INFO  (jetty-launcher-16-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1096aba9{/solr,null,AVAILABLE}
   [junit4]   2> 30544 INFO  (jetty-launcher-16-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@19c4ceab{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:34230}
   [junit4]   2> 30544 INFO  (jetty-launcher-16-thread-1) [     ] o.e.j.s.Server Started @30712ms
   [junit4]   2> 30544 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34230}
   [junit4]   2> 30582 ERROR (jetty-launcher-16-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 30582 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 30582 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 30583 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 30583 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 30583 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-19T23:38:41.650254Z
   [junit4]   2> 30583 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 30596 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 30598 INFO  (zkConnectionManagerCallback-18-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 30598 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 30608 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 32804 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 32807 WARN  (jetty-launcher-16-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f5bf830[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 32807 WARN  (jetty-launcher-16-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f5bf830[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 32812 WARN  (jetty-launcher-16-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c930365[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 32813 WARN  (jetty-launcher-16-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c930365[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 32814 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40015/solr
   [junit4]   2> 32829 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 32832 INFO  (zkConnectionManagerCallback-25-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32851 INFO  (jetty-launcher-16-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 32967 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 32988 INFO  (zkConnectionManagerCallback-27-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32988 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 33718 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34230_solr
   [junit4]   2> 33733 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.c.Overseer Overseer (id=72315219732332549-127.0.0.1:34230_solr-n_0000000000) starting
   [junit4]   2> 34026 INFO  (OverseerStateUpdate-72315219732332549-127.0.0.1:34230_solr-n_0000000000) [n:127.0.0.1:34230_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34230_solr
   [junit4]   2> 34027 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34230_solr
   [junit4]   2> 34077 INFO  (zkCallback-26-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 34197 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 34210 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 34321 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 34537 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 34753 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34230.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 34753 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34230.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 34754 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34230.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 34769 INFO  (jetty-launcher-16-thread-1) [n:127.0.0.1:34230_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_31E9B237CCBB63D2-001/tempDir-001/node1/.
   [junit4]   2> 34887 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 34889 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 34891 INFO  (zkConnectionManagerCallback-36-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 34892 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 34894 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 34896 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40015/solr ready
   [junit4]   2> 36528 DEBUG (MetricsHistoryHandler-27-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler -- collectMetrics
   [junit4]   2> 37906 INFO  (qtp371998721-74) [n:127.0.0.1:34230_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=1
   [junit4]   2> 37985 INFO  (TEST-MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValuesAreCollected
   [junit4]   2> 37985 INFO  (qtp371998721-76) [     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:34230_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqAkxIs6WdNLpWNRfTxYdRVRdr2HKcPOm5YaGESPsvEp678IFAnbgptH/dWoi+5iRN03aqmLIVNDF4W2Z1BkoqHii+Bgsdv/gViX3QxdmJYxzeVCCLkajjxtWDefNIFImD9c/SuGjoQjKJVNDjLLqsQOY6wYk6+khMasxFsfdZueFjME7M87zyN09Pis8fDa4C20w/plPCw+zfVibyTk/4kjdfVZdR50vehoQpV7xjDeJAJxm+dYTL2z3kRSiwN6O68Ijosp2IKf96LVqIFAtYIT7+YZY7QEeLr0S2ajnF4HzJcsS66LooEjiZ4cHj6KgBT2y/Fv/zfAJv/NepCmFzwIDAQAB
   [junit4]   2> 38044 INFO  (qtp371998721-76) [n:127.0.0.1:34230_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=38
   [junit4]   2> 38106 INFO  (qtp371998721-75) [n:127.0.0.1:34230_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/history params={name=solr.jvm&action=get&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 38108 INFO  (TEST-MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValuesAreCollected
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MetricsHistoryWithAuthIntegrationTest -Dtests.method=testValuesAreCollected -Dtests.seed=31E9B237CCBB63D2 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Australia/Sydney -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.21s J2 | MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([31E9B237CCBB63D2:1914EF501D5FFC97]:0)
   [junit4]    > 	at org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected(MetricsHistoryWithAuthIntegrationTest.java:86)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 38251 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1712839923
   [junit4]   2> 38252 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34230_solr
   [junit4]   2> 38255 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 38256 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34230_solr as DOWN
   [junit4]   2> 38269 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 38278 DEBUG (jetty-closer-37-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler Closing 1922237237
   [junit4]   2> 38278 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 38279 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8ddaf2f: rootName = solr_34230, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@592059df
   [junit4]   2> 38307 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 38308 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d8ef842: rootName = solr_34230, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@105d72ab
   [junit4]   2> 38323 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 38323 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e0cdbe1: rootName = solr_34230, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@b3c60a8
   [junit4]   2> 38323 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 38326 INFO  (closeThreadPool-41-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72315219732332549-127.0.0.1:34230_solr-n_0000000000) closing
   [junit4]   2> 38327 INFO  (OverseerStateUpdate-72315219732332549-127.0.0.1:34230_solr-n_0000000000) [n:127.0.0.1:34230_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34230_solr
   [junit4]   2> 38344 INFO  (OverseerAutoScalingTriggerThread-72315219732332549-127.0.0.1:34230_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 38350 INFO  (closeThreadPool-41-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72315219732332549-127.0.0.1:34230_solr-n_0000000000) closing
   [junit4]   2> 38451 INFO  (jetty-closer-37-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72315219732332549-127.0.0.1:34230_solr-n_0000000000) closing
   [junit4]   2> 38455 INFO  (jetty-closer-37-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@19c4ceab{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 38457 INFO  (jetty-closer-37-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1096aba9{/solr,null,UNAVAILABLE}
   [junit4]   2> 38457 INFO  (jetty-closer-37-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 38459 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 38679 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 38681 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40015
   [junit4]   2> 38681 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40015
   [junit4]   2> 38681 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40015
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_31E9B237CCBB63D2-001
   [junit4]   2> Feb 19, 2020 11:38:49 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@54bb6717), locale=da, timezone=Australia/Sydney
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=425562856,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryResponseWriter, MetricsHistoryWithAuthIntegrationTest]
   [junit4] Completed [3/904 (1!)] on J2 in 10.31s, 1 test, 1 failure <<< FAILURES!

[...truncated 1187 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 1642032 INFO  (SUITE-TestReplicationHandler-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1642032 INFO  (SUITE-TestReplicationHandler-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1642032 INFO  (SUITE-TestReplicationHandler-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/data-dir-143-001
   [junit4]   2> 1642032 WARN  (SUITE-TestReplicationHandler-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1642032 INFO  (SUITE-TestReplicationHandler-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1642033 INFO  (SUITE-TestReplicationHandler-seed#[31E9B237CCBB63D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1642037 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFetchIndexShouldReportErrorsWhenTheyOccur
   [junit4]   2> 1642037 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-001/collection1
   [junit4]   2> 1642042 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1642042 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1642042 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1642042 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 1642043 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1642043 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1642043 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1642043 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fb9f85c{/solr,null,AVAILABLE}
   [junit4]   2> 1642044 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6a2be26e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46068}
   [junit4]   2> 1642044 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.Server Started @1642212ms
   [junit4]   2> 1642044 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-001/collection1/data, hostPort=46068}
   [junit4]   2> 1642045 ERROR (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1642045 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1642045 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1642045 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1642045 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 1642045 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-20T00:05:33.112473Z
   [junit4]   2> 1642045 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-001/solr.xml
   [junit4]   2> 1642048 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1642048 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1642050 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1644561 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1644562 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@59c6173[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1644562 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@59c6173[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1644566 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6898e435[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1644566 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6898e435[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1644568 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1644588 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1644588 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1644617 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1644631 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1644631 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1644633 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-001/.
   [junit4]   2> 1644634 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1644639 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1644650 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1644652 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1644652 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1644652 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1644652 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1644654 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=25.435546875, floorSegmentMB=0.587890625, forceMergeDeletesPctAllowed=24.48350404092392, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=44.100113818664
   [junit4]   2> 1644719 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1644719 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1644720 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=11.966796875, floorSegmentMB=1.9951171875, forceMergeDeletesPctAllowed=23.426315107027865, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=24.96951698248825
   [junit4]   2> 1644720 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cb72237[collection1] main]
   [junit4]   2> 1644721 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-001/collection1/conf
   [junit4]   2> 1644722 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1644722 INFO  (coreLoadExecutor-5694-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1644723 INFO  (searcherExecutor-5695-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1cb72237[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1644724 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-002/collection1
   [junit4]   2> 1644728 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1644728 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1644728 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1644728 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 1644737 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1644737 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1644737 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1644737 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72e55357{/solr,null,AVAILABLE}
   [junit4]   2> 1644738 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@30958f85{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34367}
   [junit4]   2> 1644738 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.Server Started @1644906ms
   [junit4]   2> 1644738 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-002/collection1/data, hostPort=34367}
   [junit4]   2> 1644738 ERROR (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1644738 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1644738 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1644738 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1644738 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 1644738 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-20T00:05:35.805885Z
   [junit4]   2> 1644739 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-002/solr.xml
   [junit4]   2> 1644742 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1644742 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1644744 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1645757 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1645759 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6714ede9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1645759 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6714ede9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1645763 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6da45167[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1645763 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6da45167[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1645765 WARN  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1645784 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1645785 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1645817 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1645836 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1645836 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1645839 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-002/.
   [junit4]   2> 1645839 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1645846 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1645857 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1645858 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1645858 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1645859 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1645859 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-002/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1645861 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=25.435546875, floorSegmentMB=0.587890625, forceMergeDeletesPctAllowed=24.48350404092392, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=44.100113818664
   [junit4]   2> 1645935 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1645935 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1645936 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=11.966796875, floorSegmentMB=1.9951171875, forceMergeDeletesPctAllowed=23.426315107027865, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=24.96951698248825
   [junit4]   2> 1645937 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d80d6df[collection1] main]
   [junit4]   2> 1645937 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-002/collection1/conf
   [junit4]   2> 1645939 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1645939 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1645941 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6d80d6df[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1645941 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1350753996
   [junit4]   2> 1645941 INFO  (coreCloseExecutor-5713-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2973b853
   [junit4]   2> 1645941 INFO  (coreCloseExecutor-5713-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@2973b853
   [junit4]   2> 1645941 INFO  (coreCloseExecutor-5713-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d69e75e: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@188a9c75
   [junit4]   2> 1645942 ERROR (qtp1268554150-18168) [     ] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 1645942 WARN  (qtp1268554150-18168) [     ] o.e.j.s.HttpChannel /solr/collection1/replication
   [junit4]   2>           => javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370)
   [junit4]   2> javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 1645944 WARN  (indexFetcher-5712-thread-1) [     ] o.a.s.h.IndexFetcher Master at: http://127.0.0.1:46068/solr/collection1 is not available. Index fetch failed by exception: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46068/solr/collection1: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404 javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.</h2>
   [junit4]   2> <table>
   [junit4]   2> <tr><th>URI:</th><td>/solr/collection1/replication</td></tr>
   [junit4]   2> <tr><th>STATUS:</th><td>404</td></tr>
   [junit4]   2> <tr><th>MESSAGE:</th><td>javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.</td></tr>
   [junit4]   2> <tr><th>SERVLET:</th><td>org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404-e26e5ce</td></tr>
   [junit4]   2> <tr><th>CAUSED BY:</th><td>javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.</td></tr>
   [junit4]   2> </table>
   [junit4]   2> <h3>Caused by:</h3><pre>javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> </pre>
   [junit4]   2> <hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.24.v20191120</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> 
   [junit4]   2> 1645954 INFO  (coreCloseExecutor-5713-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1645956 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1645956 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@bd3b40f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5765c882
   [junit4]   2> 1645962 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1645962 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78feb329: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@105d72ab
   [junit4]   2> 1645966 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1645966 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ae475e6: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@b3c60a8
   [junit4]   2> 1645968 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6a2be26e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1645968 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1fb9f85c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1645968 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1645972 WARN  (explicit-fetchindex-cmd) [     ] o.a.s.h.IndexFetcher Master at: http://127.0.0.1:46068/solr is not available. Index fetch failed by exception: org.apache.solr.common.SolrException: Server refused connection at: http://127.0.0.1:46068/solr
   [junit4]   2> 1645972 INFO  (qtp1549947082-18189) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&qt=/replication&masterUrl=http://127.0.0.1:46068/solr&wt=javabin&version=2&command=fetchindex} status=0 QTime=2
   [junit4]   2> 1645973 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFetchIndexShouldReportErrorsWhenTheyOccur
   [junit4]   2> 1645975 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1102939882
   [junit4]   2> 1645975 INFO  (coreCloseExecutor-5715-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@522f99b1
   [junit4]   2> 1645975 INFO  (coreCloseExecutor-5715-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@522f99b1
   [junit4]   2> 1645975 INFO  (coreCloseExecutor-5715-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c878738: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@64fec0c6
   [junit4]   2> 1645993 INFO  (coreCloseExecutor-5715-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1645994 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1645994 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46ea2977: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f3a78dd
   [junit4]   2> 1646003 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1646003 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7043bd55: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@105d72ab
   [junit4]   2> 1646008 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1646008 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7da09018: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@b3c60a8
   [junit4]   2> 1646009 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@30958f85{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1646010 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@72e55357{/solr,null,UNAVAILABLE}
   [junit4]   2> 1646010 INFO  (TEST-TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1646016 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexFetchWithMasterUrl
   [junit4]   2> 1646016 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-003/collection1
   [junit4]   2> 1646018 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1646018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1646018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1646018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 1646019 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1646019 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1646019 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1646020 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6331d1d6{/solr,null,AVAILABLE}
   [junit4]   2> 1646020 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@36151192{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34061}
   [junit4]   2> 1646020 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.Server Started @1646189ms
   [junit4]   2> 1646020 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-003/collection1/data, hostPort=34061}
   [junit4]   2> 1646020 ERROR (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1646020 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1646021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1646021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1646021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 1646021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-20T00:05:37.088113Z
   [junit4]   2> 1646021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-003/solr.xml
   [junit4]   2> 1646024 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1646024 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1646026 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1646729 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1646730 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e6f4c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1646730 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e6f4c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1646734 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@529b181b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1646734 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@529b181b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1646736 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1646756 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1646756 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1646785 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1646799 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1646799 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1646802 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-003/.
   [junit4]   2> 1646802 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1646807 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1646818 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1646819 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1646820 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-003/./collection1, trusted=true
   [junit4]   2> 1646820 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7862e7a6
   [junit4]   2> 1646820 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-003/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 1646822 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=25.435546875, floorSegmentMB=0.587890625, forceMergeDeletesPctAllowed=24.48350404092392, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=44.100113818664
   [junit4]   2> 1646884 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1646884 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1646885 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=11.966796875, floorSegmentMB=1.9951171875, forceMergeDeletesPctAllowed=23.426315107027865, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=24.96951698248825
   [junit4]   2> 1646885 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6973d4b7[collection1] main]
   [junit4]   2> 1646886 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001/solr-instance-003/collection1/conf
   [junit4]   2> 1646886 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1646887 INFO  (coreLoadExecutor-5725-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1646888 INFO  (searcherExecutor-5726-thread-1-processing-x:collection1) 

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

ped scavenging
   [junit4]   2> 1877387 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.SolrTestCaseJ4 ###Ending doTestRepeater
   [junit4]   2> 1877387 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1718949275
   [junit4]   2> 1877387 INFO  (coreCloseExecutor-6696-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@47d3fba
   [junit4]   2> 1877388 INFO  (coreCloseExecutor-6696-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@47d3fba
   [junit4]   2> 1877388 INFO  (coreCloseExecutor-6696-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1922bb9c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2e674dbf
   [junit4]   2> 1877392 INFO  (coreCloseExecutor-6696-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1877409 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1877409 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42c918f7: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6d651d74
   [junit4]   2> 1877411 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1877411 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54e68597: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@105d72ab
   [junit4]   2> 1877412 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1877412 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1cf2710a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@b3c60a8
   [junit4]   2> 1877421 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@456b2d18{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1877422 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3dde6b78{/solr,null,UNAVAILABLE}
   [junit4]   2> 1877422 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1877422 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1968581681
   [junit4]   2> 1877422 INFO  (coreCloseExecutor-6698-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@514e11b2
   [junit4]   2> 1877422 INFO  (coreCloseExecutor-6698-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@514e11b2
   [junit4]   2> 1877423 INFO  (coreCloseExecutor-6698-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cb5dd8: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@44d4c9c8
   [junit4]   2> 1877440 INFO  (coreCloseExecutor-6698-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1877441 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1877441 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4cc313d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3a006c9c
   [junit4]   2> 1877443 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1877443 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b6a328b: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@105d72ab
   [junit4]   2> 1877443 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1877443 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f2bb7c9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@b3c60a8
   [junit4]   2> 1877467 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d0dc4f0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1877467 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8109c60{/solr,null,UNAVAILABLE}
   [junit4]   2> 1877467 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[31E9B237CCBB63D2]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_31E9B237CCBB63D2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {name=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), newname=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=1521, maxMBSortInHeap=5.8095720642687985, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2a13440e), locale=fr-VU, timezone=Asia/Riyadh
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=245461816,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryResponseWriter, MetricsHistoryWithAuthIntegrationTest, TestDocBasedVersionConstraints, TestFieldCache, RuleEngineTest, LargeFieldTest, MBeansHandlerTest, SolrCloudReportersTest, TestTlogReplica, OverseerTaskQueueTest, TestMissingGroups, TestDownShardTolerantSearch, TestHdfsUpdateLog, CdcrReplicationHandlerTest, TestDistributedTracing, TestJoin, RollingRestartTest, TestSolrJacksonAnnotation, TestPHPSerializedResponseWriter, TestSuggestSpellingConverter, PropertiesRequestHandlerTest, TestRawTransformer, LeaderElectionContextKeyTest, TestSmileRequest, ComputePlanActionTest, TestReqParamsAPI, TestExportWriter, TestLegacyFieldReuse, TestRecoveryHdfs, SolrRequestParserTest, SolrCoreCheckLockOnStartupTest, BasicDistributedZkTest, DistribDocExpirationUpdateProcessorTest, TestRTGBase, TestEmbeddedSolrServerConstructors, TestBulkSchemaAPI, TestFieldCacheSortRandom, TestConfigSets, SolrMetricReporterTest, PrimUtilsTest, TestStressInPlaceUpdates, HdfsTlogReplayBufferedWhileIndexingTest, TestManagedSchema, TestOverriddenPrefixQueryForCustomFieldType, TestLegacyNumericRangeQueryBuilder, TestUninvertingReader, AdminHandlersProxyTest, TestMacros, ParsingFieldUpdateProcessorsTest, TestSizeLimitedDistributedMap, SpatialRPTFieldTypeTest, DateRangeFieldTest, DocumentAnalysisRequestHandlerTest, DistributedQueryComponentCustomSortTest, AutoAddReplicasIntegrationTest, TestPullReplicaErrorHandling, AsyncCallRequestStatusResponseTest, TestStressThreadBackup, UUIDFieldTest, TestDelegationWithHadoopAuth, TestBadConfig, ClusterStateMockUtilTest, SuggesterTSTTest, StatsReloadRaceTest, HttpSolrCallGetCoreTest, HdfsRestartWhileUpdatingTest, OutputWriterTest, TermsComponentTest, TestValueSourceCache, CreateCollectionCleanupTest, SuggestComponentTest, ResponseLogComponentTest, TestRTimerTree, TestManagedResource, TestPackages, TestConfigOverlay, AddSchemaFieldsUpdateProcessorFactoryTest, SolrIndexSplitterTest, DirectoryFactoryTest, TaggingAttributeTest, PKIAuthenticationIntegrationTest, TestZkChroot, IndexSchemaRuntimeFieldTest, SearchRateTriggerIntegrationTest, SchemaApiFailureTest, HttpTriggerListenerTest, CdcrWithNodesRestartsTest, V2StandaloneTest, DistributedFacetSimpleRefinementLongTailTest, DistributedVersionInfoTest, CollectionPropsTest, TestConfigReload, TestNRTOpen, ReplaceNodeTest, SpellCheckComponentTest, TestChildDocTransformer, TestReplicationHandler]
   [junit4] Completed [364/904 (2!)] on J2 in 235.47s, 21 tests, 1 failure <<< FAILURES!

[...truncated 54433 lines...]