Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/25/

2 tests failed.
FAILED:  
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.testDefault

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([9591A236899CD9DC:F46DDC6D7EBFA33B]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1011)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:971)
        at 
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.testDefault(TestHighFrequencyDictionaryFactory.java:67)
        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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//lst[@name='suggest']/lst[@name='fuzzy_suggest_analyzing_with_high_freq_dict']/lst[@name='chagr']/int[@name='numFound'][.='1']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="suggest"><lst 
name="fuzzy_suggest_analyzing_with_high_freq_dict"><lst name="chagr"><int 
name="numFound">0</int><arr name="suggestions"/></lst></lst></lst>
</response>

        request 
was:q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1004)
        ... 41 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
        at 
__randomizedtesting.SeedInfo.seed([9591A236899CD9DC:1DC59DEC2760B424]: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.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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 15489 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> 7089958 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 7089958 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 7089959 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/data-dir-223-001
   [junit4]   2> 7089959 WARN  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 7089959 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 7089961 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 7089961 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /y_/mg
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 7090003 WARN  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7090004 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server 
jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7090005 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7090005 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7090005 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7090006 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@74d91d09{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 7090129 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@5d9ecbfe{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/jetty-lucene2-us-west_apache_org-37565-hadoop-hdfs-3_2_0-tests_jar-_-any-806520514774264745.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 7090130 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4d3757b0{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:37565}
   [junit4]   2> 7090130 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server 
Started @7090166ms
   [junit4]   2> 7090169 WARN  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7090170 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server 
jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7090171 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7090171 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7090171 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7090171 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@650e7886{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 7090293 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@21c8cb04{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-46402-hadoop-hdfs-3_2_0-tests_jar-_-any-5729565424614520187.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 7090293 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2f25d392{HTTP/1.1,[http/1.1]}{localhost:46402}
   [junit4]   2> 7090293 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server 
Started @7090329ms
   [junit4]   2> 7090309 WARN  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7090311 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server 
jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7090311 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7090311 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7090311 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7090312 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@536d127f{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 7090368 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x70922d7ac777dc7c: Processing first 
storage report for DS-f668cd36-f1d6-4205-9c85-56834a83cf02 from datanode 
c26a6189-6fe2-47ce-a008-ae82951e49f2
   [junit4]   2> 7090368 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x70922d7ac777dc7c: from storage 
DS-f668cd36-f1d6-4205-9c85-56834a83cf02 node 
DatanodeRegistration(127.0.0.1:35899, 
datanodeUuid=c26a6189-6fe2-47ce-a008-ae82951e49f2, infoPort=34414, 
infoSecurePort=0, ipcPort=37837, 
storageInfo=lv=-57;cid=testClusterID;nsid=1848633313;c=1584148126099), blocks: 
0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 7090368 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x70922d7ac777dc7c: Processing first 
storage report for DS-49eec397-f301-4443-8b01-7a720c6dc042 from datanode 
c26a6189-6fe2-47ce-a008-ae82951e49f2
   [junit4]   2> 7090368 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x70922d7ac777dc7c: from storage 
DS-49eec397-f301-4443-8b01-7a720c6dc042 node 
DatanodeRegistration(127.0.0.1:35899, 
datanodeUuid=c26a6189-6fe2-47ce-a008-ae82951e49f2, infoPort=34414, 
infoSecurePort=0, ipcPort=37837, 
storageInfo=lv=-57;cid=testClusterID;nsid=1848633313;c=1584148126099), blocks: 
0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 7090443 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@213cd5cc{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-33153-hadoop-hdfs-3_2_0-tests_jar-_-any-4281211005403244786.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 7090443 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@46ec797e{HTTP/1.1,[http/1.1]}{localhost:33153}
   [junit4]   2> 7090443 INFO  
(SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server 
Started @7090479ms
   [junit4]   2> 7090519 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x584d3aaf9c4929f3: Processing first 
storage report for DS-19e3e4b0-3447-479f-ba56-87e4118d8838 from datanode 
8bc4a869-68f6-4d2a-9b19-cd430df25937
   [junit4]   2> 7090519 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x584d3aaf9c4929f3: from storage 
DS-19e3e4b0-3447-479f-ba56-87e4118d8838 node 
DatanodeRegistration(127.0.0.1:43558, 
datanodeUuid=8bc4a869-68f6-4d2a-9b19-cd430df25937, infoPort=41459, 
infoSecurePort=0, ipcPort=46725, 
storageInfo=lv=-57;cid=testClusterID;nsid=1848633313;c=1584148126099), blocks: 
0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 7090519 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x584d3aaf9c4929f3: Processing first 
storage report for DS-7acb7e02-99ab-416c-8462-2582ddab7166 from datanode 
8bc4a869-68f6-4d2a-9b19-cd430df25937
   [junit4]   2> 7090519 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x584d3aaf9c4929f3: from storage 
DS-7acb7e02-99ab-416c-8462-2582ddab7166 node 
DatanodeRegistration(127.0.0.1:43558, 
datanodeUuid=8bc4a869-68f6-4d2a-9b19-cd430df25937, infoPort=41459, 
infoSecurePort=0, ipcPort=46725, 
storageInfo=lv=-57;cid=testClusterID;nsid=1848633313;c=1584148126099), blocks: 
0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 7090609 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 7090609 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7090609 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 7090709 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:42628
   [junit4]   2> 7090709 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42628
   [junit4]   2> 7090709 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42628
   [junit4]   2> 7090709 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42628
   [junit4]   2> 7090711 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7090715 INFO  (zkConnectionManagerCallback-26528-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7090716 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7090718 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7090719 INFO  (zkConnectionManagerCallback-26530-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7090720 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7090721 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 7090723 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 7090725 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7090726 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 7090727 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 7090728 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 7090729 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 7090731 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7090732 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7090733 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 7090733 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 7090735 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7090736 INFO  (zkConnectionManagerCallback-26534-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7090736 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7090838 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 7090967 WARN  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 7090967 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7090967 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7090967 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.Server 
jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7090968 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 7090968 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 7090968 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 7090970 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@763dddfc{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7090971 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@139cb51d{SSL,[ssl, 
http/1.1]}{127.0.0.1:42003}
   [junit4]   2> 7090971 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.Server 
Started @7091007ms
   [junit4]   2> 7090971 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_control_data,
 hostContext=/y_/mg, hostPort=42003, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/control-001/cores}
   [junit4]   2> 7090971 ERROR 
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7090971 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7090971 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 7090971 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7090971 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7090972 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T01:08:47.096Z
   [junit4]   2> 7090973 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7090974 INFO  (zkConnectionManagerCallback-26536-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7090974 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7091075 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7091075 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/control-001/solr.xml
   [junit4]   2> 7091080 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 7091080 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7091081 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 7091998 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 7091998 WARN  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
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> 7091999 WARN  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1af355a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7091999 WARN  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1af355a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7092002 WARN  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
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> 7092003 WARN  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2bcaac14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7092003 WARN  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2bcaac14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7092005 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42628/solr
   [junit4]   2> 7092006 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7092007 INFO  (zkConnectionManagerCallback-26543-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7092007 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7092109 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 7092110 INFO  (zkConnectionManagerCallback-26545-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7092110 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 7092193 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:42003_y_%2Fmg
   [junit4]   2> 7092194 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.Overseer Overseer 
(id=72445807171731461-127.0.0.1:42003_y_%2Fmg-n_0000000000) starting
   [junit4]   2> 7092199 INFO  
(OverseerStateUpdate-72445807171731461-127.0.0.1:42003_y_%2Fmg-n_0000000000) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42003_y_%2Fmg
   [junit4]   2> 7092200 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42003_y_%2Fmg
   [junit4]   2> 7092201 INFO  (zkCallback-26544-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7092203 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 7092204 WARN  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 7092224 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 7092256 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7092270 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7092270 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7092272 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/control-001/cores
   [junit4]   2> 7092298 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7092300 INFO  (zkConnectionManagerCallback-26554-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7092300 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7092301 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7092302 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42628/solr ready
   [junit4]   2> 7092332 INFO  (qtp1829574343-152591) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42003_y_%252Fmg&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7092335 INFO  
(OverseerThreadFactory-19735-thread-1-processing-n:127.0.0.1:42003_y_%2Fmg) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 7092447 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg    x:control_collection_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 7092447 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg    x:control_collection_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 7093463 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.5.0
   [junit4]   2> 7093485 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 7093622 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'control_collection_shard1_replica_n1' using configuration from 
configset conf1, trusted=true
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 7093644 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 7093652 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 7093652 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [33554432] will allocate [1] slabs and 
use ~[33554432] bytes
   [junit4]   2> 7093655 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 7093656 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 7093671 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 7093678 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 7093678 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [33554432] will allocate [1] slabs and 
use ~[33554432] bytes
   [junit4]   2> 7093680 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 7093680 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=4, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 7093696 WARN  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 7093769 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 7093769 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7093769 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 7093781 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 7093781 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 7093783 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.72265625, 
noCFSRatio=0.5054901986754671]
   [junit4]   2> 7093787 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d6287ae[control_collection_shard1_replica_n1] main]
   [junit4]   2> 7093789 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7093789 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7093790 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 7093791 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1661099709473751040
   [junit4]   2> 7093795 INFO  
(searcherExecutor-19740-thread-1-processing-n:127.0.0.1:42003_y_%2Fmg 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@5d6287ae[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7093796 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/control_collection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 7093796 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 7093800 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 7093800 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 7093800 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:42003/y_/mg/control_collection_shard1_replica_n1/
   [junit4]   2> 7093800 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 7093801 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:42003/y_/mg/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 7093801 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72445807171731461-core_node2-n_0000000000
   [junit4]   2> 7093802 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:42003/y_/mg/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 7093905 INFO  (zkCallback-26544-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7093905 INFO  (zkCallback-26544-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7093905 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 7093907 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1461
   [junit4]   2> 7093910 INFO  (qtp1829574343-152591) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 7094008 INFO  (zkCallback-26544-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7094008 INFO  (zkCallback-26544-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7094008 INFO  (zkCallback-26544-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7094008 INFO  (qtp1829574343-152591) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42003_y_%252Fmg&wt=javabin&version=2}
 status=0 QTime=1676
   [junit4]   2> 7094009 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 7094114 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094115 INFO  (zkConnectionManagerCallback-26560-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094115 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094116 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7094118 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42628/solr ready
   [junit4]   2> 7094118 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 7094120 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7094123 INFO  
(OverseerThreadFactory-19735-thread-2-processing-n:127.0.0.1:42003_y_%2Fmg) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 7094124 INFO  
(OverseerCollectionConfigSetProcessor-72445807171731461-127.0.0.1:42003_y_%2Fmg-n_0000000000)
 [n:127.0.0.1:42003_y_%2Fmg     ] 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> 7094328 WARN  
(OverseerThreadFactory-19735-thread-2-processing-n:127.0.0.1:42003_y_%2Fmg) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (collection1) without cores.
   [junit4]   2> 7094329 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 7094330 INFO  (qtp1829574343-152592) 
[n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=210
   [junit4]   2> 7094331 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 7094331 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 7094332 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 7094332 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 7094332 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 7094332 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 7094332 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 7094450 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-1-001
 of type NRT for shard1
   [junit4]   2> 7094452 WARN  (closeThreadPool-26561-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 7094452 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094452 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094452 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094453 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094453 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094453 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7094454 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f0b9be{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@73df53b9{SSL,[ssl, 
http/1.1]}{127.0.0.1:42299}
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.e.j.s.Server Started @7094491ms
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=42299, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-1-001/cores}
   [junit4]   2> 7094455 ERROR (closeThreadPool-26561-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T01:08:50.580Z
   [junit4]   2> 7094456 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094458 INFO  (zkConnectionManagerCallback-26563-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094458 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094559 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7094559 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-1-001/solr.xml
   [junit4]   2> 7094563 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 7094563 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7094565 INFO  (closeThreadPool-26561-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 7094573 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-2-001
 of type NRT for shard1
   [junit4]   2> 7094575 WARN  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 7094575 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094575 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094575 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094576 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094576 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094576 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7094577 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c1c8bc8{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094577 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6e37b96d{SSL,[ssl, 
http/1.1]}{127.0.0.1:39797}
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.s.Server Started @7094614ms
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty2,
 solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=39797, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-2-001/cores}
   [junit4]   2> 7094578 ERROR (closeThreadPool-26561-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T01:08:50.703Z
   [junit4]   2> 7094579 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094580 INFO  (zkConnectionManagerCallback-26566-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094580 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094681 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7094681 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-2-001/solr.xml
   [junit4]   2> 7094686 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 7094686 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7094687 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 7094699 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-3-001
 of type NRT for shard1
   [junit4]   2> 7094701 WARN  (closeThreadPool-26561-thread-3) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7094703 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@39baef59{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1977d356{SSL,[ssl, 
http/1.1]}{127.0.0.1:37097}
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.e.j.s.Server Started @7094740ms
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty3,
 solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=37097, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-3-001/cores}
   [junit4]   2> 7094704 ERROR (closeThreadPool-26561-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T01:08:50.829Z
   [junit4]   2> 7094706 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094707 INFO  (zkConnectionManagerCallback-26569-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094707 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094808 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7094808 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-3-001/solr.xml
   [junit4]   2> 7094813 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 7094813 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7094814 INFO  (closeThreadPool-26561-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 7094828 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-4-001
 of type NRT for shard1
   [junit4]   2> 7094830 WARN  (closeThreadPool-26561-thread-4) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 7094830 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094830 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094830 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094831 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094831 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094831 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7094831 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3c81875b{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2c46bbaa{SSL,[ssl, 
http/1.1]}{127.0.0.1:42699}
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.e.j.s.Server Started @7094868ms
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty4,
 solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=42699, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-4-001/cores}
   [junit4]   2> 7094832 ERROR (closeThreadPool-26561-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T01:08:50.957Z
   [junit4]   2> 7094834 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094835 INFO  (zkConnectionManagerCallback-26572-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094835 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094862 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 7094863 WARN  (closeThreadPool-26561-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> 7094863 WARN  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@28dc3d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7094863 WARN  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@28dc3d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7094866 WARN  (closeThreadPool-26561-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> 7094867 WARN  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2e68e57f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7094867 WARN  (closeThreadPool-26561-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2e68e57f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7094868 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42628/solr
   [junit4]   2> 7094869 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094870 INFO  (zkConnectionManagerCallback-26578-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094870 INFO  (closeThreadPool-26561-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094936 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7094936 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-4-001/solr.xml
   [junit4]   2> 7094941 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 7094941 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7094942 INFO  (closeThreadPool-26561-thread-4) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 7094956 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-5-001
 of type NRT for shard1
   [junit4]   2> 7094958 WARN  (closeThreadPool-26561-thread-5) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 7094958 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094958 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094958 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094959 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094959 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094959 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7094959 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5192face{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094960 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@15016d3f{SSL,[ssl, 
http/1.1]}{127.0.0.1:33426}
   [junit4]   2> 7094960 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.e.j.s.Server Started @7094997ms
   [junit4]   2> 7094960 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty5,
 solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=33426, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-5-001/cores}
   [junit4]   2> 7094961 ERROR (closeThreadPool-26561-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T01:08:51.086Z
   [junit4]   2> 7094962 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094963 INFO  (zkConnectionManagerCallback-26581-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094963 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7095038 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 7095038 INFO  (zkConnectionManagerCallback-26583-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7095038 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 7095044 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 7095049 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39797_y_%2Fmg as DOWN
   [junit4]   2> 7095050 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 7095050 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39797_y_%2Fmg
   [junit4]   2> 7095051 INFO  (zkCallback-26544-thread-4) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7095051 INFO  (zkCallback-26582-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7095053 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 7095054 WARN  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 7095055 INFO  (zkCallback-26559-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7095075 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 7095103 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-6-001
 of type NRT for shard1
   [junit4]   2> 7095106 WARN  (closeThreadPool-26561-thread-6) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 7095106 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7095106 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7095106 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7095107 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7095107 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7095107 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7095107 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66ced4ad{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7095108 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@51b7a02d{SSL,[ssl, 
http/1.1]}{127.0.0.1:36435}
   [junit4]   2> 7095108 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.e.j.s.Server Started @7095145ms
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty6,
 solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=36435, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-6-001/cores}
   [junit4]   2> 7095109 ERROR (closeThreadPool-26561-thread-6) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T01:08:51.234Z
   [junit4]   2> 7095110 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7095111 INFO  (zkConnectionManagerCallback-26589-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7095111 INFO  (closeThreadPool-26561-thread-6) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7095126 INFO  (closeThreadPool-26561-thread-2) 
[n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7095137 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7095137 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-5-001/solr.xml
   [junit4]   2> 7095142 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 7095142 INFO  (closeThreadPool-26561-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration i

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

l
   [junit4]   2> 8540129 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[9591A236899CD9DC]-worker) [     
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f03b02b: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@422c2779
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_9591A236899CD9DC-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@17cf2fc6),
 locale=bg, timezone=Iran
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=8,threads=1,free=143279168,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedQueryElevationComponentTest, MoreLikeThisComponentTest, 
CloudExitableDirectoryReaderTest, TestJavabinTupleStreamParser, 
TestRealTimeGet, FastVectorHighlighterTest, SplitByPrefixTest, 
TestTolerantUpdateProcessorCloud, TestReplicationHandlerDiskOverFlow, 
TestDeleteCollectionOnDownNodes, TestRandomFaceting, TriggerEventQueueTest, 
ReplaceNodeNoTargetTest, JvmMetricsTest, TransactionLogTest, 
SuggestComponentContextFilterQueryTest, MetricTriggerTest, 
IndexSizeEstimatorTest, UUIDFieldTest, TestTermsQParserPlugin, 
TestMaxScoreQueryParser, TestJsonFacetsStatsParsing, 
TestManagedStopFilterFactory, NestedShardedAtomicUpdateTest, TestSQLHandler, 
HdfsBasicDistributedZk2Test, ClusterStateUpdateTest, DistribCursorPagingTest, 
DistributedTermsComponentTest, SOLR749Test, OverseerStatusTest, 
TestSolrQueryResponse, TestNumericRangeQuery64, TemplateUpdateProcessorTest, 
TestConfigSetsAPIExclusivity, TestComplexPhraseQParserPlugin, 
TestRebalanceLeaders, SplitShardTest, TestMultiWordSynonyms, 
CdcrVersionReplicationTest, TestHashPartitioner, DebugComponentTest, 
TestSolrCloudWithSecureImpersonation, SolrSlf4jReporterTest, 
DirectSolrSpellCheckerTest, TestCoreAdminApis, TestHdfsBackupRestoreCore, 
TestDocSet, CloudReplicaSourceTest, TestSimTriggerIntegration, 
MinimalSchemaTest, GraphQueryTest, CSVRequestHandlerTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestQueryTypes, 
SignatureUpdateProcessorFactoryTest, NestedAtomicUpdateTest, PeerSyncTest, 
TestRestManager, TestQuerySenderNoQuery, RegexBoostProcessorTest, 
IndexSizeTriggerSizeEstimationTest, TestStressUserVersions, 
TestSolrQueryParser, TestWaitForStateWithJettyShutdowns, TestLFUCache, 
TestAuthorizationFramework, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestRequestStatusCollectionAPI, TestCaffeineCache, CurrencyRangeFacetCloudTest, 
DistributedMLTComponentTest, ZkSolrClientTest, TestSolrCoreSnapshots, 
SpatialRPTFieldTypeTest, HttpPartitionWithTlogReplicasTest, TestFieldCacheSort, 
TestXIncludeConfig, TestCustomDocTransformer, HdfsRecoveryZkTest, 
TestFastLRUCache, BasicDistributedZk2Test, JWTAuthPluginTest, TestLegacyField, 
ChangedSchemaMergeTest, TestPayloadCheckQParserPlugin, SuggesterFSTTest, 
TestCoreDiscovery, TestDistributedTracing, TestSimGenericDistributedQueue, 
URLClassifyProcessorTest, TestRandomCollapseQParserPlugin, SuggesterWFSTTest, 
TestExactSharedStatsCache, TestSolrDeletionPolicy2, TestLegacyTerms, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestHashQParserPlugin, 
ShardsWhitelistTest, DistributedFacetPivotSmallAdvancedTest, 
ConnectionManagerTest, TestReload, TestOmitPositions, ZkFailoverTest, 
EmbeddedSolrNoSerializeTest, RAMDirectoryFactoryTest, FullHLLTest, 
DistributedUpdateProcessorTest, TestSchemaVersionResource, 
AnalysisErrorHandlingTest, SystemLogListenerTest, 
TestSha256AuthenticationProvider, BadCopyFieldTest, 
TestWordDelimiterFilterFactory, TestIndexingPerformance, SortSpecParsingTest, 
TestNumericTerms64, TestSimpleTextCodec, SoftAutoCommitTest, 
TestAuthenticationFramework, DirectSolrConnectionTest, 
HdfsCollectionsAPIDistributedZkTest, TestMacroExpander, ResponseBuilderTest, 
TestFastOutputStream, TermVectorComponentTest, CdcrOpsAndBoundariesTest, 
TestJsonRequest, TestFaceting, TestBM25SimilarityFactory, 
TestSolrJacksonAnnotation, TestSimClusterStateProvider, 
TestCloudPseudoReturnFields, TestSolrCloudWithHadoopAuthPlugin, 
ByteBuffersDirectoryFactoryTest, MoveReplicaTest, 
ManagedSchemaRoundRobinCloudTest, OrderedExecutorTest, ForceLeaderTest, 
TestDirectoryFactory, ShardRoutingTest, BlockCacheTest, LeaderElectionTest, 
SolrRrdBackendFactoryTest, TestXmlQParser, MetricsHistoryHandlerTest, 
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, 
CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, 
SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, 
ChaosMonkeyNothingIsSafeTest, CollectionStateFormat2Test, 
CollectionsAPISolrJTest, DeleteShardTest, DistribJoinFromCollectionTest, 
DistributedVersionInfoTest, HealthCheckHandlerTest, 
LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest, 
MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, 
MigrateRouteKeyTest, MissingSegmentRecoveryTest, OverseerModifyCollectionTest, 
OverseerRolesTest, OverseerSolrResponseTest, OverseerTest, 
PackageManagerCLITest, RecoveryAfterSoftCommitTest, RecoveryZkTest, 
ReindexCollectionTest, RollingRestartTest, TestTlogReplayVsRecovery, 
TestZkChroot, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, 
VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, 
AsyncCallRequestStatusResponseTest, CollectionReloadTest, 
CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, 
CollectionsAPIDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, 
TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, 
TestLocalFSCloudBackupRestore, AutoAddReplicasPlanActionTest, 
AutoScalingHandlerTest, ComputePlanActionTest, ExecutePlanActionTest, 
HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, 
NodeAddedTriggerTest, NodeLostTriggerIntegrationTest, NodeLostTriggerTest, 
NodeMarkersRegistrationTest, RestoreTriggerStateTest, 
ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, 
ScheduledTriggerTest, SearchRateTriggerIntegrationTest, 
TestSimDistribStateManager, TestSimDistributedQueue, TestSimExecutePlanAction, 
TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, 
TestSnapshotCloudManager, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsNNFailoverTest, HdfsSyncSliceTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, StressHdfsTest, 
AlternateDirectoryTest, BlobRepositoryCloudTest, ConfigureRecoveryStrategyTest, 
CoreSorterTest, DirectoryFactoryTest, TestBackupRepositoryFactory, 
TestBadConfig, TestCodecSupport, TestConfig, TestConfigOverlay, 
TestConfigSetImmutable, TestDynamicURP, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestInitParams, TestJmxIntegration, 
TestMergePolicyConfig, TestNRTOpen, FieldAnalysisRequestHandlerTest, 
JsonLoaderTest, MoreLikeThisHandlerTest, PingRequestHandlerTest, 
SearchHandlerTest, TestCSVLoader, TestConfigReload, 
TestSolrConfigHandlerConcurrent, TestStressThreadBackup, V2ApiIntegrationTest, 
V2StandaloneTest, XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest, 
AdminHandlersProxyTest, CoreAdminCreateDiscoverTest, CoreAdminHandlerTest, 
CoreAdminOperationTest, CoreAdminRequestStatusTest, 
CoreMergeIndexesAdminHandlerTest, LoggingHandlerTest, LukeRequestHandlerTest, 
MBeansHandlerTest, SystemInfoHandlerTest, TestApiFramework, TestCollectionAPIs, 
DistributedExpandComponentTest, DistributedFacetPivotLargeTest, 
TestExpandComponent, TestHttpShardHandlerFactory, TestPivotHelperCode, 
TestTrackingShardHandlerFactory, TestExportWriter, Tagger2Test, TaggerTest, 
TaggingAttributeTest, HighlighterMaxOffsetTest, HighlighterTest, 
HighlighterWithoutStoredIdTest, TestPostingsSolrHighlighter, 
TestUnifiedSolrHighlighter, TestUnifiedSolrHighlighterWithoutStoredId, 
TestSlowCompositeReaderWrapper, UninvertDocValuesMergePolicyTest, 
WrapperMergePolicyFactoryTest, SolrCoreMetricManagerTest, 
SolrMetricManagerTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, 
SolrGraphiteReporterTest, SolrJmxReporterCloudTest, RegexBytesRefFilterTest, 
SimpleFacetsTest, SubstringBytesRefFilterTest, TestRemoteStreaming, 
TestStreamBody, TestUnInvertedFieldException, JSONWriterTest, SmileWriterTest, 
TestBinaryResponseWriter, TestPushWriter, TestRawResponseWriter, 
TestRawTransformer, TestChildDocTransformerHierarchy, 
TestExplainDocTransformer, TestSubQueryTransformer, 
TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, 
TestManagedResource, TestCopyFieldCollectionResource, 
TestDynamicFieldCollectionResource, TestDynamicFieldResource, 
TestFieldCollectionResource, TestFieldResource, TestFieldTypeResource, 
TestSchemaNameResource, DateFieldTest, DateRangeFieldTest, 
DocValuesMissingTest, EnumFieldTest, ExternalFileFieldSortTest, 
IndexSchemaRuntimeFieldTest, NumericFieldsTest, 
OpenExchangeRatesOrgProviderTest, PolyFieldTest, 
PreAnalyzedFieldManagedSchemaCloudTest, SchemaApiFailureTest, TestBinaryField, 
TestBulkSchemaConcurrent, TestCollationFieldDocValues, TestManagedSchema, 
TestSolr4Spatial, SpatialHeatmapFacetsTest, BlockJoinFacetDistribTest, 
TestDFISimilarityFactory, TestLMDirichletSimilarityFactory, 
TestLegacyBM25SimilarityFactory, TestPerFieldSimilarity, 
TestPerFieldSimilarityWithDefaultOverride, AuditLoggerIntegrationTest, 
BasicAuthStandaloneTest, MultiDestinationAuditLoggerTest, 
PKIAuthenticationIntegrationTest, ResponseHeaderTest, 
IndexBasedSpellCheckerTest, SpellCheckCollatorTest, 
TestSuggestSpellingConverter, TestBlendedInfixSuggestions, 
TestFreeTextSuggestions, TestHighFrequencyDictionaryFactory]
   [junit4] Completed [836/900 (2!)] on J1 in 2.51s, 1 test, 1 error <<< 
FAILURES!

[...truncated 52746 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to