Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7745/
Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 
127.0.0.1:61041 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: 
Could not connect to ZooKeeper 127.0.0.1:61041 within 30000 ms
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:201)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:121)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:108)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.printLayout(AbstractDistribZkTestBase.java:314)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:622)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:428)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.util.concurrent.TimeoutException: Could not connect to 
ZooKeeper 127.0.0.1:61041 within 30000 ms
        at 
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:250)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:193)
        ... 46 more


FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly

Error Message:
Unexpected number of elements in the group for intGSL: 20 rsp: 
{responseHeader={zkConnected=true,status=0,QTime=12,params={q=*:*,_stateVer_=dv_coll:4,group.limit=100,rows=100,wt=javabin,version=2,group.field=intGSL,group=true}},grouped={intGSL={matches=59,groups=[{groupValue=null,doclist={numFound=20,start=0,maxScore=1.0,docs=[SolrDocument{id=10000,
 _version_=1626631448143331328, _root_=10000}, SolrDocument{id=10030, 
_version_=1626631448146477063, _root_=10030}, SolrDocument{id=10040, 
_version_=1626631448146477066, _root_=10040}, SolrDocument{id=10005, 
_version_=1626631448150671361, _root_=10005}, SolrDocument{id=2, 
intGSF=1432498563, longGSF=6121109016507524049, doubleGSF=10003.806187567001, 
floatGSF=10002.685, dateGSF=Thu Apr 16 13:29:07 YAKT 168236646, 
stringGSF=base_string_800593__00010006, boolGSF=true, 
sortableGSF=base_string_831323__00010000, _version_=1626631447921033216, 
_root_=2}, SolrDocument{id=3, intGSF=1432498563, longGSF=6121109016507524049, 
doubleGSF=10003.806187567001, floatGSF=10002.685, dateGSF=Thu Apr 16 13:29:07 
YAKT 168236646, stringGSF=base_string_800593__00010006, boolGSF=false, 
sortableGSF=base_string_831323__00010000, _version_=1626631447929421824, 
_root_=3}, SolrDocument{id=6, intGSF=1432498563, longGSF=6121109016507524049, 
doubleGSF=10003.806187567001, floatGSF=10002.685, dateGSF=Thu Apr 16 13:29:07 
YAKT 168236646, stringGSF=base_string_800593__00010006, boolGSF=true, 
sortableGSF=base_string_831323__00010000, _version_=1626631447929421825, 
_root_=6}, SolrDocument{id=7, intGSF=1432508569, longGSF=6121109016507534057, 
doubleGSF=20010.806187567, floatGSF=20004.686, dateGSF=Thu Apr 16 13:29:17 YAKT 
168236646, stringGSF=base_string_800593__00020009, boolGSF=false, 
sortableGSF=base_string_831323__00020001, _version_=1626631447929421826, 
_root_=7}, SolrDocument{id=9, intGSF=1432508569, longGSF=6121109016507534057, 
doubleGSF=20010.806187567, floatGSF=20004.686, dateGSF=Thu Apr 16 13:29:17 YAKT 
168236646, stringGSF=base_string_800593__00020009, boolGSF=false, 
sortableGSF=base_string_831323__00020001, _version_=1626631447933616128, 
_root_=9}, SolrDocument{id=10010, _version_=1626631447933616129, _root_=10010}, 
SolrDocument{id=18, intGSF=1432518577, longGSF=6121109016507544058, 
doubleGSF=30010.806187567, floatGSF=30006.686, dateGSF=Thu Apr 16 13:29:27 YAKT 
168236646, stringGSF=base_string_800593__00030009, boolGSF=true, 
sortableGSF=base_string_831323__00030001, _version_=1626631447933616130, 
_root_=18}, SolrDocument{id=10025, _version_=1626631447933616131, 
_root_=10025}, SolrDocument{id=26, intGSF=1432528577, 
longGSF=6121109016507554067, doubleGSF=40017.806187567, floatGSF=40011.684, 
dateGSF=Thu Apr 16 13:29:37 YAKT 168236646, 
stringGSF=base_string_800593__00040012, boolGSF=true, 
sortableGSF=base_string_831323__00040008, _version_=1626631447933616132, 
_root_=26}, SolrDocument{id=30, intGSF=1432538577, longGSF=6121109016507564068, 
doubleGSF=50021.806187567, floatGSF=50017.684, dateGSF=Thu Apr 16 13:29:47 YAKT 
168236646, stringGSF=base_string_800593__00050015, boolGSF=true, 
sortableGSF=base_string_831323__00050009, _version_=1626631447934664704, 
_root_=30}, SolrDocument{id=31, intGSF=1432538577, longGSF=6121109016507564068, 
doubleGSF=50021.806187567, floatGSF=50017.684, dateGSF=Thu Apr 16 13:29:47 YAKT 
168236646, stringGSF=base_string_800593__00050015, boolGSF=false, 
sortableGSF=base_string_831323__00050009, _version_=1626631447934664705, 
_root_=31}, SolrDocument{id=10035, _version_=1626631447934664706, 
_root_=10035}, SolrDocument{id=39, intGSF=1432548579, 
longGSF=6121109016507574072, doubleGSF=60028.806187567, floatGSF=60024.684, 
dateGSF=Thu Apr 16 13:29:57 YAKT 168236646, 
stringGSF=base_string_800593__00060019, boolGSF=false, 
sortableGSF=base_string_831323__00060012, _version_=1626631447934664707, 
_root_=39}, SolrDocument{id=10045, _version_=1626631447934664708, 
_root_=10045}, SolrDocument{id=10015, _version_=1626631448148574213, 
_root_=10015}, SolrDocument{id=10020, _version_=1626631448148574214, 
_root_=10020}]}}, 
{groupValue=2075240530,doclist={numFound=4,start=0,docs=[SolrDocument{id=5, 
intGSL=2075240530, longGSL=4625048032571967117, doubleGSL=10007.598322635677, 
floatGSL=10008.751, dateGSL=Fri Jul 11 06:45:47 YAKT 30155428, 
stringGSL=base_string_808391__00010004, boolGSL=false, 
sortableGSL=base_string_916192__00010001, _version_=1626631448146477056, 
_root_=5}, SolrDocument{id=0, intGSL=2075240530, longGSL=4625048032571967117, 
doubleGSL=10007.598322635677, floatGSL=10008.751, dateGSL=Fri Jul 11 06:45:47 
YAKT 30155428, stringGSL=base_string_808391__00010004, boolGSL=true, 
sortableGSL=base_string_916192__00010001, _version_=1626631448143331328, 
_root_=0}, SolrDocument{id=4, intGSL=2075240530, longGSL=4625048032571967117, 
doubleGSL=10007.598322635677, floatGSL=10008.751, dateGSL=Fri Jul 11 06:45:47 
YAKT 30155428, stringGSL=base_string_808391__00010004, boolGSL=true, 
sortableGSL=base_string_916192__00010001, _version_=1626631448150671360, 
_root_=4}, SolrDocument{id=1, intGSL=2075240530, longGSL=4625048032571967117, 
doubleGSL=10007.598322635677, floatGSL=10008.751, dateGSL=Fri Jul 11 06:45:47 
YAKT 30155428, stringGSL=base_string_808391__00010004, boolGSL=false, 
sortableGSL=base_string_916192__00010001, _version_=1626631448144379904, 
_root_=1}]}}, 
{groupValue=2075260540,doclist={numFound=6,start=0,docs=[SolrDocument{id=17, 
intGSL=2075260540, longGSL=4625048032571987125, doubleGSL=30012.598322635677, 
floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 YAKT 30155428, 
stringGSL=base_string_808391__00030014, boolGSL=false, 
sortableGSL=base_string_916192__00030007, _version_=1626631448146477057, 
_root_=17}, SolrDocument{id=19, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=false, 
sortableGSL=base_string_916192__00030007, _version_=1626631448146477058, 
_root_=19}, SolrDocument{id=15, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=false, 
sortableGSL=base_string_916192__00030007, _version_=1626631448150671363, 
_root_=15}, SolrDocument{id=16, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=true, 
sortableGSL=base_string_916192__00030007, _version_=1626631448150671364, 
_root_=16}, SolrDocument{id=20, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=true, 
sortableGSL=base_string_916192__00030007, _version_=1626631448150671365, 
_root_=20}, SolrDocument{id=14, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=true, 
sortableGSL=base_string_916192__00030007, _version_=1626631448148574212, 
_root_=14}]}}, 
{groupValue=2075270540,doclist={numFound=6,start=0,docs=[SolrDocument{id=21, 
intGSL=2075270540, longGSL=4625048032571997132, doubleGSL=40012.59832263568, 
floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 YAKT 30155428, 
stringGSL=base_string_808391__00040016, boolGSL=false, 
sortableGSL=base_string_916192__00040008, _version_=1626631448146477059, 
_root_=21}, SolrDocument{id=23, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=false, 
sortableGSL=base_string_916192__00040008, _version_=1626631448146477060, 
_root_=23}, SolrDocument{id=25, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=false, 
sortableGSL=base_string_916192__00040008, _version_=1626631448146477061, 
_root_=25}, SolrDocument{id=22, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=true, 
sortableGSL=base_string_916192__00040008, _version_=1626631448151719936, 
_root_=22}, SolrDocument{id=24, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=true, 
sortableGSL=base_string_916192__00040008, _version_=1626631448148574215, 
_root_=24}, SolrDocument{id=27, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=false, 
sortableGSL=base_string_916192__00040008, _version_=1626631448148574216, 
_root_=27}]}}, 
{groupValue=2075280545,doclist={numFound=5,start=0,docs=[SolrDocument{id=29, 
intGSL=2075280545, longGSL=4625048032572007141, doubleGSL=50013.59832263568, 
floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 YAKT 30155428, 
stringGSL=base_string_808391__00050023, boolGSL=false, 
sortableGSL=base_string_916192__00050015, _version_=1626631448146477062, 
_root_=29}, SolrDocument{id=33, intGSL=2075280545, longGSL=4625048032572007141, 
doubleGSL=50013.59832263568, floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 
YAKT 30155428, stringGSL=base_string_808391__00050023, boolGSL=false, 
sortableGSL=base_string_916192__00050015, _version_=1626631448146477064, 
_root_=33}, SolrDocument{id=34, intGSL=2075280545, longGSL=4625048032572007141, 
doubleGSL=50013.59832263568, floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 
YAKT 30155428, stringGSL=base_string_808391__00050023, boolGSL=true, 
sortableGSL=base_string_916192__00050015, _version_=1626631448151719937, 
_root_=34}, SolrDocument{id=28, intGSL=2075280545, longGSL=4625048032572007141, 
doubleGSL=50013.59832263568, floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 
YAKT 30155428, stringGSL=base_string_808391__00050023, boolGSL=true, 
sortableGSL=base_string_916192__00050015, _version_=1626631448148574217, 
_root_=28}, SolrDocument{id=32, intGSL=2075280545, longGSL=4625048032572007141, 
doubleGSL=50013.59832263568, floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 
YAKT 30155428, stringGSL=base_string_808391__00050023, boolGSL=true, 
sortableGSL=base_string_916192__00050015, _version_=1626631448148574218, 
_root_=32}]}}, 
{groupValue=2075290545,doclist={numFound=6,start=0,docs=[SolrDocument{id=37, 
intGSL=2075290545, longGSL=4625048032572017147, doubleGSL=60015.59832263568, 
floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 YAKT 30155428, 
stringGSL=base_string_808391__00060024, boolGSL=false, 
sortableGSL=base_string_916192__00060021, _version_=1626631448146477065, 
_root_=37}, SolrDocument{id=35, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=false, 
sortableGSL=base_string_916192__00060021, _version_=1626631448151719938, 
_root_=35}, SolrDocument{id=36, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=true, 
sortableGSL=base_string_916192__00060021, _version_=1626631448151719939, 
_root_=36}, SolrDocument{id=41, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=false, 
sortableGSL=base_string_916192__00060021, _version_=1626631448151719940, 
_root_=41}, SolrDocument{id=38, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=true, 
sortableGSL=base_string_916192__00060021, _version_=1626631448148574219, 
_root_=38}, SolrDocument{id=40, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=true, 
sortableGSL=base_string_916192__00060021, _version_=1626631448148574220, 
_root_=40}]}}, 
{groupValue=2075300548,doclist={numFound=7,start=0,docs=[SolrDocument{id=45, 
intGSL=2075300548, longGSL=4625048032572027148, doubleGSL=70018.59832263568, 
floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 YAKT 30155428, 
stringGSL=base_string_808391__00070033, boolGSL=false, 
sortableGSL=base_string_916192__00070021, _version_=1626631448146477067, 
_root_=45}, SolrDocument{id=43, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=false, 
sortableGSL=base_string_916192__00070021, _version_=1626631448151719941, 
_root_=43}, SolrDocument{id=44, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=true, 
sortableGSL=base_string_916192__00070021, _version_=1626631448151719942, 
_root_=44}, SolrDocument{id=46, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=true, 
sortableGSL=base_string_916192__00070021, _version_=1626631448151719943, 
_root_=46}, SolrDocument{id=47, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=false, 
sortableGSL=base_string_916192__00070021, _version_=1626631448151719944, 
_root_=47}, SolrDocument{id=42, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=true, 
sortableGSL=base_string_916192__00070021, _version_=1626631448148574221, 
_root_=42}, SolrDocument{id=48, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=true, 
sortableGSL=base_string_916192__00070021, _version_=1626631448148574222, 
_root_=48}]}}, 
{groupValue=2075250533,doclist={numFound=5,start=0,docs=[SolrDocument{id=12, 
intGSL=2075250533, longGSL=4625048032571977123, doubleGSL=20007.598322635677, 
floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 YAKT 30155428, 
stringGSL=base_string_808391__00020006, boolGSL=true, 
sortableGSL=base_string_916192__00020001, _version_=1626631448150671362, 
_root_=12}, SolrDocument{id=8, intGSL=2075250533, longGSL=4625048032571977123, 
doubleGSL=20007.598322635677, floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 
YAKT 30155428, stringGSL=base_string_808391__00020006, boolGSL=true, 
sortableGSL=base_string_916192__00020001, _version_=1626631448148574208, 
_root_=8}, SolrDocument{id=10, intGSL=2075250533, longGSL=4625048032571977123, 
doubleGSL=20007.598322635677, floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 
YAKT 30155428, stringGSL=base_string_808391__00020006, boolGSL=true, 
sortableGSL=base_string_916192__00020001, _version_=1626631448148574209, 
_root_=10}, SolrDocument{id=11, intGSL=2075250533, longGSL=4625048032571977123, 
doubleGSL=20007.598322635677, floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 
YAKT 30155428, stringGSL=base_string_808391__00020006, boolGSL=false, 
sortableGSL=base_string_916192__00020001, _version_=1626631448148574210, 
_root_=11}, SolrDocument{id=13, intGSL=2075250533, longGSL=4625048032571977123, 
doubleGSL=20007.598322635677, floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 
YAKT 30155428, stringGSL=base_string_808391__00020006, boolGSL=false, 
sortableGSL=base_string_916192__00020001, _version_=1626631448148574211, 
_root_=13}]}}]}}}

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 
intGSL: 20 rsp: 
{responseHeader={zkConnected=true,status=0,QTime=12,params={q=*:*,_stateVer_=dv_coll:4,group.limit=100,rows=100,wt=javabin,version=2,group.field=intGSL,group=true}},grouped={intGSL={matches=59,groups=[{groupValue=null,doclist={numFound=20,start=0,maxScore=1.0,docs=[SolrDocument{id=10000,
 _version_=1626631448143331328, _root_=10000}, SolrDocument{id=10030, 
_version_=1626631448146477063, _root_=10030}, SolrDocument{id=10040, 
_version_=1626631448146477066, _root_=10040}, SolrDocument{id=10005, 
_version_=1626631448150671361, _root_=10005}, SolrDocument{id=2, 
intGSF=1432498563, longGSF=6121109016507524049, doubleGSF=10003.806187567001, 
floatGSF=10002.685, dateGSF=Thu Apr 16 13:29:07 YAKT 168236646, 
stringGSF=base_string_800593__00010006, boolGSF=true, 
sortableGSF=base_string_831323__00010000, _version_=1626631447921033216, 
_root_=2}, SolrDocument{id=3, intGSF=1432498563, longGSF=6121109016507524049, 
doubleGSF=10003.806187567001, floatGSF=10002.685, dateGSF=Thu Apr 16 13:29:07 
YAKT 168236646, stringGSF=base_string_800593__00010006, boolGSF=false, 
sortableGSF=base_string_831323__00010000, _version_=1626631447929421824, 
_root_=3}, SolrDocument{id=6, intGSF=1432498563, longGSF=6121109016507524049, 
doubleGSF=10003.806187567001, floatGSF=10002.685, dateGSF=Thu Apr 16 13:29:07 
YAKT 168236646, stringGSF=base_string_800593__00010006, boolGSF=true, 
sortableGSF=base_string_831323__00010000, _version_=1626631447929421825, 
_root_=6}, SolrDocument{id=7, intGSF=1432508569, longGSF=6121109016507534057, 
doubleGSF=20010.806187567, floatGSF=20004.686, dateGSF=Thu Apr 16 13:29:17 YAKT 
168236646, stringGSF=base_string_800593__00020009, boolGSF=false, 
sortableGSF=base_string_831323__00020001, _version_=1626631447929421826, 
_root_=7}, SolrDocument{id=9, intGSF=1432508569, longGSF=6121109016507534057, 
doubleGSF=20010.806187567, floatGSF=20004.686, dateGSF=Thu Apr 16 13:29:17 YAKT 
168236646, stringGSF=base_string_800593__00020009, boolGSF=false, 
sortableGSF=base_string_831323__00020001, _version_=1626631447933616128, 
_root_=9}, SolrDocument{id=10010, _version_=1626631447933616129, _root_=10010}, 
SolrDocument{id=18, intGSF=1432518577, longGSF=6121109016507544058, 
doubleGSF=30010.806187567, floatGSF=30006.686, dateGSF=Thu Apr 16 13:29:27 YAKT 
168236646, stringGSF=base_string_800593__00030009, boolGSF=true, 
sortableGSF=base_string_831323__00030001, _version_=1626631447933616130, 
_root_=18}, SolrDocument{id=10025, _version_=1626631447933616131, 
_root_=10025}, SolrDocument{id=26, intGSF=1432528577, 
longGSF=6121109016507554067, doubleGSF=40017.806187567, floatGSF=40011.684, 
dateGSF=Thu Apr 16 13:29:37 YAKT 168236646, 
stringGSF=base_string_800593__00040012, boolGSF=true, 
sortableGSF=base_string_831323__00040008, _version_=1626631447933616132, 
_root_=26}, SolrDocument{id=30, intGSF=1432538577, longGSF=6121109016507564068, 
doubleGSF=50021.806187567, floatGSF=50017.684, dateGSF=Thu Apr 16 13:29:47 YAKT 
168236646, stringGSF=base_string_800593__00050015, boolGSF=true, 
sortableGSF=base_string_831323__00050009, _version_=1626631447934664704, 
_root_=30}, SolrDocument{id=31, intGSF=1432538577, longGSF=6121109016507564068, 
doubleGSF=50021.806187567, floatGSF=50017.684, dateGSF=Thu Apr 16 13:29:47 YAKT 
168236646, stringGSF=base_string_800593__00050015, boolGSF=false, 
sortableGSF=base_string_831323__00050009, _version_=1626631447934664705, 
_root_=31}, SolrDocument{id=10035, _version_=1626631447934664706, 
_root_=10035}, SolrDocument{id=39, intGSF=1432548579, 
longGSF=6121109016507574072, doubleGSF=60028.806187567, floatGSF=60024.684, 
dateGSF=Thu Apr 16 13:29:57 YAKT 168236646, 
stringGSF=base_string_800593__00060019, boolGSF=false, 
sortableGSF=base_string_831323__00060012, _version_=1626631447934664707, 
_root_=39}, SolrDocument{id=10045, _version_=1626631447934664708, 
_root_=10045}, SolrDocument{id=10015, _version_=1626631448148574213, 
_root_=10015}, SolrDocument{id=10020, _version_=1626631448148574214, 
_root_=10020}]}}, 
{groupValue=2075240530,doclist={numFound=4,start=0,docs=[SolrDocument{id=5, 
intGSL=2075240530, longGSL=4625048032571967117, doubleGSL=10007.598322635677, 
floatGSL=10008.751, dateGSL=Fri Jul 11 06:45:47 YAKT 30155428, 
stringGSL=base_string_808391__00010004, boolGSL=false, 
sortableGSL=base_string_916192__00010001, _version_=1626631448146477056, 
_root_=5}, SolrDocument{id=0, intGSL=2075240530, longGSL=4625048032571967117, 
doubleGSL=10007.598322635677, floatGSL=10008.751, dateGSL=Fri Jul 11 06:45:47 
YAKT 30155428, stringGSL=base_string_808391__00010004, boolGSL=true, 
sortableGSL=base_string_916192__00010001, _version_=1626631448143331328, 
_root_=0}, SolrDocument{id=4, intGSL=2075240530, longGSL=4625048032571967117, 
doubleGSL=10007.598322635677, floatGSL=10008.751, dateGSL=Fri Jul 11 06:45:47 
YAKT 30155428, stringGSL=base_string_808391__00010004, boolGSL=true, 
sortableGSL=base_string_916192__00010001, _version_=1626631448150671360, 
_root_=4}, SolrDocument{id=1, intGSL=2075240530, longGSL=4625048032571967117, 
doubleGSL=10007.598322635677, floatGSL=10008.751, dateGSL=Fri Jul 11 06:45:47 
YAKT 30155428, stringGSL=base_string_808391__00010004, boolGSL=false, 
sortableGSL=base_string_916192__00010001, _version_=1626631448144379904, 
_root_=1}]}}, 
{groupValue=2075260540,doclist={numFound=6,start=0,docs=[SolrDocument{id=17, 
intGSL=2075260540, longGSL=4625048032571987125, doubleGSL=30012.598322635677, 
floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 YAKT 30155428, 
stringGSL=base_string_808391__00030014, boolGSL=false, 
sortableGSL=base_string_916192__00030007, _version_=1626631448146477057, 
_root_=17}, SolrDocument{id=19, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=false, 
sortableGSL=base_string_916192__00030007, _version_=1626631448146477058, 
_root_=19}, SolrDocument{id=15, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=false, 
sortableGSL=base_string_916192__00030007, _version_=1626631448150671363, 
_root_=15}, SolrDocument{id=16, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=true, 
sortableGSL=base_string_916192__00030007, _version_=1626631448150671364, 
_root_=16}, SolrDocument{id=20, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=true, 
sortableGSL=base_string_916192__00030007, _version_=1626631448150671365, 
_root_=20}, SolrDocument{id=14, intGSL=2075260540, longGSL=4625048032571987125, 
doubleGSL=30012.598322635677, floatGSL=30013.75, dateGSL=Fri Jul 11 06:46:07 
YAKT 30155428, stringGSL=base_string_808391__00030014, boolGSL=true, 
sortableGSL=base_string_916192__00030007, _version_=1626631448148574212, 
_root_=14}]}}, 
{groupValue=2075270540,doclist={numFound=6,start=0,docs=[SolrDocument{id=21, 
intGSL=2075270540, longGSL=4625048032571997132, doubleGSL=40012.59832263568, 
floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 YAKT 30155428, 
stringGSL=base_string_808391__00040016, boolGSL=false, 
sortableGSL=base_string_916192__00040008, _version_=1626631448146477059, 
_root_=21}, SolrDocument{id=23, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=false, 
sortableGSL=base_string_916192__00040008, _version_=1626631448146477060, 
_root_=23}, SolrDocument{id=25, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=false, 
sortableGSL=base_string_916192__00040008, _version_=1626631448146477061, 
_root_=25}, SolrDocument{id=22, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=true, 
sortableGSL=base_string_916192__00040008, _version_=1626631448151719936, 
_root_=22}, SolrDocument{id=24, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=true, 
sortableGSL=base_string_916192__00040008, _version_=1626631448148574215, 
_root_=24}, SolrDocument{id=27, intGSL=2075270540, longGSL=4625048032571997132, 
doubleGSL=40012.59832263568, floatGSL=40014.75, dateGSL=Fri Jul 11 06:46:17 
YAKT 30155428, stringGSL=base_string_808391__00040016, boolGSL=false, 
sortableGSL=base_string_916192__00040008, _version_=1626631448148574216, 
_root_=27}]}}, 
{groupValue=2075280545,doclist={numFound=5,start=0,docs=[SolrDocument{id=29, 
intGSL=2075280545, longGSL=4625048032572007141, doubleGSL=50013.59832263568, 
floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 YAKT 30155428, 
stringGSL=base_string_808391__00050023, boolGSL=false, 
sortableGSL=base_string_916192__00050015, _version_=1626631448146477062, 
_root_=29}, SolrDocument{id=33, intGSL=2075280545, longGSL=4625048032572007141, 
doubleGSL=50013.59832263568, floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 
YAKT 30155428, stringGSL=base_string_808391__00050023, boolGSL=false, 
sortableGSL=base_string_916192__00050015, _version_=1626631448146477064, 
_root_=33}, SolrDocument{id=34, intGSL=2075280545, longGSL=4625048032572007141, 
doubleGSL=50013.59832263568, floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 
YAKT 30155428, stringGSL=base_string_808391__00050023, boolGSL=true, 
sortableGSL=base_string_916192__00050015, _version_=1626631448151719937, 
_root_=34}, SolrDocument{id=28, intGSL=2075280545, longGSL=4625048032572007141, 
doubleGSL=50013.59832263568, floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 
YAKT 30155428, stringGSL=base_string_808391__00050023, boolGSL=true, 
sortableGSL=base_string_916192__00050015, _version_=1626631448148574217, 
_root_=28}, SolrDocument{id=32, intGSL=2075280545, longGSL=4625048032572007141, 
doubleGSL=50013.59832263568, floatGSL=50021.75, dateGSL=Fri Jul 11 06:46:27 
YAKT 30155428, stringGSL=base_string_808391__00050023, boolGSL=true, 
sortableGSL=base_string_916192__00050015, _version_=1626631448148574218, 
_root_=32}]}}, 
{groupValue=2075290545,doclist={numFound=6,start=0,docs=[SolrDocument{id=37, 
intGSL=2075290545, longGSL=4625048032572017147, doubleGSL=60015.59832263568, 
floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 YAKT 30155428, 
stringGSL=base_string_808391__00060024, boolGSL=false, 
sortableGSL=base_string_916192__00060021, _version_=1626631448146477065, 
_root_=37}, SolrDocument{id=35, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=false, 
sortableGSL=base_string_916192__00060021, _version_=1626631448151719938, 
_root_=35}, SolrDocument{id=36, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=true, 
sortableGSL=base_string_916192__00060021, _version_=1626631448151719939, 
_root_=36}, SolrDocument{id=41, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=false, 
sortableGSL=base_string_916192__00060021, _version_=1626631448151719940, 
_root_=41}, SolrDocument{id=38, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=true, 
sortableGSL=base_string_916192__00060021, _version_=1626631448148574219, 
_root_=38}, SolrDocument{id=40, intGSL=2075290545, longGSL=4625048032572017147, 
doubleGSL=60015.59832263568, floatGSL=60027.75, dateGSL=Fri Jul 11 06:46:37 
YAKT 30155428, stringGSL=base_string_808391__00060024, boolGSL=true, 
sortableGSL=base_string_916192__00060021, _version_=1626631448148574220, 
_root_=40}]}}, 
{groupValue=2075300548,doclist={numFound=7,start=0,docs=[SolrDocument{id=45, 
intGSL=2075300548, longGSL=4625048032572027148, doubleGSL=70018.59832263568, 
floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 YAKT 30155428, 
stringGSL=base_string_808391__00070033, boolGSL=false, 
sortableGSL=base_string_916192__00070021, _version_=1626631448146477067, 
_root_=45}, SolrDocument{id=43, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=false, 
sortableGSL=base_string_916192__00070021, _version_=1626631448151719941, 
_root_=43}, SolrDocument{id=44, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=true, 
sortableGSL=base_string_916192__00070021, _version_=1626631448151719942, 
_root_=44}, SolrDocument{id=46, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=true, 
sortableGSL=base_string_916192__00070021, _version_=1626631448151719943, 
_root_=46}, SolrDocument{id=47, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=false, 
sortableGSL=base_string_916192__00070021, _version_=1626631448151719944, 
_root_=47}, SolrDocument{id=42, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=true, 
sortableGSL=base_string_916192__00070021, _version_=1626631448148574221, 
_root_=42}, SolrDocument{id=48, intGSL=2075300548, longGSL=4625048032572027148, 
doubleGSL=70018.59832263568, floatGSL=70035.75, dateGSL=Fri Jul 11 06:46:47 
YAKT 30155428, stringGSL=base_string_808391__00070033, boolGSL=true, 
sortableGSL=base_string_916192__00070021, _version_=1626631448148574222, 
_root_=48}]}}, 
{groupValue=2075250533,doclist={numFound=5,start=0,docs=[SolrDocument{id=12, 
intGSL=2075250533, longGSL=4625048032571977123, doubleGSL=20007.598322635677, 
floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 YAKT 30155428, 
stringGSL=base_string_808391__00020006, boolGSL=true, 
sortableGSL=base_string_916192__00020001, _version_=1626631448150671362, 
_root_=12}, SolrDocument{id=8, intGSL=2075250533, longGSL=4625048032571977123, 
doubleGSL=20007.598322635677, floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 
YAKT 30155428, stringGSL=base_string_808391__00020006, boolGSL=true, 
sortableGSL=base_string_916192__00020001, _version_=1626631448148574208, 
_root_=8}, SolrDocument{id=10, intGSL=2075250533, longGSL=4625048032571977123, 
doubleGSL=20007.598322635677, floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 
YAKT 30155428, stringGSL=base_string_808391__00020006, boolGSL=true, 
sortableGSL=base_string_916192__00020001, _version_=1626631448148574209, 
_root_=10}, SolrDocument{id=11, intGSL=2075250533, longGSL=4625048032571977123, 
doubleGSL=20007.598322635677, floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 
YAKT 30155428, stringGSL=base_string_808391__00020006, boolGSL=false, 
sortableGSL=base_string_916192__00020001, _version_=1626631448148574210, 
_root_=11}, SolrDocument{id=13, intGSL=2075250533, longGSL=4625048032571977123, 
doubleGSL=20007.598322635677, floatGSL=20009.75, dateGSL=Fri Jul 11 06:45:57 
YAKT 30155428, stringGSL=base_string_808391__00020006, boolGSL=false, 
sortableGSL=base_string_916192__00020001, _version_=1626631448148574211, 
_root_=13}]}}]}}}
        at 
__randomizedtesting.SeedInfo.seed([BF378AF9BCE164C4:248CE4A1F1B9569A]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.doGroupingDvOnly(DocValuesNotIndexedTest.java:390)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:322)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

Error Message:
Expected a collection with one shard and two replicas Timeout waiting to see 
state for collection=MissingSegmentRecoveryTest 
:DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:55412/solr";,           
"node_name":"127.0.0.1:55412_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node4":{           
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",           
"base_url":"http://127.0.0.1:55409/solr";,           
"node_name":"127.0.0.1:55409_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live 
Nodes: [127.0.0.1:55409_solr, 127.0.0.1:55412_solr] Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:55412/solr";,           
"node_name":"127.0.0.1:55412_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node4":{           
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",           
"base_url":"http://127.0.0.1:55409/solr";,           
"node_name":"127.0.0.1:55409_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
Timeout waiting to see state for collection=MissingSegmentRecoveryTest 
:DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:55412/solr";,
          "node_name":"127.0.0.1:55412_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:55409/solr";,
          "node_name":"127.0.0.1:55409_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:55409_solr, 127.0.0.1:55412_solr]
Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:55412/solr";,
          "node_name":"127.0.0.1:55412_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:55409/solr";,
          "node_name":"127.0.0.1:55409_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([BF378AF9BCE164C4:EF6212FAE5C0D2D9]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:304)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:282)
        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:106)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13975 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_BF378AF9BCE164C4-001\init-core-data-001
   [junit4]   2> 1254586 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1254586 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1254588 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1254589 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1254589 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_BF378AF9BCE164C4-001\tempDir-001
   [junit4]   2> 1254589 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1254590 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1254590 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1254693 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55398
   [junit4]   2> 1254693 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55398
   [junit4]   2> 1254693 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 55398
   [junit4]   2> 1254697 INFO  (zkConnectionManagerCallback-8704-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1254702 INFO  (zkConnectionManagerCallback-8706-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1254705 INFO  (zkConnectionManagerCallback-8708-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1254706 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1000d4690530002, likely client has closed socket
   [junit4]   2> 1254706 WARN  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1254706 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1254706 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1254706 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 1254706 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1254706 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1254706 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1254706 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c26012b{/solr,null,AVAILABLE}
   [junit4]   2> 1254709 WARN  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1254709 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1254709 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1254709 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 1254710 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1254710 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1254710 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1254710 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c66d3df{/solr,null,AVAILABLE}
   [junit4]   2> 1254712 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3d1ee9e0{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:55412}
   [junit4]   2> 1254712 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.s.Server Started @1254766ms
   [junit4]   2> 1254712 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55412}
   [junit4]   2> 1254712 ERROR (jetty-launcher-8709-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1254712 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1254717 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1254717 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1254717 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1254717 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-27T13:58:25.472310900Z
   [junit4]   2> 1254717 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@13f07e5f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:55409}
   [junit4]   2> 1254717 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.s.Server Started @1254773ms
   [junit4]   2> 1254717 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55409}
   [junit4]   2> 1254719 ERROR (jetty-launcher-8709-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1254719 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1254719 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1254719 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1254719 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1254719 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-27T13:58:25.474982Z
   [junit4]   2> 1254726 INFO  (zkConnectionManagerCallback-8711-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1254726 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1254736 INFO  (zkConnectionManagerCallback-8713-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1254736 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1254749 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1000d4690530004, likely client has closed socket
   [junit4]   2> 1254902 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1254975 WARN  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4b19d83d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1254977 WARN  (jetty-launcher-8709-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1d6ef229[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1254977 INFO  (jetty-launcher-8709-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55398/solr
   [junit4]   2> 1254982 INFO  (zkConnectionManagerCallback-8719-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1254985 INFO  (zkConnectionManagerCallback-8721-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1255057 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55412_solr
   [junit4]   2> 1255057 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.Overseer Overseer 
(id=72072190758158342-127.0.0.1:55412_solr-n_0000000000) starting
   [junit4]   2> 1255067 INFO  (zkConnectionManagerCallback-8728-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1255069 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:55398/solr ready
   [junit4]   2> 1255070 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55412_solr
   [junit4]   2> 1255092 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1255116 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55412.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6287ba07
   [junit4]   2> 1255121 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55412.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6287ba07
   [junit4]   2> 1255121 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55412.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6287ba07
   [junit4]   2> 1255121 INFO  (jetty-launcher-8709-thread-1) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_BF378AF9BCE164C4-001\tempDir-001\node1\.
   [junit4]   2> 1255121 INFO  
(OverseerStateUpdate-72072190758158342-127.0.0.1:55412_solr-n_0000000000) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:55412_solr
   [junit4]   2> 1255124 INFO  
(OverseerStateUpdate-72072190758158342-127.0.0.1:55412_solr-n_0000000000) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1255137 INFO  (zkCallback-8727-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1255226 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1255227 WARN  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@66a712ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1255231 WARN  (jetty-launcher-8709-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@c8bf378[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1255231 INFO  (jetty-launcher-8709-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55398/solr
   [junit4]   2> 1255233 INFO  (zkConnectionManagerCallback-8735-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1255237 INFO  (zkConnectionManagerCallback-8737-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1255243 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1255246 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55409_solr as DOWN
   [junit4]   2> 1255247 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1255247 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55409_solr
   [junit4]   2> 1255248 INFO  (zkCallback-8720-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1255248 INFO  (zkCallback-8727-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1255249 INFO  (zkCallback-8736-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1255271 INFO  (zkConnectionManagerCallback-8744-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1255273 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1255273 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:55398/solr ready
   [junit4]   2> 1255274 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1255288 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55409.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6287ba07
   [junit4]   2> 1255293 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55409.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6287ba07
   [junit4]   2> 1255294 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55409.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6287ba07
   [junit4]   2> 1255294 INFO  (jetty-launcher-8709-thread-2) 
[n:127.0.0.1:55409_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_BF378AF9BCE164C4-001\tempDir-001\node2\.
   [junit4]   2> 1255321 INFO  (zkConnectionManagerCallback-8750-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1255321 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1255324 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[BF378AF9BCE164C4]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55398/solr ready
   [junit4]   2> 1255341 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[BF378AF9BCE164C4]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1255343 INFO  (qtp1586256071-23186) [n:127.0.0.1:55412_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1255346 INFO  
(OverseerThreadFactory-8033-thread-1-processing-n:127.0.0.1:55412_solr) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 1255454 INFO  
(OverseerStateUpdate-72072190758158342-127.0.0.1:55412_solr-n_0000000000) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MissingSegmentRecoveryTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55412/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1255455 INFO  
(OverseerStateUpdate-72072190758158342-127.0.0.1:55412_solr-n_0000000000) 
[n:127.0.0.1:55412_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MissingSegmentRecoveryTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55409/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1255658 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr    
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1255658 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr    
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1255659 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr    
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1256669 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 1256669 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 1256675 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1256675 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1256676 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1256676 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1256676 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n2' using configuration 
from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1256677 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n1' using configuration 
from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1256677 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_55409.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6287ba07
   [junit4]   2> 1256677 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_55412.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6287ba07
   [junit4]   2> 1256677 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_BF378AF9BCE164C4-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_BF378AF9BCE164C4-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 1256677 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_BF378AF9BCE164C4-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_BF378AF9BCE164C4-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1256755 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1256755 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1256755 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1256755 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1256756 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1256756 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1256756 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1256756 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1256760 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6c0a0528[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1256760 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4c7122c9[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1256761 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1256761 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1256761 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1256761 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1256761 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1256761 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1256762 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1626630686000545792
   [junit4]   2> 1256762 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1626630686000545792
   [junit4]   2> 1256764 INFO  
(searcherExecutor-8041-thread-1-processing-n:127.0.0.1:55409_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:55409_solr c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2] Registered new 
searcher Searcher@6c0a0528[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1256765 INFO  
(searcherExecutor-8042-thread-1-processing-n:127.0.0.1:55412_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:55412_solr c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1] Registered new 
searcher Searcher@4c7122c9[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1256766 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1256766 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/MissingSegmentRecoveryTest/leaders/shard1
   [junit4]   2> 1256766 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to 
save terms, version is not a match, retrying
   [junit4]   2> 1256767 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1256767 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/MissingSegmentRecoveryTest/leaders/shard1
   [junit4]   2> 1256770 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1256770 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1256770 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:55412/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
   [junit4]   2> 1256771 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica_n1 
url=http://127.0.0.1:55412/solr START 
replicas=[http://127.0.0.1:55409/solr/MissingSegmentRecoveryTest_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 1256771 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica_n1 
url=http://127.0.0.1:55412/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1256773 INFO  (qtp1147723403-23197) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1256773 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1256773 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1256773 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/MissingSegmentRecoveryTest/leaders/shard1/leader after winning as 
/collections/MissingSegmentRecoveryTest/leader_elect/shard1/election/72072190758158342-core_node3-n_0000000000
   [junit4]   2> 1256774 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55412/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
   [junit4]   2> 1256877 INFO  (zkCallback-8720-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1256878 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1256880 INFO  (qtp1586256071-23188) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1221
   [junit4]   2> 1256980 INFO  (zkCallback-8720-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1256980 INFO  (zkCallback-8720-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1257774 INFO  (qtp1147723403-23195) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2115
   [junit4]   2> 1257776 INFO  (qtp1586256071-23186) [n:127.0.0.1:55412_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1257874 INFO  (zkCallback-8720-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1257874 INFO  (zkCallback-8720-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1257875 INFO  (zkCallback-8736-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1257875 INFO  (qtp1586256071-23186) [n:127.0.0.1:55412_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2532
   [junit4]   2> 1257876 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[BF378AF9BCE164C4]) [  
  ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1257877 INFO  (zkCallback-8736-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1257881 INFO  (qtp1586256071-23189) [n:127.0.0.1:55412_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to 
Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 1257890 INFO  (qtp1147723403-23199) [n:127.0.0.1:55409_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=ht

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

181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\jetty-servlets-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\jetty-util-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\jetty-webapp-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\jetty-xml-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\metrics-core-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\metrics-ganglia-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\metrics-graphite-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\metrics-jetty9-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\lib\metrics-jvm-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\example\example-DIH\solr\db\lib\derby-10.9.1.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\example\example-DIH\solr\db\lib\hsqldb-2.4.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\lib\hamcrest-core-1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\lib\junit-4.12.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\lib\randomizedtesting-runner-2.7.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\antlr4-runtime-4.5.1-1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\byte-buddy-1.9.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\commons-logging-1.1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\commons-text-1.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\hadoop-common-3.2.0-tests.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\hadoop-hdfs-3.2.0-tests.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\hadoop-hdfs-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\hadoop-minicluster-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\hadoop-minikdc-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\jersey-core-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\jersey-server-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\jersey-servlet-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerb-admin-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerb-client-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerb-common-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerb-crypto-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerb-identity-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerb-server-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerb-simplekdc-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerby-config-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerby-kdc-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\kerby-util-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\mockito-core-2.23.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\netty-all-4.0.52.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\objenesis-2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\lucene-analyzers-icu-9.0.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\contrib\analysis-extras\lib\icu4j-62.1.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-launcher.jar;C:\Users\jenkins\.ant\lib\ivy-2.4.0.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-antlr.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bcel.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bsf.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-log4j.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-oro.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-regexp.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-resolver.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-xalan2.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-logging.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-net.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jai.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-javamail.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jdepend.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jmf.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jsch.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit4.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-netrexx.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-swing.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-testutil.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant.jar;C:\Users\jenkins\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-2.7.2.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20190227_133730_4668282676251983970593.events
 
@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20190227_133730_46618216068409648265160.suites
 -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with 
error code: 1. Very likely a JVM crash.  See process stdout at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20190227_133730_4664721876028883916614.sysout
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4]     at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]     at java.base/java.lang.Thread.run(Thread.java:844)

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:633: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:577: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:267: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:558:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1572:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1099:
 At least one slave process threw an exception, first: Forked process returned 
with error code: 1. Very likely a JVM crash.  See process stdout at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20190227_133730_4664721876028883916614.sysout

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

Reply via email to