Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/192/
Java: 64bit/jdk-11.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud

Error Message:
Failed while waiting for active collection Timeout waiting to see state for 
collection=legacyFalse :null Live Nodes: [127.0.0.1:39433_solr] Last available 
state: null

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=legacyFalse :null
Live Nodes: [127.0.0.1:39433_solr]
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([6C9B73533DC6E7BC:BD9C81D699C96C8E]:0)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:758)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:764)
        at 
org.apache.solr.cloud.LegacyCloudClusterPropTest.createAndTest(LegacyCloudClusterPropTest.java:97)
        at 
org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud(LegacyCloudClusterPropTest.java:79)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
.responseHeader.status:200!=0

Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.status:200!=0
        at 
__randomizedtesting.SeedInfo.seed([6C9B73533DC6E7BC:E4CF4C89933A8A44]:0)
        at junit.framework.Assert.fail(Assert.java:57)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:999)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1026)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:680)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:643)
        at 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:192)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:368)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14540 lines...]
   [junit4] Suite: org.apache.solr.cloud.LegacyCloudClusterPropTest
   [junit4]   2> 1411780 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001/init-core-data-001
   [junit4]   2> 1411780 WARN  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 1411780 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1411781 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1411781 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001/tempDir-001
   [junit4]   2> 1411781 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1411781 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1411781 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1411881 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39865
   [junit4]   2> 1411881 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39865
   [junit4]   2> 1411881 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39865
   [junit4]   2> 1411883 INFO  (zkConnectionManagerCallback-7890-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411885 INFO  (zkConnectionManagerCallback-7892-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411886 INFO  (zkConnectionManagerCallback-7894-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411887 WARN  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1411887 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1411887 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1411887 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1411887 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1411887 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1411887 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1411887 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@330d72aa{/solr,null,AVAILABLE}
   [junit4]   2> 1411888 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7fd53886{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39433}
   [junit4]   2> 1411888 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.s.Server Started @1411915ms
   [junit4]   2> 1411888 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39433}
   [junit4]   2> 1411888 ERROR (jetty-launcher-7895-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1411888 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1411888 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1411888 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1411888 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1411888 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-16T04:04:02.151547Z
   [junit4]   2> 1411889 INFO  (zkConnectionManagerCallback-7897-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411890 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1411976 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1411977 WARN  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@44bdb594[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1411978 WARN  (jetty-launcher-7895-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@bb552f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1411979 INFO  (jetty-launcher-7895-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39865/solr
   [junit4]   2> 1411979 INFO  (zkConnectionManagerCallback-7904-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411980 INFO  (zkConnectionManagerCallback-7906-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1412009 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39433_solr
   [junit4]   2> 1412009 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.Overseer Overseer 
(id=72089233331912709-127.0.0.1:39433_solr-n_0000000000) starting
   [junit4]   2> 1412011 INFO  (zkConnectionManagerCallback-7913-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1412013 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39865/solr ready
   [junit4]   2> 1412013 INFO  
(OverseerStateUpdate-72089233331912709-127.0.0.1:39433_solr-n_0000000000) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:39433_solr
   [junit4]   2> 1412013 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39433_solr
   [junit4]   2> 1412013 INFO  
(OverseerStateUpdate-72089233331912709-127.0.0.1:39433_solr-n_0000000000) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1412017 INFO  (zkCallback-7912-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1412035 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1412051 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39433.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1412058 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39433.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1412058 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39433.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1412059 INFO  (jetty-launcher-7895-thread-1) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001/tempDir-001/node1/.
   [junit4]   2> 1412072 INFO  (zkConnectionManagerCallback-7919-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1412073 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1412073 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39865/solr ready
   [junit4]   2> 1412080 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionSwitchLegacyCloud
   [junit4]   2> 1412081 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with 
params val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1412082 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 1412082 INFO  (qtp1479097891-22193) [n:127.0.0.1:39433_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=1&name=legacyTrue&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1412083 INFO  
(OverseerThreadFactory-7253-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
legacyTrue
   [junit4]   2> 1412187 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=legacyTrue_shard1_replica_n1&action=CREATE&numShards=1&collection=legacyTrue&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1412188 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1413550 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 9.0.0
   [junit4]   2> 1413554 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.IndexSchema 
[legacyTrue_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1413555 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1413555 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'legacyTrue_shard1_replica_n1' using configuration from 
collection legacyTrue, trusted=true
   [junit4]   2> 1413556 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39433.solr.core.legacyTrue.shard1.replica_n1' (registry 
'solr.core.legacyTrue.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1413557 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore 
[[legacyTrue_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001/tempDir-001/node1/legacyTrue_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001/tempDir-001/node1/./legacyTrue_shard1_replica_n1/data/]
   [junit4]   2> 1413587 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1413587 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1413589 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1413589 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1413590 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12b5296f[legacyTrue_shard1_replica_n1] main]
   [junit4]   2> 1413590 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1413591 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1413591 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1413591 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1630941944326651904
   [junit4]   2> 1413594 INFO  
(searcherExecutor-7258-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore 
[legacyTrue_shard1_replica_n1] Registered new searcher 
Searcher@12b5296f[legacyTrue_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1413596 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/legacyTrue/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1413596 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/legacyTrue/leaders/shard1
   [junit4]   2> 1413597 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1413597 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1413597 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:39433/solr/legacyTrue_shard1_replica_n1/
   [junit4]   2> 1413598 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1413598 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:39433/solr/legacyTrue_shard1_replica_n1/ has no replicas
   [junit4]   2> 1413598 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/legacyTrue/leaders/shard1/leader after winning as 
/collections/legacyTrue/leader_elect/shard1/election/72089233331912709-core_node2-n_0000000000
   [junit4]   2> 1413598 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39433/solr/legacyTrue_shard1_replica_n1/ shard1
   [junit4]   2> 1413699 INFO  (zkCallback-7905-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1413699 INFO  (zkCallback-7905-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1413699 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1413700 INFO  (qtp1479097891-22192) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=legacyTrue_shard1_replica_n1&action=CREATE&numShards=1&collection=legacyTrue&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1513
   [junit4]   2> 1413701 INFO  (qtp1479097891-22193) [n:127.0.0.1:39433_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1413801 INFO  (zkCallback-7905-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1413801 INFO  (zkCallback-7905-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1413801 INFO  (zkCallback-7905-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1413801 INFO  (qtp1479097891-22193) [n:127.0.0.1:39433_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=1&name=legacyTrue&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1718
   [junit4]   2> 1413804 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1159279416
   [junit4]   2> 1413804 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39433_solr
   [junit4]   2> 1413804 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1413804 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.ZkController Publish node=127.0.0.1:39433_solr as DOWN
   [junit4]   2> 1413820 INFO  (coreCloseExecutor-7263-thread-1) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1 r:core_node2 
x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore [legacyTrue_shard1_replica_n1] 
 CLOSING SolrCore org.apache.solr.core.SolrCore@5fb0c56c
   [junit4]   2> 1413820 INFO  (coreCloseExecutor-7263-thread-1) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1 r:core_node2 
x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.legacyTrue.shard1.replica_n1, tag=5fb0c56c
   [junit4]   2> 1413820 INFO  (coreCloseExecutor-7263-thread-1) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1 r:core_node2 
x:legacyTrue_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@769b8315: rootName = 
solr_39433, domain = solr.core.legacyTrue.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.legacyTrue.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@7136f1f1
   [junit4]   2> 1413825 INFO  (coreCloseExecutor-7263-thread-1) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1 r:core_node2 
x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.legacyTrue.shard1.leader, tag=5fb0c56c
   [junit4]   2> 1413826 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1413826 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4b2bba78: rootName = 
solr_39433, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@70e6aa1e
   [junit4]   2> 1413830 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1413830 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5f8b20fc: rootName = 
solr_39433, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@4ce46bec
   [junit4]   2> 1413832 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1413832 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2161a66a: rootName = 
solr_39433, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@27f9b481
   [junit4]   2> 1413832 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1413832 INFO  (closeThreadPool-7924-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72089233331912709-127.0.0.1:39433_solr-n_0000000000) closing
   [junit4]   2> 1413832 INFO  
(OverseerStateUpdate-72089233331912709-127.0.0.1:39433_solr-n_0000000000) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39433_solr
   [junit4]   2> 1413832 INFO  
(OverseerAutoScalingTriggerThread-72089233331912709-127.0.0.1:39433_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1413833 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.Overseer Overseer 
(id=72089233331912709-127.0.0.1:39433_solr-n_0000000000) closing
   [junit4]   2> 1413834 INFO  (closeThreadPool-7924-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72089233331912709-127.0.0.1:39433_solr-n_0000000000) closing
   [junit4]   2> 1413834 INFO  (zkCallback-7918-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1413834 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@7fd53886{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1413834 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@330d72aa{/solr,null,UNAVAILABLE}
   [junit4]   2> 1413834 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1413834 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1413835 WARN  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 39433 try 
number 1 ...
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11be2177{/solr,null,AVAILABLE}
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@2aa25a5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39433}
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.s.Server Started @1413863ms
   [junit4]   2> 1413835 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39433}
   [junit4]   2> 1413836 ERROR 
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1413836 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1413836 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 9.0.0
   [junit4]   2> 1413836 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1413836 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1413836 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-16T04:04:04.099127Z
   [junit4]   2> 1413836 INFO  (zkConnectionManagerCallback-7926-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413837 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1413958 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1413958 WARN  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@75228a1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1413960 WARN  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@4fd3427f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1413961 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39865/solr
   [junit4]   2> 1413962 INFO  (zkConnectionManagerCallback-7933-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413963 INFO  (zkConnectionManagerCallback-7935-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413965 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39433_solr
   [junit4]   2> 1413965 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.c.Overseer Overseer 
(id=72089233331912714-127.0.0.1:39433_solr-n_0000000001) starting
   [junit4]   2> 1413967 INFO  (zkConnectionManagerCallback-7942-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413968 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39865/solr ready
   [junit4]   2> 1413968 INFO  
(OverseerStateUpdate-72089233331912714-127.0.0.1:39433_solr-n_0000000001) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:39433_solr
   [junit4]   2> 1413969 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39433_solr
   [junit4]   2> 1413969 INFO  (zkCallback-7934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1413970 INFO  (zkCallback-7941-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1413972 INFO  (zkCallback-7918-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1413977 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1413988 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39433.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1413994 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39433.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1413994 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39433.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1413995 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001/tempDir-001/node1/.
   [junit4]   2> 1413995 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [n:127.0.0.1:39433_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[legacyTrue_shard1_replica_n1]
   [junit4]   2> 1413996 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1413998 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1414003 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.s.IndexSchema [legacyTrue_shard1_replica_n1] 
Schema name=minimal
   [junit4]   2> 1414004 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1414013 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1414035 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.s.IndexSchema [legacyTrue_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1414036 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1414036 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'legacyTrue_shard1_replica_n1' using 
configuration from collection legacyTrue, trusted=true
   [junit4]   2> 1414036 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39433.solr.core.legacyTrue.shard1.replica_n1' (registry 
'solr.core.legacyTrue.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1414036 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.c.SolrCore [[legacyTrue_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001/tempDir-001/node1/legacyTrue_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001/tempDir-001/node1/./legacyTrue_shard1_replica_n1/data/]
   [junit4]   2> 1414061 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1414061 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1414063 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1414063 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1414063 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3627b806[legacyTrue_shard1_replica_n1] main]
   [junit4]   2> 1414064 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1414064 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1414064 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1414064 INFO  
(coreLoadExecutor-7277-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1630941944822628352
   [junit4]   2> 1414066 INFO  
(searcherExecutor-7278-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore 
[legacyTrue_shard1_replica_n1] Registered new searcher 
Searcher@3627b806[legacyTrue_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1414067 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/legacyTrue/leaders/shard1
   [junit4]   2> 1414067 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1414067 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1414067 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39433/solr/legacyTrue_shard1_replica_n1/
   [junit4]   2> 1414067 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1414068 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:39433/solr/legacyTrue_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1414068 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/legacyTrue/leaders/shard1/leader after winning as 
/collections/legacyTrue/leader_elect/shard1/election/72089233331912714-core_node2-n_0000000001
   [junit4]   2> 1414068 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39433/solr/legacyTrue_shard1_replica_n1/ shard1
   [junit4]   2> 1414068 INFO  
(coreZkRegister-7265-thread-1-processing-n:127.0.0.1:39433_solr 
x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:39433_solr 
c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1414169 INFO  (zkCallback-7934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1414169 INFO  (zkCallback-7934-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1414169 INFO  (zkCallback-7934-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1415068 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.h.i.e.RetryExec I/O exception 
(org.apache.http.NoHttpResponseException) caught when processing request to 
{}->http://127.0.0.1:39433: The target server failed to respond
   [junit4]   2> 1415068 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:39433
   [junit4]   2> 1415069 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with 
params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1415069 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 1415070 INFO  (qtp950119155-22257) [n:127.0.0.1:39433_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=1&name=legacyFalse&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1415071 INFO  
(OverseerThreadFactory-7273-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
legacyFalse
   [junit4]   2> 1415274 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyFalse_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=legacyFalse_shard1_replica_n1&action=CREATE&numShards=1&collection=legacyFalse&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1415276 ERROR (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyFalse_shard1_replica_n1] o.a.s.h.RequestHandlerBase 
org.apache.solr.common.SolrException: Error CREATEing SolrCore 
'legacyFalse_shard1_replica_n1': non legacy mode coreNodeName missing 
{collection.configName=conf, numShards=1, shard=shard1, collection=legacyFalse, 
replicaType=NRT}
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1187)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:784)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:750)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: non legacy 
mode coreNodeName missing {collection.configName=conf, numShards=1, 
shard=shard1, collection=legacyFalse, replicaType=NRT}
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1134)
   [junit4]   2>        ... 35 more
   [junit4]   2> 
   [junit4]   2> 1415276 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyFalse_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=legacyFalse_shard1_replica_n1&action=CREATE&numShards=1&collection=legacyFalse&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=2
   [junit4]   2> 1415277 ERROR 
(OverseerThreadFactory-7273-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:39433/solr
   [junit4]   2>           => 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:39433/solr: Error CREATEing SolrCore 
'legacyFalse_shard1_replica_n1': non legacy mode coreNodeName missing 
{collection.configName=conf, numShards=1, shard=shard1, collection=legacyFalse, 
replicaType=NRT}
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:39433/solr: Error CREATEing SolrCore 
'legacyFalse_shard1_replica_n1': non legacy mode coreNodeName missing 
{collection.configName=conf, numShards=1, shard=shard1, collection=legacyFalse, 
replicaType=NRT}
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:172)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
 ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 1415277 ERROR 
(OverseerThreadFactory-7273-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Cleaning up collection [legacyFalse].
   [junit4]   2> 1415278 INFO  
(OverseerThreadFactory-7273-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1415379 INFO  (zkCallback-7934-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted path:/collections/legacyFalse/state.json] 
for collection [legacyFalse] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1415380 INFO  
(OverseerThreadFactory-7273-thread-1-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.a.c.CreateCollectionCmd Cleaned up 
artifacts for failed create collection for [legacyFalse]
   [junit4]   2> 1415381 INFO  (qtp950119155-22257) [n:127.0.0.1:39433_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1415382 INFO  (qtp950119155-22257) [n:127.0.0.1:39433_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=1&name=legacyFalse&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=311
   [junit4]   2> 1417072 INFO  
(OverseerCollectionConfigSetProcessor-72089233331912714-127.0.0.1:39433_solr-n_0000000001)
 [n:127.0.0.1:39433_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1445383 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1445386 INFO  (qtp950119155-22255) [n:127.0.0.1:39433_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=legacyTrue&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1445387 INFO  
(OverseerThreadFactory-7273-thread-2-processing-n:127.0.0.1:39433_solr) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1445389 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.legacyTrue.shard1.replica_n1, tag=null
   [junit4]   2> 1445389 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5914dbee: rootName = 
solr_39433, domain = solr.core.legacyTrue.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.legacyTrue.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@66f0e393
   [junit4]   2> 1445401 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore [legacyTrue_shard1_replica_n1] 
 CLOSING SolrCore org.apache.solr.core.SolrCore@2d3479f4
   [junit4]   2> 1445401 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.legacyTrue.shard1.replica_n1, tag=2d3479f4
   [junit4]   2> 1445401 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.legacyTrue.shard1.leader, tag=2d3479f4
   [junit4]   2> 1445404 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms 
at /collections/legacyTrue/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1445404 INFO  (qtp950119155-22256) [n:127.0.0.1:39433_solr    
x:legacyTrue_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=legacyTrue_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=15
   [junit4]   2> 1445405 INFO  (zkCallback-7934-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1445405 INFO  (zkCallback-7934-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1445405 INFO  (zkCallback-7934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/legacyTrue/state.json] for collection [legacyTrue] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1445506 INFO  (zkCallback-7934-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted path:/collections/legacyTrue/state.json] 
for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1445506 INFO  (zkCallback-7934-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted path:/collections/legacyTrue/state.json] 
for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1445506 INFO  (zkCallback-7934-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted path:/collections/legacyTrue/state.json] 
for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1445509 INFO  (qtp950119155-22255) [n:127.0.0.1:39433_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=legacyTrue&action=DELETE&wt=javabin&version=2} status=0 QTime=123
   [junit4]   2> 1445510 INFO  
(TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[6C9B73533DC6E7BC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionSwitchLegacyCloud
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LegacyCloudClusterPropTest 
-Dtests.method=testCreateCollectionSwitchLegacyCloud 
-Dtests.seed=6C9B73533DC6E7BC -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=en-CY -Dtests.timezone=Africa/Sao_Tome 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   33.4s J1 | 
LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Failed while waiting 
for active collection
   [junit4]    > Timeout waiting to see state for collection=legacyFalse :null
   [junit4]    > Live Nodes: [127.0.0.1:39433_solr]
   [junit4]    > Last available state: null
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6C9B73533DC6E7BC:BD9C81D699C96C8E]:0)
   [junit4]    >        at 
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:758)
   [junit4]    >        at 
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:764)
   [junit4]    >        at 
org.apache.solr.cloud.LegacyCloudClusterPropTest.createAndTest(LegacyCloudClusterPropTest.java:97)
   [junit4]    >        at 
org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud(LegacyCloudClusterPropTest.java:79)
   [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> 1445512 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=285914050
   [junit4]   2> 1445512 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39433_solr
   [junit4]   2> 1445512 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1445512 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:39433_solr as DOWN
   [junit4]   2> 1445513 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1445513 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@25845a2e: rootName = 
solr_39433, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5851d69a
   [junit4]   2> 1445518 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1445518 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@63d1e67a: rootName = 
solr_39433, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@4ce46bec
   [junit4]   2> 1445520 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1445520 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4de5c8e2: rootName = 
solr_39433, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@27f9b481
   [junit4]   2> 1445520 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1445523 INFO  (closeThreadPool-7951-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72089233331912714-127.0.0.1:39433_solr-n_0000000001) closing
   [junit4]   2> 1445523 INFO  
(OverseerStateUpdate-72089233331912714-127.0.0.1:39433_solr-n_0000000001) 
[n:127.0.0.1:39433_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39433_solr
   [junit4]   2> 1445523 INFO  
(OverseerAutoScalingTriggerThread-72089233331912714-127.0.0.1:39433_solr-n_0000000001)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1445524 INFO  (closeThreadPool-7951-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72089233331912714-127.0.0.1:39433_solr-n_0000000001) closing
   [junit4]   2> 1445525 INFO  (jetty-closer-7947-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72089233331912714-127.0.0.1:39433_solr-n_0000000001) closing
   [junit4]   2> 1445525 INFO  (jetty-closer-7947-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2aa25a5{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39433}
   [junit4]   2> 1445526 INFO  (jetty-closer-7947-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@11be2177{/solr,null,UNAVAILABLE}
   [junit4]   2> 1445526 INFO  (jetty-closer-7947-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1445526 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1445527 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>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/collections/legacyTrue/terms/shard1
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2>        2       /solr/collections/legacyTrue/state.json
   [junit4]   2>        2       /solr/collections/legacyFalse/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        13      /solr/collections/legacyTrue/state.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1445527 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39865
   [junit4]   2> 1445527 INFO  
(SUITE-LegacyCloudClusterPropTest-seed#[6C9B73533DC6E7BC]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39865
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_6C9B73533DC6E7BC-001
   [junit4]   2> Apr 16, 2019 4:04:35 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=6598, maxDocsPerChunk=9, blockSize=262), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=6598, blockSize=262)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@17103390),
 locale=en-CY, timezone=Africa/Sao_Tome
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 
(64-bit)/cpus=8,threads=1,free=216176872,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CheckHdfsIndexTest, 
TestCSVResponseWriter, ResponseHeaderTest, NestedAtomicUpdateTest, 
TestCollectionsAPIViaSolrCloudCluster, CoreMergeIndexesAdminHandlerTest, 
TestSimExecutePlanAction, TestSimpleTextCodec, TestFuzzyAnalyzedSuggestions, 
TestSimComputePlanAction, MetricsHistoryHandlerTest, ZkStateWriterTest, 
TestHashQParserPlugin, MoveReplicaHDFSFailoverTest, QueryParsingTest, 
RegexBytesRefFilterTest, TestPartialUpdateDeduplication, TestValueSourceCache, 
OverseerStatusTest, DirectSolrConnectionTest, ZkFailoverTest, 
TestEmbeddedSolrServerConstructors, ShardRoutingCustomTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestFiltering, TestLogWatcher, 
TestLockTree, TestSolr4Spatial, TestStressVersions, TestHighlightDedupGrouping, 
AnalysisErrorHandlingTest, SchemaApiFailureTest, TestSearcherReuse, 
TestFieldCacheSort, TestRequestForwarding, ScheduledMaintenanceTriggerTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HLLSerializationTest, 
TestSolrCloudWithDelegationTokens, BlockCacheTest, RegexBoostProcessorTest, 
AdminHandlersProxyTest, TestManagedSchema, TestFieldCacheWithThreads, 
SuggesterFSTTest, TestRandomFlRTGCloud, LeaderElectionContextKeyTest, 
TestStressCloudBlindAtomicUpdates, TestDocTermOrdsUninvertLimit, 
QueryResultKeyTest, MoreLikeThisHandlerTest, ResourceLoaderTest, 
ConnectionReuseTest, HttpPartitionOnCommitTest, TestCursorMarkWithoutUniqueKey, 
MultiSolrCloudTestCaseTest, TestReplicaProperties, TestBlendedInfixSuggestions, 
ShardSplitTest, SoftAutoCommitTest, UpdateLogTest, DirectSolrSpellCheckerTest, 
TestNestedUpdateProcessor, TestCloudJSONFacetJoinDomain, TestCSVLoader, 
TestUseDocValuesAsStored2, TestBM25SimilarityFactory, 
DefaultValueUpdateProcessorTest, SuggesterWFSTTest, StressHdfsTest, 
DateFieldTest, SolrMetricsIntegrationTest, PrimUtilsTest, TestConfigSetsAPI, 
TestPushWriter, CdcrReplicationHandlerTest, ConfigureRecoveryStrategyTest, 
ChaosMonkeyNothingIsSafeTest, TestLFUCache, TestAuthorizationFramework, 
CollectionPropsTest, TestCloudDeleteByQuery, SpellingQueryConverterTest, 
TestJsonFacets, TestFacetMethods, TestManagedStopFilterFactory, 
TlogReplayBufferedWhileIndexingTest, TestCodecSupport, 
TestTrackingShardHandlerFactory, TestComplexPhraseQParserPlugin, 
TestShortCircuitedRequests, TestDynamicFieldCollectionResource, 
SpellCheckCollatorTest, TestSolrFieldCacheBean, TestXIncludeConfig, 
SignificantTermsQParserPluginTest, ForceLeaderWithTlogReplicasTest, 
TestRemoteStreaming, ZkSolrClientTest, TestQueryTypes, 
UpdateRequestProcessorFactoryTest, TestHdfsBackupRestoreCore, 
TestLegacyNumericUtils, PhrasesIdentificationComponentTest, DeleteShardTest, 
SearchRateTriggerIntegrationTest, TestRealTimeGet, TemplateUpdateProcessorTest, 
DOMUtilTest, ClassificationUpdateProcessorIntegrationTest, 
MultiDestinationAuditLoggerTest, TestPerFieldSimilarity, 
DistribDocExpirationUpdateProcessorTest, SolrCoreTest, TestUtilizeNode, 
TestCollationField, TestTolerantSearch, TestNestedDocsSort, 
PeerSyncReplicationTest, SolrCloudReportersTest, TestGraphMLResponseWriter, 
TestNumericTerms64, JSONWriterTest, ManagedSchemaRoundRobinCloudTest, 
CoreAdminHandlerTest, TestWriterPerf, TestLuceneMatchVersion, 
SolrJmxReporterCloudTest, ShufflingReplicaListTransformerTest, 
TermVectorComponentTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
TestQuerySenderNoQuery, NodeAddedTriggerIntegrationTest, 
TestRetrieveFieldsOptimizer, LargeFieldTest, FieldMutatingUpdateProcessorTest, 
PeerSyncTest, TestMultiWordSynonyms, TestHashPartitioner, 
CdcrWithNodesRestartsTest, LeaderFailureAfterFreshStartTest, 
LegacyCloudClusterPropTest]
   [junit4] Completed [483/854 (1!)] on J1 in 34.78s, 1 test, 1 error <<< 
FAILURES!

[...truncated 705 lines...]
   [junit4] Suite: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4]   2> 1993036 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[6C9B73533DC6E7BC]-worker) 
[    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6C9B73533DC6E7BC-001/init-core-data-001
   [junit4]   2> 1993036 WARN  
(SUITE-TestDistributedStatsComponentCardinality-seed#[6C9B73533DC6E7BC]-worker) 
[    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 1993036 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[6C9B73533DC6E7BC]-worker) 
[    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1993037 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[6C9B73533DC6E7BC]-worker) 
[    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-9062";)
   [junit4]   2> 1993037 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[6C9B73533DC6E7BC]-worker) 
[    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/_pq/go
   [junit4]   2> 1993128 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6C9B73533DC6E7BC-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1993129 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1993129 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1993129 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1993129 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1993129 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1993130 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1993130 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1993130 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c898bbe{/_pq/go,null,AVAILABLE}
   [junit4]   2> 1993132 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@284392fa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40175}
   [junit4]   2> 1993132 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.s.Server Started @1993160ms
   [junit4]   2> 1993132 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_pq/go, 
hostPort=40175, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6C9B73533DC6E7BC-001/tempDir-001/control/cores}
   [junit4]   2> 1993133 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1993133 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1993133 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 9.0.0
   [junit4]   2> 1993133 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1993133 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1993133 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-16T04:13:43.396300Z
   [junit4]   2> 1993133 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6C9B73533DC6E7BC-001/tempDir-001/control/solr.xml
   [junit4]   2> 1993135 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1993135 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1993136 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1993183 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1993184 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1698e9dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1993193 WARN  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@112dc225[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1993207 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1993207 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1993227 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6127b9d4
   [junit4]   2> 1993237 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[6C9B73533DC6E7BC]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanse

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

ase.compareSolrResponses(BaseDistributedSearchTestCase.java:999)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1026)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:680)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:643)
   [junit4]    >        at 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:192)
   [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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_6C9B73533DC6E7BC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{multiDefault=PostingsFormat(name=LuceneFixedGap), 
_root_=PostingsFormat(name=LuceneVarGapFixedInterval), 
string_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=MockRandom)}, 
docValues:{int_i=DocValuesFormat(name=Lucene80), 
range_facet_l_dv=DocValuesFormat(name=Direct), 
intDefault=DocValuesFormat(name=Lucene80), 
int_i_prehashed_l=DocValuesFormat(name=Lucene80), 
range_facet_l=DocValuesFormat(name=Lucene80), 
long_l_prehashed_l=DocValuesFormat(name=Lucene80), 
long_l=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene80), 
string_s_prehashed_l=DocValuesFormat(name=Direct), 
id_i1=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Lucene80), 
timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=608, 
maxMBSortInHeap=5.1545851787601356, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4708f7be),
 locale=ug-CN, timezone=Asia/Dushanbe
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 
(64-bit)/cpus=8,threads=1,free=141761352,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CheckHdfsIndexTest, 
TestCSVResponseWriter, ResponseHeaderTest, NestedAtomicUpdateTest, 
TestCollectionsAPIViaSolrCloudCluster, CoreMergeIndexesAdminHandlerTest, 
TestSimExecutePlanAction, TestSimpleTextCodec, TestFuzzyAnalyzedSuggestions, 
TestSimComputePlanAction, MetricsHistoryHandlerTest, ZkStateWriterTest, 
TestHashQParserPlugin, MoveReplicaHDFSFailoverTest, QueryParsingTest, 
RegexBytesRefFilterTest, TestPartialUpdateDeduplication, TestValueSourceCache, 
OverseerStatusTest, DirectSolrConnectionTest, ZkFailoverTest, 
TestEmbeddedSolrServerConstructors, ShardRoutingCustomTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestFiltering, TestLogWatcher, 
TestLockTree, TestSolr4Spatial, TestStressVersions, TestHighlightDedupGrouping, 
AnalysisErrorHandlingTest, SchemaApiFailureTest, TestSearcherReuse, 
TestFieldCacheSort, TestRequestForwarding, ScheduledMaintenanceTriggerTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HLLSerializationTest, 
TestSolrCloudWithDelegationTokens, BlockCacheTest, RegexBoostProcessorTest, 
AdminHandlersProxyTest, TestManagedSchema, TestFieldCacheWithThreads, 
SuggesterFSTTest, TestRandomFlRTGCloud, LeaderElectionContextKeyTest, 
TestStressCloudBlindAtomicUpdates, TestDocTermOrdsUninvertLimit, 
QueryResultKeyTest, MoreLikeThisHandlerTest, ResourceLoaderTest, 
ConnectionReuseTest, HttpPartitionOnCommitTest, TestCursorMarkWithoutUniqueKey, 
MultiSolrCloudTestCaseTest, TestReplicaProperties, TestBlendedInfixSuggestions, 
ShardSplitTest, SoftAutoCommitTest, UpdateLogTest, DirectSolrSpellCheckerTest, 
TestNestedUpdateProcessor, TestCloudJSONFacetJoinDomain, TestCSVLoader, 
TestUseDocValuesAsStored2, TestBM25SimilarityFactory, 
DefaultValueUpdateProcessorTest, SuggesterWFSTTest, StressHdfsTest, 
DateFieldTest, SolrMetricsIntegrationTest, PrimUtilsTest, TestConfigSetsAPI, 
TestPushWriter, CdcrReplicationHandlerTest, ConfigureRecoveryStrategyTest, 
ChaosMonkeyNothingIsSafeTest, TestLFUCache, TestAuthorizationFramework, 
CollectionPropsTest, TestCloudDeleteByQuery, SpellingQueryConverterTest, 
TestJsonFacets, TestFacetMethods, TestManagedStopFilterFactory, 
TlogReplayBufferedWhileIndexingTest, TestCodecSupport, 
TestTrackingShardHandlerFactory, TestComplexPhraseQParserPlugin, 
TestShortCircuitedRequests, TestDynamicFieldCollectionResource, 
SpellCheckCollatorTest, TestSolrFieldCacheBean, TestXIncludeConfig, 
SignificantTermsQParserPluginTest, ForceLeaderWithTlogReplicasTest, 
TestRemoteStreaming, ZkSolrClientTest, TestQueryTypes, 
UpdateRequestProcessorFactoryTest, TestHdfsBackupRestoreCore, 
TestLegacyNumericUtils, PhrasesIdentificationComponentTest, DeleteShardTest, 
SearchRateTriggerIntegrationTest, TestRealTimeGet, TemplateUpdateProcessorTest, 
DOMUtilTest, ClassificationUpdateProcessorIntegrationTest, 
MultiDestinationAuditLoggerTest, TestPerFieldSimilarity, 
DistribDocExpirationUpdateProcessorTest, SolrCoreTest, TestUtilizeNode, 
TestCollationField, TestTolerantSearch, TestNestedDocsSort, 
PeerSyncReplicationTest, SolrCloudReportersTest, TestGraphMLResponseWriter, 
TestNumericTerms64, JSONWriterTest, ManagedSchemaRoundRobinCloudTest, 
CoreAdminHandlerTest, TestWriterPerf, TestLuceneMatchVersion, 
SolrJmxReporterCloudTest, ShufflingReplicaListTransformerTest, 
TermVectorComponentTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
TestQuerySenderNoQuery, NodeAddedTriggerIntegrationTest, 
TestRetrieveFieldsOptimizer, LargeFieldTest, FieldMutatingUpdateProcessorTest, 
PeerSyncTest, TestMultiWordSynonyms, TestHashPartitioner, 
CdcrWithNodesRestartsTest, LeaderFailureAfterFreshStartTest, 
LegacyCloudClusterPropTest, OverseerCollectionConfigSetProcessorTest, 
OverseerTaskQueueTest, ReindexCollectionTest, SolrXmlInZkTest, SyncSliceTest, 
TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestDistributedMap, 
TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica, 
TestStressLiveNodes, TestTlogReplica, TestTolerantUpdateProcessorCloud, 
VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, 
ConcurrentDeleteAndCreateCollectionTest, SimpleCollectionCreateDeleteTest, 
TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, 
ExecutePlanActionTest, HttpTriggerListenerTest, NodeAddedTriggerTest, 
NodeLostTriggerTest, TriggerEventQueueTest, TriggerIntegrationTest, 
HdfsRecoverLeaseTest, TestCoreContainer, TestDynamicURP, TestInfoStreamLogging, 
TestInitParams, TestJmxIntegration, TestMergePolicyConfig, TestNRTOpen, 
TestReloadAndDeleteDocs, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, 
TestSolrIndexConfig, TestSolrCloudSnapshots, TestSolrConfigHandlerConcurrent, 
SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, 
ShowFileRequestHandlerTest, StatsReloadRaceTest, SystemInfoHandlerTest, 
TestApiFramework, TestCollectionAPIs, TestConfigsApi, TestCoreAdminApis, 
ZookeeperStatusHandlerTest, BadComponentTest, CustomTermsComponentTest, 
DistributedFacetPivotLongTailTest, DistributedMLTComponentTest, 
DistributedQueryComponentOptimizationTest, DistributedTermsComponentTest, 
TermsComponentTest, TestDistributedStatsComponentCardinality]
   [junit4] Completed [685/854 (2!)] on J1 in 37.30s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 21630 lines...]
check-licenses:
     [echo] License check under: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr
 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/lib/jose4j-0.6.5.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/licenses/jose4j-0.6.5.jar.sha1

[...truncated 1 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:642: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:117: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build.xml:364: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/tools/custom-tasks.xml:62:
 License check failed. Check the logs.
If you recently modified ivy-versions.properties or any module's ivy.xml,
make sure you run "ant clean-jars jar-checksums" before running precommit.

Total time: 82 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to