You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/15 06:15:35 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.2 - Build # 3 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.2/3/

2 tests failed.
FAILED:  org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([FAED50FC4AD1D83E:7DBA2D73DB88A4BE]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
	at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:244)
	at org.apache.lucene.index.RandomCodec$1$1$1.visit(RandomCodec.java:129)
	at org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
	at org.apache.lucene.index.AssertingLeafReader$AssertingIntersectVisitor.visit(AssertingLeafReader.java:1171)
	at org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:591)
	at org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:540)
	at org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:446)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:646)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:362)
	at org.apache.lucene.index.AssertingLeafReader$AssertingPointValues.intersect(AssertingLeafReader.java:1052)
	at org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:122)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)


FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI

Error Message:
{} expected:<2> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<2> but was:<0>
	at __randomizedtesting.SeedInfo.seed([25F75766D88562FF:3A20CB4AAB8E9BB4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI(AliasIntegrationTest.java:303)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11380 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=FAED50FC4AD1D83E -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/test-data/enwiki.random.lines.txt -Dtests.locale=es-PR -Dtests.timezone=Pacific/Yap -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    600s J1 | TestXYMultiPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FAED50FC4AD1D83E:7DBA2D73DB88A4BE]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:244)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1$1.visit(RandomCodec.java:129)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
   [junit4]    > 	at org.apache.lucene.index.AssertingLeafReader$AssertingIntersectVisitor.visit(AssertingLeafReader.java:1171)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:591)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:540)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:446)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:646)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:362)
   [junit4]    > 	at org.apache.lucene.index.AssertingLeafReader$AssertingPointValues.intersect(AssertingLeafReader.java:1052)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:122)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_FAED50FC4AD1D83E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {id=Lucene50(blocksize=128)}, docValues:{shape=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1840, maxMBSortInHeap=7.126021092078091, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6961663), locale=es-PR, timezone=Pacific/Yap
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=223172040,total=504365056
   [junit4]   2> NOTE: All tests run in this JVM: [TestXYLineShapeQueries, TestXYShape, TestCoveringQuery, TestXYMultiPolygonShapeQueries]
   [junit4] Completed [34/37 (1!)] on J1 in 895.21s, 5 tests, 1 error <<< FAILURES!

[...truncated 13 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/lucene/build/sandbox/test/temp/junit4-J1-20190715_021843_4506368537378329506260.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/heapdumps/java_pid22448.hprof ...
   [junit4] Heap dump file created [429888120 bytes in 0.755 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 3152 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 1890306 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-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/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/init-core-data-001
   [junit4]   2> 1890307 WARN  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1890307 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1890326 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1890342 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001
   [junit4]   2> 1890342 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1890342 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1890342 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1890442 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:39559
   [junit4]   2> 1890442 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39559
   [junit4]   2> 1890442 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39559
   [junit4]   2> 1890444 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890462 INFO  (zkConnectionManagerCallback-2039-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890462 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890466 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890565 INFO  (zkConnectionManagerCallback-2041-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890566 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890567 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890576 INFO  (zkConnectionManagerCallback-2043-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890577 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890740 WARN  (jetty-launcher-2044-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1890740 WARN  (jetty-launcher-2044-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1890741 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1890741 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1890741 INFO  (jetty-launcher-2044-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1890741 INFO  (jetty-launcher-2044-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1890741 INFO  (jetty-launcher-2044-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1890742 INFO  (jetty-launcher-2044-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1890742 INFO  (jetty-launcher-2044-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32b531d8{/solr,null,AVAILABLE}
   [junit4]   2> 1890743 INFO  (jetty-launcher-2044-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@48509cda{SSL,[ssl, http/1.1]}{127.0.0.1:40358}
   [junit4]   2> 1890743 INFO  (jetty-launcher-2044-thread-2) [     ] o.e.j.s.Server Started @1890846ms
   [junit4]   2> 1890743 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40358}
   [junit4]   2> 1890743 ERROR (jetty-launcher-2044-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1890743 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1890743 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 1890743 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1890743 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1890743 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-15T03:46:53.935Z
   [junit4]   2> 1890745 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890758 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1890758 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1890758 INFO  (jetty-launcher-2044-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1890759 INFO  (zkConnectionManagerCallback-2046-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890759 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890759 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1890760 INFO  (jetty-launcher-2044-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1890760 INFO  (jetty-launcher-2044-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1890760 INFO  (jetty-launcher-2044-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1890760 INFO  (jetty-launcher-2044-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1173e3cb{/solr,null,AVAILABLE}
   [junit4]   2> 1890761 INFO  (jetty-launcher-2044-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7b87d8b3{SSL,[ssl, http/1.1]}{127.0.0.1:33858}
   [junit4]   2> 1890761 INFO  (jetty-launcher-2044-thread-1) [     ] o.e.j.s.Server Started @1890864ms
   [junit4]   2> 1890761 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33858}
   [junit4]   2> 1890761 ERROR (jetty-launcher-2044-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1890761 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1890761 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 1890761 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1890761 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1890761 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-15T03:46:53.953Z
   [junit4]   2> 1890777 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890791 INFO  (zkConnectionManagerCallback-2048-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890791 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890891 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1891211 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1891224 WARN  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1891224 WARN  (jetty-launcher-2044-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70a51564[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891224 WARN  (jetty-launcher-2044-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70a51564[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891227 WARN  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1891236 WARN  (jetty-launcher-2044-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f9fac0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891236 WARN  (jetty-launcher-2044-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f9fac0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891237 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39559/solr
   [junit4]   2> 1891238 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891239 INFO  (zkConnectionManagerCallback-2056-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891239 INFO  (jetty-launcher-2044-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891354 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891355 INFO  (zkConnectionManagerCallback-2058-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891355 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891374 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1891389 WARN  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1891390 WARN  (jetty-launcher-2044-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7350852b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891390 WARN  (jetty-launcher-2044-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7350852b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891392 WARN  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1891406 WARN  (jetty-launcher-2044-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@58e51b27[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891406 WARN  (jetty-launcher-2044-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@58e51b27[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891407 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39559/solr
   [junit4]   2> 1891408 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891408 INFO  (zkConnectionManagerCallback-2066-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891409 INFO  (jetty-launcher-2044-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891511 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891512 INFO  (zkConnectionManagerCallback-2068-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891512 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891534 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40358_solr
   [junit4]   2> 1891534 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.Overseer Overseer (id=75039469879230472-127.0.0.1:40358_solr-n_0000000000) starting
   [junit4]   2> 1891556 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891568 INFO  (zkConnectionManagerCallback-2075-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891568 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891570 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39559/solr ready
   [junit4]   2> 1891571 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40358_solr
   [junit4]   2> 1891580 INFO  (OverseerStateUpdate-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40358_solr
   [junit4]   2> 1891583 INFO  (OverseerStateUpdate-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1891583 INFO  (zkCallback-2074-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1891647 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1891688 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1891704 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33858_solr as DOWN
   [junit4]   2> 1891705 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1891705 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33858_solr
   [junit4]   2> 1891714 INFO  (zkCallback-2074-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1891715 INFO  (zkCallback-2067-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1891716 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891726 INFO  (zkCallback-2057-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1891726 INFO  (zkConnectionManagerCallback-2081-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891726 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891727 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1891728 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39559/solr ready
   [junit4]   2> 1891747 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40358.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1891797 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1891808 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40358.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1891808 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40358.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1891810 INFO  (jetty-launcher-2044-thread-2) [n:127.0.0.1:40358_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node2/.
   [junit4]   2> 1891880 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33858.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1891908 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33858.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1891908 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33858.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1891909 INFO  (jetty-launcher-2044-thread-1) [n:127.0.0.1:33858_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node1/.
   [junit4]   2> 1891967 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891968 INFO  (zkConnectionManagerCallback-2087-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891968 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891969 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1891970 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39559/solr ready
   [junit4]   2> 1892032 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesV1
   [junit4]   2> 1892128 INFO  (qtp880618103-32544) [n:127.0.0.1:33858_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1892143 INFO  (OverseerThreadFactory-1567-thread-1-processing-n:127.0.0.1:40358_solr) [n:127.0.0.1:40358_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 1892254 INFO  (OverseerStateUpdate-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40358/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1892256 INFO  (OverseerStateUpdate-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33858/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1892532 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1892587 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1892587 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1893597 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1893697 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1893699 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1893712 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1893712 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1893713 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33858.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1893713 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node1/collection1meta_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 1893730 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1893732 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1893732 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1893732 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40358.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1893732 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node2/collection1meta_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 1893975 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1893975 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1893975 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1893975 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1893977 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1893977 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1893977 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1893977 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1893978 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@315c6906[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 1893978 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@282fa3f4[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 1893979 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1893979 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1893980 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1893980 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639094594748547072
   [junit4]   2> 1894020 INFO  (searcherExecutor-1576-thread-1-processing-n:127.0.0.1:33858_solr x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2] Registered new searcher Searcher@282fa3f4[collection1meta_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1894020 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1894021 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1894021 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1894021 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639094594791538688
   [junit4]   2> 1894047 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1894047 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard2
   [junit4]   2> 1894124 INFO  (searcherExecutor-1577-thread-1-processing-n:127.0.0.1:40358_solr x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1] Registered new searcher Searcher@315c6906[collection1meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1894127 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1894127 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1894127 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33858/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 1894128 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1894128 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SyncStrategy https://127.0.0.1:33858/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 1894128 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1meta/leaders/shard2/leader after winning as /collections/collection1meta/leader_elect/shard2/election/75039469879230470-core_node4-n_0000000000
   [junit4]   2> 1894136 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33858/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 1894137 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1894137 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard1
   [junit4]   2> 1894140 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1894140 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1894140 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40358/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 1894161 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1894161 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:40358/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1894161 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1meta/leaders/shard1/leader after winning as /collections/collection1meta/leader_elect/shard1/election/75039469879230472-core_node3-n_0000000000
   [junit4]   2> 1894162 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40358/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 1894264 INFO  (zkCallback-2067-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894264 INFO  (zkCallback-2057-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894264 INFO  (zkCallback-2067-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894264 INFO  (zkCallback-2057-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894265 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1894266 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1894268 INFO  (qtp128612452-32529) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1681
   [junit4]   2> 1894269 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1737
   [junit4]   2> 1894295 INFO  (qtp880618103-32544) [n:127.0.0.1:33858_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> 1894370 INFO  (zkCallback-2067-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894370 INFO  (zkCallback-2067-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894370 INFO  (zkCallback-2057-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894370 INFO  (zkCallback-2057-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894370 INFO  (zkCallback-2067-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894370 INFO  (zkCallback-2057-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1894371 INFO  (qtp880618103-32544) [n:127.0.0.1:33858_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2243
   [junit4]   2> 1894392 INFO  (qtp880618103-32543) [n:127.0.0.1:33858_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1894395 INFO  (OverseerThreadFactory-1567-thread-2-processing-n:127.0.0.1:40358_solr) [n:127.0.0.1:40358_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection2meta
   [junit4]   2> 1894395 INFO  (OverseerCollectionConfigSetProcessor-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1894606 INFO  (OverseerStateUpdate-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40358/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1894810 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1895829 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1895849 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection2meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1895851 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1895851 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection2meta_shard1_replica_n1' using configuration from collection collection2meta, trusted=true
   [junit4]   2> 1895852 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40358.solr.core.collection2meta.shard1.replica_n1' (registry 'solr.core.collection2meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1895852 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection2meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node2/collection2meta_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node2/./collection2meta_shard1_replica_n1/data/]
   [junit4]   2> 1895975 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1895975 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1895976 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1895976 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1895977 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@71242483[collection2meta_shard1_replica_n1] main]
   [junit4]   2> 1895991 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1895991 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1895991 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1895991 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639094596857233408
   [junit4]   2> 1896006 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection2meta/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1896042 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection2meta/leaders/shard1
   [junit4]   2> 1896042 INFO  (searcherExecutor-1586-thread-1-processing-n:127.0.0.1:40358_solr x:collection2meta_shard1_replica_n1 c:collection2meta s:shard1 r:core_node2) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1] Registered new searcher Searcher@71242483[collection2meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1896054 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1896054 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1896054 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40358/solr/collection2meta_shard1_replica_n1/
   [junit4]   2> 1896193 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1896194 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:40358/solr/collection2meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1896194 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection2meta/leaders/shard1/leader after winning as /collections/collection2meta/leader_elect/shard1/election/75039469879230472-core_node2-n_0000000000
   [junit4]   2> 1896197 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40358/solr/collection2meta_shard1_replica_n1/ shard1
   [junit4]   2> 1896299 INFO  (zkCallback-2067-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896299 INFO  (zkCallback-2067-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896300 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1896302 INFO  (qtp128612452-32530) [n:127.0.0.1:40358_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1492
   [junit4]   2> 1896305 INFO  (qtp880618103-32543) [n:127.0.0.1:33858_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> 1896396 INFO  (OverseerCollectionConfigSetProcessor-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_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> 1896402 INFO  (zkCallback-2067-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896402 INFO  (zkCallback-2067-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896402 INFO  (zkCallback-2067-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896402 INFO  (zkCallback-2057-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896403 INFO  (qtp880618103-32543) [n:127.0.0.1:33858_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2010
   [junit4]   2> 1896406 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1896406 INFO  (watches-2084-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1896406 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1896406 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1896407 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1896407 INFO  (watches-2084-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1896407 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1896407 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1896438 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesV1&action=ALIASPROP&property.foo=baz&wt=xml&property.bar=bam and sendToOCPQueue=true
   [junit4]   2> 1896457 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesV1&action=ALIASPROP&property.foo=baz&wt=xml&property.bar=bam} status=0 QTime=19
   [junit4]   2> 1896459 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testModifyPropertiesV1
   [junit4]   2> 1896478 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[25F75766D88562FF]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1896480 INFO  (qtp880618103-32545) [n:127.0.0.1:33858_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=collection2meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1896502 INFO  (OverseerCollectionConfigSetProcessor-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1896502 INFO  (OverseerThreadFactory-1567-thread-4-processing-n:127.0.0.1:40358_solr) [n:127.0.0.1:40358_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1896503 INFO  (qtp128612452-32531) [n:127.0.0.1:40358_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=null
   [junit4]   2> 1896503 INFO  (qtp128612452-32531) [n:127.0.0.1:40358_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b24dcab: rootName = solr_40358, domain = solr.core.collection2meta.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection2meta.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@424ac016
   [junit4]   2> 1896535 INFO  (qtp128612452-32531) [n:127.0.0.1:40358_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@770778ff
   [junit4]   2> 1896535 INFO  (qtp128612452-32531) [n:127.0.0.1:40358_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=770778ff
   [junit4]   2> 1896535 INFO  (qtp128612452-32531) [n:127.0.0.1:40358_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection2meta.shard1.leader, tag=770778ff
   [junit4]   2> 1896551 INFO  (qtp128612452-32531) [n:127.0.0.1:40358_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection2meta/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1896552 INFO  (qtp128612452-32531) [n:127.0.0.1:40358_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection2meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=49
   [junit4]   2> 1896655 INFO  (zkCallback-2067-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896655 INFO  (zkCallback-2067-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896655 INFO  (zkCallback-2067-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896670 INFO  (qtp880618103-32545) [n:127.0.0.1:33858_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=collection2meta&action=DELETE&wt=javabin&version=2} status=0 QTime=190
   [junit4]   2> 1896671 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=collection1meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1896691 INFO  (OverseerCollectionConfigSetProcessor-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1896691 INFO  (OverseerThreadFactory-1567-thread-5-processing-n:127.0.0.1:40358_solr) [n:127.0.0.1:40358_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1896713 INFO  (qtp128612452-32532) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=null
   [junit4]   2> 1896713 INFO  (qtp128612452-32532) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b19c86a: rootName = solr_40358, domain = solr.core.collection1meta.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1meta.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@4b581652
   [junit4]   2> 1896737 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=null
   [junit4]   2> 1896737 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60208f6: rootName = solr_33858, domain = solr.core.collection1meta.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1meta.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@615fc88f
   [junit4]   2> 1896760 INFO  (qtp128612452-32532) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@233017cf
   [junit4]   2> 1896760 INFO  (qtp128612452-32532) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=233017cf
   [junit4]   2> 1896760 INFO  (qtp128612452-32532) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1meta.shard1.leader, tag=233017cf
   [junit4]   2> 1896765 INFO  (qtp128612452-32532) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1896766 INFO  (qtp128612452-32532) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=53
   [junit4]   2> 1896768 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@775d4cf2
   [junit4]   2> 1896768 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=775d4cf2
   [junit4]   2> 1896768 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1meta.shard2.leader, tag=775d4cf2
   [junit4]   2> 1896790 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={}, version=1}
   [junit4]   2> 1896791 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=53
   [junit4]   2> 1896893 INFO  (zkCallback-2067-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896893 INFO  (zkCallback-2057-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896893 INFO  (zkCallback-2067-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896893 INFO  (zkCallback-2067-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896893 INFO  (zkCallback-2057-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896893 INFO  (zkCallback-2057-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1896915 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=collection1meta&action=DELETE&wt=javabin&version=2} status=0 QTime=243
   [junit4]   2> 1897067 INFO  (TEST-AliasIntegrationTest.testProperties-seed#[25F75766D88562FF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testProperties
   [junit4]   2> 1897130 INFO  (qtp880618103-32545) [n:127.0.0.1:33858_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1897162 INFO  (qtp880618103-32545) [n:127.0.0.1:33858_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 1897164 INFO  (qtp880618103-32542) [n:127.0.0.1:33858_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1897172 INFO  (OverseerThreadFactory-1567-thread-5-processing-n:127.0.0.1:40358_solr) [n:127.0.0.1:40358_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 1897172 INFO  (OverseerCollectionConfigSetProcessor-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1897391 INFO  (OverseerStateUpdate-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40358/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1897393 INFO  (OverseerStateUpdate-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33858/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1897595 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1897603 INFO  (qtp128612452-32533) [n:127.0.0.1:40358_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1898614 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1898642 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1898662 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1898662 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1898662 INFO  (qtp128612452-32533) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1898662 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33858.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1898662 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node1/collection1meta_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 1898700 INFO  (qtp128612452-32533) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1898714 INFO  (qtp128612452-32533) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1898714 INFO  (qtp128612452-32533) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1898714 INFO  (qtp128612452-32533) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40358.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36629a07
   [junit4]   2> 1898715 INFO  (qtp128612452-32533) [n:127.0.0.1:40358_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node2/collection1meta_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 1898839 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1898839 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1898840 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1898840 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1898841 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3edae733[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 1898851 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1898852 INFO  (qtp880618103-32540) [n:127.0.0.1:33858_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at pat

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

50f19e64
   [junit4]   2> 1966908 INFO  (jetty-closer-2179-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1966908 INFO  (jetty-closer-2179-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@117d39f2: rootName = solr_40358, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79caa492
   [junit4]   2> 1966908 INFO  (jetty-closer-2179-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1966926 INFO  (closeThreadPool-2186-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75039469879230472-127.0.0.1:40358_solr-n_0000000000) closing
   [junit4]   2> 1966926 INFO  (jetty-closer-2179-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1966926 INFO  (jetty-closer-2179-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ac29a7c: rootName = solr_33858, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7b549952
   [junit4]   2> 1966941 INFO  (OverseerStateUpdate-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [n:127.0.0.1:40358_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40358_solr
   [junit4]   2> 1967072 INFO  (jetty-closer-2179-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1967073 INFO  (jetty-closer-2179-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f336bc: rootName = solr_33858, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@50f19e64
   [junit4]   2> 1967074 INFO  (jetty-closer-2179-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1967074 INFO  (jetty-closer-2179-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18a87a43: rootName = solr_33858, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79caa492
   [junit4]   2> 1967074 INFO  (jetty-closer-2179-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1967167 INFO  (OverseerAutoScalingTriggerThread-75039469879230472-127.0.0.1:40358_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1967187 INFO  (closeThreadPool-2186-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75039469879230472-127.0.0.1:40358_solr-n_0000000000) closing
   [junit4]   2> 1967351 INFO  (jetty-closer-2179-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75039469879230472-127.0.0.1:40358_solr-n_0000000000) closing
   [junit4]   2> 1967371 INFO  (zkCallback-2080-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1967379 INFO  (zkCallback-2057-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1967550 INFO  (jetty-closer-2179-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@48509cda{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1967551 INFO  (jetty-closer-2179-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@32b531d8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1967552 INFO  (jetty-closer-2179-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1967781 INFO  (jetty-closer-2179-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7b87d8b3{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1967781 INFO  (jetty-closer-2179-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1173e3cb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1967781 INFO  (jetty-closer-2179-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1967782 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1968027 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> 	29	/solr/collections/collection1meta/state.json
   [junit4]   2> 	26	/solr/aliases.json
   [junit4]   2> 	18	/solr/configs/conf
   [junit4]   2> 	17	/solr/collections/collection2meta/state.json
   [junit4]   2> 	14	/solr/collections/collection2meta/terms/shard1
   [junit4]   2> 	12	/solr/collections/collection1meta/terms/shard2
   [junit4]   2> 	12	/solr/collections/collection1meta/terms/shard1
   [junit4]   2> 	6	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection_two/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection_old/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection_one/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection_new/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection2/state.json
   [junit4]   2> 	3	/solr/collections/collection_old/state.json
   [junit4]   2> 	3	/solr/collections/collection_old/terms/shard2
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection_old/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection_one/terms/shard2
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/collection_one/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	468	/solr/aliases.json
   [junit4]   2> 	104	/solr/collections/collection1meta/state.json
   [junit4]   2> 	63	/solr/collections/collection2meta/state.json
   [junit4]   2> 	30	/solr/collections/collection1/state.json
   [junit4]   2> 	26	/solr/collections/collection_old/state.json
   [junit4]   2> 	26	/solr/clusterprops.json
   [junit4]   2> 	26	/solr/clusterstate.json
   [junit4]   2> 	25	/solr/collections/collection_one/state.json
   [junit4]   2> 	20	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	14	/solr/collections/collection_new/state.json
   [junit4]   2> 	13	/solr/collections/collection_two/state.json
   [junit4]   2> 	13	/solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	311	/solr/collections
   [junit4]   2> 	260	/solr/overseer/queue
   [junit4]   2> 	236	/solr/overseer/collection-queue-work
   [junit4]   2> 	33	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_25F75766D88562FF-001
   [junit4]   2> 1968092 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39559
   [junit4]   2> 1968092 INFO  (SUITE-AliasIntegrationTest-seed#[25F75766D88562FF]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39559
   [junit4]   2> Jul 15, 2019 3:48:11 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {a_t=FST50, _root_=FSTOrd50, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=127, maxMBSortInHeap=6.028549761725262, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6ce1868e), locale=sr, timezone=Africa/Dakar
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=209500000,total=519569408
   [junit4]   2> NOTE: All tests run in this JVM: [SimpleFacetsTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestTrackingShardHandlerFactory, CollectionStateFormat2Test, CheckHdfsIndexTest, UnloadDistributedZkTest, ClassificationUpdateProcessorFactoryTest, TestCustomDocTransformer, BlobRepositoryCloudTest, TestSortByMinMaxFunction, TestRequestForwarding, TestPerFieldSimilarityWithDefaultOverride, TestConfigSetsAPI, TestFaceting, ShardRoutingCustomTest, CustomHighlightComponentTest, SolrJmxReporterTest, DocValuesTest, HdfsBasicDistributedZkTest, TestDefaultStatsCache, AliasIntegrationTest]
   [junit4] Completed [153/867 (1!)] on J1 in 78.89s, 9 tests, 1 failure <<< FAILURES!

[...truncated 11986 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.2/checkout/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid22448.hprof

Total time: 553 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any