Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7761/
Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test
Error Message:
Could not load collection from ZK: multiunload2
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
multiunload2
at
__randomizedtesting.SeedInfo.seed([C4D46DBBEC0D2FDE:4C80526142F14226]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1366)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:748)
at
org.apache.solr.common.cloud.ClusterState$CollectionRef.get(ClusterState.java:386)
at
org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:400)
at
org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:625)
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:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException:
KeeperErrorCode = ConnectionLoss for /collections/multiunload2/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1378)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1364)
... 45 more
FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly
Error Message:
Unexpected number of elements in the group for intGSL: 5 rsp:
{responseHeader={zkConnected=true,status=0,QTime=7,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=983929990,doclist={numFound=5,start=0,docs=[SolrDocument{id=2,
intGSL=983929990, longGSL=6995808201243757350, doubleGSL=10007.899394378355,
floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00010007, boolGSL=true,
sortableGSL=base_string_953042__00010005, _version_=1627553055568297984,
_root_=2}, SolrDocument{id=3, intGSL=983929990, longGSL=6995808201243757350,
doubleGSL=10007.899394378355, floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00010007, boolGSL=false,
sortableGSL=base_string_953042__00010005, _version_=1627553055574589440,
_root_=3}, SolrDocument{id=6, intGSL=983929990, longGSL=6995808201243757350,
doubleGSL=10007.899394378355, floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00010007, boolGSL=true,
sortableGSL=base_string_953042__00010005, _version_=1627553055574589441,
_root_=6}, SolrDocument{id=1, intGSL=983929990, longGSL=6995808201243757350,
doubleGSL=10007.899394378355, floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00010007, boolGSL=false,
sortableGSL=base_string_953042__00010005, _version_=1627553055570395136,
_root_=1}, SolrDocument{id=5, intGSL=983929990, longGSL=6995808201243757350,
doubleGSL=10007.899394378355, floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00010007, boolGSL=false,
sortableGSL=base_string_953042__00010005, _version_=1627553055596609536,
_root_=5}]}},
{groupValue=983939995,doclist={numFound=6,start=0,docs=[SolrDocument{id=7,
intGSL=983939995, longGSL=6995808201243767359, doubleGSL=20010.899394378357,
floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00020016, boolGSL=false,
sortableGSL=base_string_953042__00020012, _version_=1627553055574589442,
_root_=7}, SolrDocument{id=9, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=false,
sortableGSL=base_string_953042__00020012, _version_=1627553055574589443,
_root_=9}, SolrDocument{id=8, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=true,
sortableGSL=base_string_953042__00020012, _version_=1627553055597658112,
_root_=8}, SolrDocument{id=10, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=true,
sortableGSL=base_string_953042__00020012, _version_=1627553055597658113,
_root_=10}, SolrDocument{id=11, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=false,
sortableGSL=base_string_953042__00020012, _version_=1627553055598706688,
_root_=11}, SolrDocument{id=13, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=false,
sortableGSL=base_string_953042__00020012, _version_=1627553055598706689,
_root_=13}]}},
{groupValue=null,doclist={numFound=25,start=0,maxScore=1.0,docs=[SolrDocument{id=10010,
_version_=1627553055574589444, _root_=10010}, SolrDocument{id=10025,
_version_=1627553055574589446, _root_=10025}, SolrDocument{id=10035,
_version_=1627553055574589450, _root_=10035}, SolrDocument{id=10045,
_version_=1627553055574589452, _root_=10045}, SolrDocument{id=10015,
_version_=1627553055598706691, _root_=10015}, SolrDocument{id=10020,
_version_=1627553055598706692, _root_=10020}, SolrDocument{id=10000,
_version_=1627553055568297984, _root_=10000}, SolrDocument{id=10030,
_version_=1627553055596609543, _root_=10030}, SolrDocument{id=10040,
_version_=1627553055596609546, _root_=10040}, SolrDocument{id=0,
intGSF=912979907, longGSF=8172510313626405041, doubleGSF=10008.68798629361,
floatGSF=10008.787, dateGSF=Sat Sep 02 14:44:28 GMT-०८:०० 190193341,
stringGSF=base_string_635593__00010001, boolGSF=true,
sortableGSF=base_string_731152__00010007, _version_=1627553055300911104,
_root_=0}, SolrDocument{id=4, intGSF=912979907, longGSF=8172510313626405041,
doubleGSF=10008.68798629361, floatGSF=10008.787, dateGSF=Sat Sep 02 14:44:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00010001, boolGSF=true,
sortableGSF=base_string_731152__00010007, _version_=1627553055310348288,
_root_=4}, SolrDocument{id=10005, _version_=1627553055310348289, _root_=10005},
SolrDocument{id=12, intGSF=912989908, longGSF=8172510313626415049,
doubleGSF=20016.68798629361, floatGSF=20011.787, dateGSF=Sat Sep 02 14:44:38
GMT-०८:०० 190193341, stringGSF=base_string_635593__00020001, boolGSF=true,
sortableGSF=base_string_731152__00020016, _version_=1627553055310348290,
_root_=12}, SolrDocument{id=15, intGSF=912999908, longGSF=8172510313626425054,
doubleGSF=30018.68798629361, floatGSF=30013.787, dateGSF=Sat Sep 02 14:44:48
GMT-०८:०० 190193341, stringGSF=base_string_635593__00030010, boolGSF=false,
sortableGSF=base_string_731152__00030018, _version_=1627553055310348291,
_root_=15}, SolrDocument{id=16, intGSF=912999908, longGSF=8172510313626425054,
doubleGSF=30018.68798629361, floatGSF=30013.787, dateGSF=Sat Sep 02 14:44:48
GMT-०८:०० 190193341, stringGSF=base_string_635593__00030010, boolGSF=true,
sortableGSF=base_string_731152__00030018, _version_=1627553055310348292,
_root_=16}, SolrDocument{id=20, intGSF=912999908, longGSF=8172510313626425054,
doubleGSF=30018.68798629361, floatGSF=30013.787, dateGSF=Sat Sep 02 14:44:48
GMT-०८:०० 190193341, stringGSF=base_string_635593__00030010, boolGSF=true,
sortableGSF=base_string_731152__00030018, _version_=1627553055310348293,
_root_=20}, SolrDocument{id=22, intGSF=913009910, longGSF=8172510313626435060,
doubleGSF=40019.68798629361, floatGSF=40013.79, dateGSF=Sat Sep 02 14:44:58
GMT-०८:०० 190193341, stringGSF=base_string_635593__00040013, boolGSF=true,
sortableGSF=base_string_731152__00040018, _version_=1627553055310348294,
_root_=22}, SolrDocument{id=34, intGSF=913019918, longGSF=8172510313626445069,
doubleGSF=50021.68798629361, floatGSF=50015.79, dateGSF=Sat Sep 02 14:45:08
GMT-०८:०० 190193341, stringGSF=base_string_635593__00050019, boolGSF=true,
sortableGSF=base_string_731152__00050020, _version_=1627553055310348295,
_root_=34}, SolrDocument{id=35, intGSF=913029924, longGSF=8172510313626455072,
doubleGSF=60027.68798629361, floatGSF=60021.79, dateGSF=Sat Sep 02 14:45:18
GMT-०८:०० 190193341, stringGSF=base_string_635593__00060019, boolGSF=false,
sortableGSF=base_string_731152__00060023, _version_=1627553055310348296,
_root_=35}, SolrDocument{id=36, intGSF=913029924, longGSF=8172510313626455072,
doubleGSF=60027.68798629361, floatGSF=60021.79, dateGSF=Sat Sep 02 14:45:18
GMT-०८:०० 190193341, stringGSF=base_string_635593__00060019, boolGSF=true,
sortableGSF=base_string_731152__00060023, _version_=1627553055310348297,
_root_=36}, SolrDocument{id=41, intGSF=913029924, longGSF=8172510313626455072,
doubleGSF=60027.68798629361, floatGSF=60021.79, dateGSF=Sat Sep 02 14:45:18
GMT-०८:०० 190193341, stringGSF=base_string_635593__00060019, boolGSF=false,
sortableGSF=base_string_731152__00060023, _version_=1627553055314542592,
_root_=41}, SolrDocument{id=43, intGSF=913039926, longGSF=8172510313626465078,
doubleGSF=70032.6879862936, floatGSF=70027.79, dateGSF=Sat Sep 02 14:45:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00070025, boolGSF=false,
sortableGSF=base_string_731152__00070029, _version_=1627553055314542593,
_root_=43}, SolrDocument{id=44, intGSF=913039926, longGSF=8172510313626465078,
doubleGSF=70032.6879862936, floatGSF=70027.79, dateGSF=Sat Sep 02 14:45:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00070025, boolGSF=true,
sortableGSF=base_string_731152__00070029, _version_=1627553055314542594,
_root_=44}, SolrDocument{id=46, intGSF=913039926, longGSF=8172510313626465078,
doubleGSF=70032.6879862936, floatGSF=70027.79, dateGSF=Sat Sep 02 14:45:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00070025, boolGSF=true,
sortableGSF=base_string_731152__00070029, _version_=1627553055314542595,
_root_=46}, SolrDocument{id=47, intGSF=913039926, longGSF=8172510313626465078,
doubleGSF=70032.6879862936, floatGSF=70027.79, dateGSF=Sat Sep 02 14:45:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00070025, boolGSF=false,
sortableGSF=base_string_731152__00070029, _version_=1627553055314542596,
_root_=47}]}},
{groupValue=983950003,doclist={numFound=4,start=0,docs=[SolrDocument{id=18,
intGSL=983950003, longGSL=6995808201243777367, doubleGSL=30016.899394378357,
floatGSL=30011.318, dateGSL=Wed Nov 30 00:53:28 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00030018, boolGSL=true,
sortableGSL=base_string_953042__00030021, _version_=1627553055574589445,
_root_=18}, SolrDocument{id=14, intGSL=983950003, longGSL=6995808201243777367,
doubleGSL=30016.899394378357, floatGSL=30011.318, dateGSL=Wed Nov 30 00:53:28
GMT-०८:०० 233600563, stringGSL=base_string_489634__00030018, boolGSL=true,
sortableGSL=base_string_953042__00030021, _version_=1627553055598706690,
_root_=14}, SolrDocument{id=17, intGSL=983950003, longGSL=6995808201243777367,
doubleGSL=30016.899394378357, floatGSL=30011.318, dateGSL=Wed Nov 30 00:53:28
GMT-०८:०० 233600563, stringGSL=base_string_489634__00030018, boolGSL=false,
sortableGSL=base_string_953042__00030021, _version_=1627553055596609537,
_root_=17}, SolrDocument{id=19, intGSL=983950003, longGSL=6995808201243777367,
doubleGSL=30016.899394378357, floatGSL=30011.318, dateGSL=Wed Nov 30 00:53:28
GMT-०८:०० 233600563, stringGSL=base_string_489634__00030018, boolGSL=false,
sortableGSL=base_string_953042__00030021, _version_=1627553055596609538,
_root_=19}]}},
{groupValue=983960011,doclist={numFound=6,start=0,docs=[SolrDocument{id=26,
intGSL=983960011, longGSL=6995808201243787370, doubleGSL=40016.89939437836,
floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00040026, boolGSL=true,
sortableGSL=base_string_953042__00040030, _version_=1627553055574589447,
_root_=26}, SolrDocument{id=24, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=true,
sortableGSL=base_string_953042__00040030, _version_=1627553055598706693,
_root_=24}, SolrDocument{id=27, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=false,
sortableGSL=base_string_953042__00040030, _version_=1627553055598706694,
_root_=27}, SolrDocument{id=21, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=false,
sortableGSL=base_string_953042__00040030, _version_=1627553055596609539,
_root_=21}, SolrDocument{id=23, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=false,
sortableGSL=base_string_953042__00040030, _version_=1627553055596609540,
_root_=23}, SolrDocument{id=25, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=false,
sortableGSL=base_string_953042__00040030, _version_=1627553055596609541,
_root_=25}]}},
{groupValue=983970020,doclist={numFound=6,start=0,docs=[SolrDocument{id=30,
intGSL=983970020, longGSL=6995808201243797378, doubleGSL=50020.89939437836,
floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00050035, boolGSL=true,
sortableGSL=base_string_953042__00050030, _version_=1627553055574589448,
_root_=30}, SolrDocument{id=31, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=false,
sortableGSL=base_string_953042__00050030, _version_=1627553055574589449,
_root_=31}, SolrDocument{id=28, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=true,
sortableGSL=base_string_953042__00050030, _version_=1627553055598706695,
_root_=28}, SolrDocument{id=32, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=true,
sortableGSL=base_string_953042__00050030, _version_=1627553055598706696,
_root_=32}, SolrDocument{id=29, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=false,
sortableGSL=base_string_953042__00050030, _version_=1627553055596609542,
_root_=29}, SolrDocument{id=33, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=false,
sortableGSL=base_string_953042__00050030, _version_=1627553055596609544,
_root_=33}]}},
{groupValue=983980029,doclist={numFound=4,start=0,docs=[SolrDocument{id=39,
intGSL=983980029, longGSL=6995808201243807384, doubleGSL=60022.89939437836,
floatGSL=60024.32, dateGSL=Wed Nov 30 00:53:58 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00060039, boolGSL=false,
sortableGSL=base_string_953042__00060038, _version_=1627553055574589451,
_root_=39}, SolrDocument{id=38, intGSL=983980029, longGSL=6995808201243807384,
doubleGSL=60022.89939437836, floatGSL=60024.32, dateGSL=Wed Nov 30 00:53:58
GMT-०८:०० 233600563, stringGSL=base_string_489634__00060039, boolGSL=true,
sortableGSL=base_string_953042__00060038, _version_=1627553055598706697,
_root_=38}, SolrDocument{id=40, intGSL=983980029, longGSL=6995808201243807384,
doubleGSL=60022.89939437836, floatGSL=60024.32, dateGSL=Wed Nov 30 00:53:58
GMT-०८:०० 233600563, stringGSL=base_string_489634__00060039, boolGSL=true,
sortableGSL=base_string_953042__00060038, _version_=1627553055598706698,
_root_=40}, SolrDocument{id=37, intGSL=983980029, longGSL=6995808201243807384,
doubleGSL=60022.89939437836, floatGSL=60024.32, dateGSL=Wed Nov 30 00:53:58
GMT-०८:०० 233600563, stringGSL=base_string_489634__00060039, boolGSL=false,
sortableGSL=base_string_953042__00060038, _version_=1627553055596609545,
_root_=37}]}},
{groupValue=983990030,doclist={numFound=3,start=0,docs=[SolrDocument{id=42,
intGSL=983990030, longGSL=6995808201243817392, doubleGSL=70023.89939437836,
floatGSL=70029.32, dateGSL=Wed Nov 30 00:54:08 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00070044, boolGSL=true,
sortableGSL=base_string_953042__00070038, _version_=1627553055598706699,
_root_=42}, SolrDocument{id=48, intGSL=983990030, longGSL=6995808201243817392,
doubleGSL=70023.89939437836, floatGSL=70029.32, dateGSL=Wed Nov 30 00:54:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00070044, boolGSL=true,
sortableGSL=base_string_953042__00070038, _version_=1627553055598706700,
_root_=48}, SolrDocument{id=45, intGSL=983990030, longGSL=6995808201243817392,
doubleGSL=70023.89939437836, floatGSL=70029.32, dateGSL=Wed Nov 30 00:54:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00070044, boolGSL=false,
sortableGSL=base_string_953042__00070038, _version_=1627553055596609547,
_root_=45}]}}]}}}
Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for
intGSL: 5 rsp:
{responseHeader={zkConnected=true,status=0,QTime=7,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=983929990,doclist={numFound=5,start=0,docs=[SolrDocument{id=2,
intGSL=983929990, longGSL=6995808201243757350, doubleGSL=10007.899394378355,
floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00010007, boolGSL=true,
sortableGSL=base_string_953042__00010005, _version_=1627553055568297984,
_root_=2}, SolrDocument{id=3, intGSL=983929990, longGSL=6995808201243757350,
doubleGSL=10007.899394378355, floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00010007, boolGSL=false,
sortableGSL=base_string_953042__00010005, _version_=1627553055574589440,
_root_=3}, SolrDocument{id=6, intGSL=983929990, longGSL=6995808201243757350,
doubleGSL=10007.899394378355, floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00010007, boolGSL=true,
sortableGSL=base_string_953042__00010005, _version_=1627553055574589441,
_root_=6}, SolrDocument{id=1, intGSL=983929990, longGSL=6995808201243757350,
doubleGSL=10007.899394378355, floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00010007, boolGSL=false,
sortableGSL=base_string_953042__00010005, _version_=1627553055570395136,
_root_=1}, SolrDocument{id=5, intGSL=983929990, longGSL=6995808201243757350,
doubleGSL=10007.899394378355, floatGSL=10001.318, dateGSL=Wed Nov 30 00:53:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00010007, boolGSL=false,
sortableGSL=base_string_953042__00010005, _version_=1627553055596609536,
_root_=5}]}},
{groupValue=983939995,doclist={numFound=6,start=0,docs=[SolrDocument{id=7,
intGSL=983939995, longGSL=6995808201243767359, doubleGSL=20010.899394378357,
floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00020016, boolGSL=false,
sortableGSL=base_string_953042__00020012, _version_=1627553055574589442,
_root_=7}, SolrDocument{id=9, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=false,
sortableGSL=base_string_953042__00020012, _version_=1627553055574589443,
_root_=9}, SolrDocument{id=8, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=true,
sortableGSL=base_string_953042__00020012, _version_=1627553055597658112,
_root_=8}, SolrDocument{id=10, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=true,
sortableGSL=base_string_953042__00020012, _version_=1627553055597658113,
_root_=10}, SolrDocument{id=11, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=false,
sortableGSL=base_string_953042__00020012, _version_=1627553055598706688,
_root_=11}, SolrDocument{id=13, intGSL=983939995, longGSL=6995808201243767359,
doubleGSL=20010.899394378357, floatGSL=20009.318, dateGSL=Wed Nov 30 00:53:18
GMT-०८:०० 233600563, stringGSL=base_string_489634__00020016, boolGSL=false,
sortableGSL=base_string_953042__00020012, _version_=1627553055598706689,
_root_=13}]}},
{groupValue=null,doclist={numFound=25,start=0,maxScore=1.0,docs=[SolrDocument{id=10010,
_version_=1627553055574589444, _root_=10010}, SolrDocument{id=10025,
_version_=1627553055574589446, _root_=10025}, SolrDocument{id=10035,
_version_=1627553055574589450, _root_=10035}, SolrDocument{id=10045,
_version_=1627553055574589452, _root_=10045}, SolrDocument{id=10015,
_version_=1627553055598706691, _root_=10015}, SolrDocument{id=10020,
_version_=1627553055598706692, _root_=10020}, SolrDocument{id=10000,
_version_=1627553055568297984, _root_=10000}, SolrDocument{id=10030,
_version_=1627553055596609543, _root_=10030}, SolrDocument{id=10040,
_version_=1627553055596609546, _root_=10040}, SolrDocument{id=0,
intGSF=912979907, longGSF=8172510313626405041, doubleGSF=10008.68798629361,
floatGSF=10008.787, dateGSF=Sat Sep 02 14:44:28 GMT-०८:०० 190193341,
stringGSF=base_string_635593__00010001, boolGSF=true,
sortableGSF=base_string_731152__00010007, _version_=1627553055300911104,
_root_=0}, SolrDocument{id=4, intGSF=912979907, longGSF=8172510313626405041,
doubleGSF=10008.68798629361, floatGSF=10008.787, dateGSF=Sat Sep 02 14:44:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00010001, boolGSF=true,
sortableGSF=base_string_731152__00010007, _version_=1627553055310348288,
_root_=4}, SolrDocument{id=10005, _version_=1627553055310348289, _root_=10005},
SolrDocument{id=12, intGSF=912989908, longGSF=8172510313626415049,
doubleGSF=20016.68798629361, floatGSF=20011.787, dateGSF=Sat Sep 02 14:44:38
GMT-०८:०० 190193341, stringGSF=base_string_635593__00020001, boolGSF=true,
sortableGSF=base_string_731152__00020016, _version_=1627553055310348290,
_root_=12}, SolrDocument{id=15, intGSF=912999908, longGSF=8172510313626425054,
doubleGSF=30018.68798629361, floatGSF=30013.787, dateGSF=Sat Sep 02 14:44:48
GMT-०८:०० 190193341, stringGSF=base_string_635593__00030010, boolGSF=false,
sortableGSF=base_string_731152__00030018, _version_=1627553055310348291,
_root_=15}, SolrDocument{id=16, intGSF=912999908, longGSF=8172510313626425054,
doubleGSF=30018.68798629361, floatGSF=30013.787, dateGSF=Sat Sep 02 14:44:48
GMT-०८:०० 190193341, stringGSF=base_string_635593__00030010, boolGSF=true,
sortableGSF=base_string_731152__00030018, _version_=1627553055310348292,
_root_=16}, SolrDocument{id=20, intGSF=912999908, longGSF=8172510313626425054,
doubleGSF=30018.68798629361, floatGSF=30013.787, dateGSF=Sat Sep 02 14:44:48
GMT-०८:०० 190193341, stringGSF=base_string_635593__00030010, boolGSF=true,
sortableGSF=base_string_731152__00030018, _version_=1627553055310348293,
_root_=20}, SolrDocument{id=22, intGSF=913009910, longGSF=8172510313626435060,
doubleGSF=40019.68798629361, floatGSF=40013.79, dateGSF=Sat Sep 02 14:44:58
GMT-०८:०० 190193341, stringGSF=base_string_635593__00040013, boolGSF=true,
sortableGSF=base_string_731152__00040018, _version_=1627553055310348294,
_root_=22}, SolrDocument{id=34, intGSF=913019918, longGSF=8172510313626445069,
doubleGSF=50021.68798629361, floatGSF=50015.79, dateGSF=Sat Sep 02 14:45:08
GMT-०८:०० 190193341, stringGSF=base_string_635593__00050019, boolGSF=true,
sortableGSF=base_string_731152__00050020, _version_=1627553055310348295,
_root_=34}, SolrDocument{id=35, intGSF=913029924, longGSF=8172510313626455072,
doubleGSF=60027.68798629361, floatGSF=60021.79, dateGSF=Sat Sep 02 14:45:18
GMT-०८:०० 190193341, stringGSF=base_string_635593__00060019, boolGSF=false,
sortableGSF=base_string_731152__00060023, _version_=1627553055310348296,
_root_=35}, SolrDocument{id=36, intGSF=913029924, longGSF=8172510313626455072,
doubleGSF=60027.68798629361, floatGSF=60021.79, dateGSF=Sat Sep 02 14:45:18
GMT-०८:०० 190193341, stringGSF=base_string_635593__00060019, boolGSF=true,
sortableGSF=base_string_731152__00060023, _version_=1627553055310348297,
_root_=36}, SolrDocument{id=41, intGSF=913029924, longGSF=8172510313626455072,
doubleGSF=60027.68798629361, floatGSF=60021.79, dateGSF=Sat Sep 02 14:45:18
GMT-०८:०० 190193341, stringGSF=base_string_635593__00060019, boolGSF=false,
sortableGSF=base_string_731152__00060023, _version_=1627553055314542592,
_root_=41}, SolrDocument{id=43, intGSF=913039926, longGSF=8172510313626465078,
doubleGSF=70032.6879862936, floatGSF=70027.79, dateGSF=Sat Sep 02 14:45:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00070025, boolGSF=false,
sortableGSF=base_string_731152__00070029, _version_=1627553055314542593,
_root_=43}, SolrDocument{id=44, intGSF=913039926, longGSF=8172510313626465078,
doubleGSF=70032.6879862936, floatGSF=70027.79, dateGSF=Sat Sep 02 14:45:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00070025, boolGSF=true,
sortableGSF=base_string_731152__00070029, _version_=1627553055314542594,
_root_=44}, SolrDocument{id=46, intGSF=913039926, longGSF=8172510313626465078,
doubleGSF=70032.6879862936, floatGSF=70027.79, dateGSF=Sat Sep 02 14:45:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00070025, boolGSF=true,
sortableGSF=base_string_731152__00070029, _version_=1627553055314542595,
_root_=46}, SolrDocument{id=47, intGSF=913039926, longGSF=8172510313626465078,
doubleGSF=70032.6879862936, floatGSF=70027.79, dateGSF=Sat Sep 02 14:45:28
GMT-०८:०० 190193341, stringGSF=base_string_635593__00070025, boolGSF=false,
sortableGSF=base_string_731152__00070029, _version_=1627553055314542596,
_root_=47}]}},
{groupValue=983950003,doclist={numFound=4,start=0,docs=[SolrDocument{id=18,
intGSL=983950003, longGSL=6995808201243777367, doubleGSL=30016.899394378357,
floatGSL=30011.318, dateGSL=Wed Nov 30 00:53:28 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00030018, boolGSL=true,
sortableGSL=base_string_953042__00030021, _version_=1627553055574589445,
_root_=18}, SolrDocument{id=14, intGSL=983950003, longGSL=6995808201243777367,
doubleGSL=30016.899394378357, floatGSL=30011.318, dateGSL=Wed Nov 30 00:53:28
GMT-०८:०० 233600563, stringGSL=base_string_489634__00030018, boolGSL=true,
sortableGSL=base_string_953042__00030021, _version_=1627553055598706690,
_root_=14}, SolrDocument{id=17, intGSL=983950003, longGSL=6995808201243777367,
doubleGSL=30016.899394378357, floatGSL=30011.318, dateGSL=Wed Nov 30 00:53:28
GMT-०८:०० 233600563, stringGSL=base_string_489634__00030018, boolGSL=false,
sortableGSL=base_string_953042__00030021, _version_=1627553055596609537,
_root_=17}, SolrDocument{id=19, intGSL=983950003, longGSL=6995808201243777367,
doubleGSL=30016.899394378357, floatGSL=30011.318, dateGSL=Wed Nov 30 00:53:28
GMT-०८:०० 233600563, stringGSL=base_string_489634__00030018, boolGSL=false,
sortableGSL=base_string_953042__00030021, _version_=1627553055596609538,
_root_=19}]}},
{groupValue=983960011,doclist={numFound=6,start=0,docs=[SolrDocument{id=26,
intGSL=983960011, longGSL=6995808201243787370, doubleGSL=40016.89939437836,
floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00040026, boolGSL=true,
sortableGSL=base_string_953042__00040030, _version_=1627553055574589447,
_root_=26}, SolrDocument{id=24, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=true,
sortableGSL=base_string_953042__00040030, _version_=1627553055598706693,
_root_=24}, SolrDocument{id=27, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=false,
sortableGSL=base_string_953042__00040030, _version_=1627553055598706694,
_root_=27}, SolrDocument{id=21, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=false,
sortableGSL=base_string_953042__00040030, _version_=1627553055596609539,
_root_=21}, SolrDocument{id=23, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=false,
sortableGSL=base_string_953042__00040030, _version_=1627553055596609540,
_root_=23}, SolrDocument{id=25, intGSL=983960011, longGSL=6995808201243787370,
doubleGSL=40016.89939437836, floatGSL=40012.32, dateGSL=Wed Nov 30 00:53:38
GMT-०८:०० 233600563, stringGSL=base_string_489634__00040026, boolGSL=false,
sortableGSL=base_string_953042__00040030, _version_=1627553055596609541,
_root_=25}]}},
{groupValue=983970020,doclist={numFound=6,start=0,docs=[SolrDocument{id=30,
intGSL=983970020, longGSL=6995808201243797378, doubleGSL=50020.89939437836,
floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00050035, boolGSL=true,
sortableGSL=base_string_953042__00050030, _version_=1627553055574589448,
_root_=30}, SolrDocument{id=31, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=false,
sortableGSL=base_string_953042__00050030, _version_=1627553055574589449,
_root_=31}, SolrDocument{id=28, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=true,
sortableGSL=base_string_953042__00050030, _version_=1627553055598706695,
_root_=28}, SolrDocument{id=32, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=true,
sortableGSL=base_string_953042__00050030, _version_=1627553055598706696,
_root_=32}, SolrDocument{id=29, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=false,
sortableGSL=base_string_953042__00050030, _version_=1627553055596609542,
_root_=29}, SolrDocument{id=33, intGSL=983970020, longGSL=6995808201243797378,
doubleGSL=50020.89939437836, floatGSL=50021.32, dateGSL=Wed Nov 30 00:53:48
GMT-०८:०० 233600563, stringGSL=base_string_489634__00050035, boolGSL=false,
sortableGSL=base_string_953042__00050030, _version_=1627553055596609544,
_root_=33}]}},
{groupValue=983980029,doclist={numFound=4,start=0,docs=[SolrDocument{id=39,
intGSL=983980029, longGSL=6995808201243807384, doubleGSL=60022.89939437836,
floatGSL=60024.32, dateGSL=Wed Nov 30 00:53:58 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00060039, boolGSL=false,
sortableGSL=base_string_953042__00060038, _version_=1627553055574589451,
_root_=39}, SolrDocument{id=38, intGSL=983980029, longGSL=6995808201243807384,
doubleGSL=60022.89939437836, floatGSL=60024.32, dateGSL=Wed Nov 30 00:53:58
GMT-०८:०० 233600563, stringGSL=base_string_489634__00060039, boolGSL=true,
sortableGSL=base_string_953042__00060038, _version_=1627553055598706697,
_root_=38}, SolrDocument{id=40, intGSL=983980029, longGSL=6995808201243807384,
doubleGSL=60022.89939437836, floatGSL=60024.32, dateGSL=Wed Nov 30 00:53:58
GMT-०८:०० 233600563, stringGSL=base_string_489634__00060039, boolGSL=true,
sortableGSL=base_string_953042__00060038, _version_=1627553055598706698,
_root_=40}, SolrDocument{id=37, intGSL=983980029, longGSL=6995808201243807384,
doubleGSL=60022.89939437836, floatGSL=60024.32, dateGSL=Wed Nov 30 00:53:58
GMT-०८:०० 233600563, stringGSL=base_string_489634__00060039, boolGSL=false,
sortableGSL=base_string_953042__00060038, _version_=1627553055596609545,
_root_=37}]}},
{groupValue=983990030,doclist={numFound=3,start=0,docs=[SolrDocument{id=42,
intGSL=983990030, longGSL=6995808201243817392, doubleGSL=70023.89939437836,
floatGSL=70029.32, dateGSL=Wed Nov 30 00:54:08 GMT-०८:०० 233600563,
stringGSL=base_string_489634__00070044, boolGSL=true,
sortableGSL=base_string_953042__00070038, _version_=1627553055598706699,
_root_=42}, SolrDocument{id=48, intGSL=983990030, longGSL=6995808201243817392,
doubleGSL=70023.89939437836, floatGSL=70029.32, dateGSL=Wed Nov 30 00:54:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00070044, boolGSL=true,
sortableGSL=base_string_953042__00070038, _version_=1627553055598706700,
_root_=48}, SolrDocument{id=45, intGSL=983990030, longGSL=6995808201243817392,
doubleGSL=70023.89939437836, floatGSL=70029.32, dateGSL=Wed Nov 30 00:54:08
GMT-०८:०० 233600563, stringGSL=base_string_489634__00070044, boolGSL=false,
sortableGSL=base_string_953042__00070038, _version_=1627553055596609547,
_root_=45}]}}]}}}
at
__randomizedtesting.SeedInfo.seed([C4D46DBBEC0D2FDE:5F6F03E3A1551D80]: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:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
Build Log:
[...truncated 14167 lines...]
[junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\init-core-data-001
[junit4] 2> 1523992 INFO
(SUITE-BasicDistributedZkTest-seed#[C4D46DBBEC0D2FDE]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /v_o/du
[junit4] 2> 1523996 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1523996 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1523996 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1524096 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer start zk server on port:55049
[junit4] 2> 1524096 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55049
[junit4] 2> 1524096 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 55049
[junit4] 2> 1524100 INFO (zkConnectionManagerCallback-8487-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1524103 INFO (zkConnectionManagerCallback-8489-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1524105 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1524106 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1524108 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1524109 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1524111 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1524112 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1524113 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1524115 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1524116 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1524117 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1524119 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1524120 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1524494 WARN
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1524494 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1524494 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1524494 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
[junit4] 2> 1524495 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1524495 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1524495 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1524496 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@70cd0f{/v_o/du,null,AVAILABLE}
[junit4] 2> 1524497 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2ca448c1{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:55057}
[junit4] 2> 1524497 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.s.Server Started @1524528ms
[junit4] 2> 1524497 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/v_o/du,
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\tempDir-001/control/data,
hostPort=55057,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\control-001\cores,
replicaType=NRT}
[junit4] 2> 1524497 ERROR
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1524497 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1524497 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1524497 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1524497 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1524497 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-03-09T18:08:02.248250500Z
[junit4] 2> 1524500 INFO (zkConnectionManagerCallback-8491-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1524502 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1524502 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\control-001\solr.xml
[junit4] 2> 1524503 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1524503 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1524505 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1524790 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1524792 WARN
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@401f1fba[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1524796 WARN
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@53d8df4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1524796 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55049/solr
[junit4] 2> 1524798 INFO (zkConnectionManagerCallback-8497-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1524804 INFO (zkConnectionManagerCallback-8499-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1524902 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:55057_v_o%2Fdu
[junit4] 2> 1524902 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.Overseer Overseer
(id=72129795663396868-127.0.0.1:55057_v_o%2Fdu-n_0000000000) starting
[junit4] 2> 1524909 INFO (zkConnectionManagerCallback-8506-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1524912 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:55049/solr ready
[junit4] 2> 1524913 INFO
(OverseerStateUpdate-72129795663396868-127.0.0.1:55057_v_o%2Fdu-n_0000000000)
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:55057_v_o%2Fdu
[junit4] 2> 1524913 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55057_v_o%2Fdu
[junit4] 2> 1524914 INFO
(OverseerStateUpdate-72129795663396868-127.0.0.1:55057_v_o%2Fdu-n_0000000000)
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 1524915 INFO (zkCallback-8505-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1524939 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1524956 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1524962 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1524963 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1524964 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE])
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\control-001\cores
[junit4] 2> 1524982 INFO (zkConnectionManagerCallback-8512-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1524984 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1524985 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55049/solr ready
[junit4] 2> 1524987 INFO (qtp506171640-23995) [n:127.0.0.1:55057_v_o%2Fdu
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55057_v_o%252Fdu&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1524989 INFO
(OverseerThreadFactory-8382-thread-1-processing-n:127.0.0.1:55057_v_o%2Fdu)
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 1525096 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1525097 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
x:control_collection_shard1_replica_n1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1526114 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1526125 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 1526208 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1526225 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 1526225 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1526225 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\control-001\cores\control_collection_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\control-001\cores\control_collection_shard1_replica_n1\data\]
[junit4] 2> 1526226 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1526226 WARN (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1526303 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1526303 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1526307 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1526307 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1526307 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6180195356074372]
[junit4] 2> 1526307 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@48d6834a[control_collection_shard1_replica_n1] main]
[junit4] 2> 1526309 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1526309 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1526309 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1526310 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1627552359709147136
[junit4] 2> 1526310 INFO
(searcherExecutor-8387-thread-1-processing-n:127.0.0.1:55057_v_o%2Fdu
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:55057_v_o%2Fdu c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@48d6834a[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1526315 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 1526315 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 1526318 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1526318 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1526318 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:55057/v_o/du/control_collection_shard1_replica_n1/
[junit4] 2> 1526318 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1526318 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:55057/v_o/du/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 1526318 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/72129795663396868-core_node2-n_0000000000
[junit4] 2> 1526319 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:55057/v_o/du/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1526423 INFO (zkCallback-8498-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1526424 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1526428 INFO (qtp506171640-23999) [n:127.0.0.1:55057_v_o%2Fdu
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1332
[junit4] 2> 1526436 INFO (qtp506171640-23995) [n:127.0.0.1:55057_v_o%2Fdu
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 45 seconds. Check all shard replicas
[junit4] 2> 1526528 INFO (zkCallback-8498-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1526528 INFO (zkCallback-8498-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1526528 INFO (qtp506171640-23995) [n:127.0.0.1:55057_v_o%2Fdu
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55057_v_o%252Fdu&wt=javabin&version=2}
status=0 QTime=1541
[junit4] 2> 1526531 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
0x10041aac03d0006, likely client has closed socket
[junit4] 2> 1526536 INFO (zkConnectionManagerCallback-8518-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1526538 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1526539 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55049/solr ready
[junit4] 2> 1526539 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1526540 INFO (qtp506171640-23998) [n:127.0.0.1:55057_v_o%2Fdu
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1526543 INFO
(OverseerThreadFactory-8382-thread-2-processing-n:127.0.0.1:55057_v_o%2Fdu)
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 1526544 INFO
(OverseerCollectionConfigSetProcessor-72129795663396868-127.0.0.1:55057_v_o%2Fdu-n_0000000000)
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1526748 WARN
(OverseerThreadFactory-8382-thread-2-processing-n:127.0.0.1:55057_v_o%2Fdu)
[n:127.0.0.1:55057_v_o%2Fdu ] o.a.s.c.a.c.CreateCollectionCmd It is unusual
to create a collection (collection1) without cores.
[junit4] 2> 1526750 INFO (qtp506171640-23998) [n:127.0.0.1:55057_v_o%2Fdu
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 45 seconds. Check all shard replicas
[junit4] 2> 1526750 INFO (qtp506171640-23998) [n:127.0.0.1:55057_v_o%2Fdu
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=209
[junit4] 2> 1526750 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=4
[junit4] 2> 1527150 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-1-001
of type NRT
[junit4] 2> 1527151 WARN (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1527151 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1527151 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1527151 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
[junit4] 2> 1527152 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1527152 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1527152 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1527153 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3087ef48{/v_o/du,null,AVAILABLE}
[junit4] 2> 1527154 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4a9aa3b3{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:55086}
[junit4] 2> 1527154 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.Server Started @1527185ms
[junit4] 2> 1527154 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/v_o/du,
solrconfig=solrconfig.xml,
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\tempDir-001/jetty1,
hostPort=55086,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-1-001\cores}
[junit4] 2> 1527155 ERROR (closeThreadPool-8519-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1527155 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1527155 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1527155 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1527155 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1527155 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-03-09T18:08:04.906416600Z
[junit4] 2> 1527167 INFO (zkConnectionManagerCallback-8521-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1527168 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1527168 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-1-001\solr.xml
[junit4] 2> 1527168 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
0x10041aac03d0008, likely client has closed socket
[junit4] 2> 1527172 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1527172 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1527174 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1527327 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1527329 WARN (closeThreadPool-8519-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@5a57debe[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1527334 WARN (closeThreadPool-8519-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6dda8e7e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1527335 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55049/solr
[junit4] 2> 1527340 INFO (zkConnectionManagerCallback-8527-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1527341 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
0x10041aac03d0009, likely client has closed socket
[junit4] 2> 1527345 INFO (zkConnectionManagerCallback-8529-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1527351 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 1527355 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.c.ZkController Publish
node=127.0.0.1:55086_v_o%2Fdu as DOWN
[junit4] 2> 1527356 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1527356 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55086_v_o%2Fdu
[junit4] 2> 1527357 INFO (zkCallback-8498-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1527358 INFO (zkCallback-8505-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1527358 INFO (zkCallback-8528-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1527358 INFO (zkCallback-8517-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1527395 INFO (zkConnectionManagerCallback-8536-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1527396 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 1527397 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:55049/solr ready
[junit4] 2> 1527398 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1527426 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1527433 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1527433 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1527435 INFO (closeThreadPool-8519-thread-1)
[n:127.0.0.1:55086_v_o%2Fdu ] 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.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-1-001\cores
[junit4] 2> 1527669 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-2-001
of type NRT
[junit4] 2> 1527670 WARN (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1527670 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1527670 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1527670 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
[junit4] 2> 1527670 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1527670 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1527670 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1527670 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3ada476e{/v_o/du,null,AVAILABLE}
[junit4] 2> 1527671 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1973ebbb{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:55105}
[junit4] 2> 1527671 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.Server Started @1527702ms
[junit4] 2> 1527672 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/v_o/du,
solrconfig=solrconfig.xml,
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\tempDir-001/jetty2,
hostPort=55105,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-2-001\cores,
replicaType=NRT}
[junit4] 2> 1527672 ERROR (closeThreadPool-8519-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1527672 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1527672 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1527672 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1527672 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1527672 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-03-09T18:08:05.423598700Z
[junit4] 2> 1527676 INFO (zkConnectionManagerCallback-8539-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1527676 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1527676 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
0x10041aac03d000c, likely client has closed socket
[junit4] 2> 1527676 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-2-001\solr.xml
[junit4] 2> 1527680 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1527680 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1527681 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1527814 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1527815 WARN (closeThreadPool-8519-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@60a50059[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1527819 WARN (closeThreadPool-8519-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@b8bfe9f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1527820 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55049/solr
[junit4] 2> 1527822 INFO (zkConnectionManagerCallback-8545-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1527823 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
0x10041aac03d000d, likely client has closed socket
[junit4] 2> 1527825 INFO (zkConnectionManagerCallback-8547-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1527829 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1527832 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:55105_v_o%2Fdu as DOWN
[junit4] 2> 1527833 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1527833 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55105_v_o%2Fdu
[junit4] 2> 1527834 INFO (zkCallback-8528-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1527834 INFO (zkCallback-8498-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1527835 INFO (zkCallback-8505-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1527835 INFO (zkCallback-8517-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1527835 INFO (zkCallback-8546-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1527836 INFO (zkCallback-8535-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1527860 INFO (zkConnectionManagerCallback-8554-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1527861 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1527862 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55049/solr ready
[junit4] 2> 1527862 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 1527880 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1527886 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1527886 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c90980e
[junit4] 2> 1527888 INFO (closeThreadPool-8519-thread-1) [ ]
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.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-2-001\cores
[junit4] 2> 1528087 INFO
(TEST-BasicDistributedZkTest.test-seed#[C4D46DBBEC0D2FDE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZkTest_C4D46DBBEC0D2FDE-001\shard-3-001
of type NRT
[junit4] 2> 1528087 WARN (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1528087 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1528087 INFO (closeThreadPool-8519-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1528087 INFO (closeThreadPool-8519-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21d
[...truncated too long message...]
it4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_C4D46DBBEC0D2FDE-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{_root_=FSTOrd50, id=Lucene50(blocksize=128)},
docValues:{floatField=DocValuesFormat(name=Asserting),
doubleField=DocValuesFormat(name=Lucene80),
intFieldMulti=DocValuesFormat(name=Asserting),
sortableGSL=DocValuesFormat(name=Direct),
boolFieldMulti=DocValuesFormat(name=Lucene80),
floatGSL=DocValuesFormat(name=Direct),
longFieldMulti=DocValuesFormat(name=Lucene80),
sortableGSF=DocValuesFormat(name=Asserting),
intField=DocValuesFormat(name=Lucene80),
boolField=DocValuesFormat(name=Direct),
sortableFieldMulti=DocValuesFormat(name=Lucene80),
stringFieldMulti=DocValuesFormat(name=Direct),
dateFieldMulti=DocValuesFormat(name=Lucene80),
longGSF=DocValuesFormat(name=Asserting),
doubleFieldMulti=DocValuesFormat(name=Direct),
stringGSL=DocValuesFormat(name=Lucene80),
doubleGSF=DocValuesFormat(name=Lucene80),
doubleGSL=DocValuesFormat(name=Lucene80),
stringGSF=DocValuesFormat(name=Lucene80),
intGSL=DocValuesFormat(name=Lucene80),
sortableText=DocValuesFormat(name=Lucene80),
longField=DocValuesFormat(name=Asserting),
dateField=DocValuesFormat(name=Direct), dateGSF=DocValuesFormat(name=Direct),
boolGSF=DocValuesFormat(name=Direct), longGSL=DocValuesFormat(name=Direct),
boolGSL=DocValuesFormat(name=Asserting),
floatFieldMulti=DocValuesFormat(name=Lucene80),
floatGSF=DocValuesFormat(name=Asserting),
dateGSL=DocValuesFormat(name=Asserting), intGSF=DocValuesFormat(name=Lucene80),
stringField=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=383,
maxMBSortInHeap=7.0892480563255384,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@16871f3a),
locale=mr-IN, timezone=Etc/GMT+8
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 11
(64-bit)/cpus=3,threads=1,free=172988952,total=508559360
[junit4] 2> NOTE: All tests run in this JVM: [SSLMigrationTest,
BasicAuthIntegrationTest, TestNonDefinedSimilarityFactory,
ResponseLogComponentTest, PrimitiveFieldTypeTest,
ConfigureRecoveryStrategyTest, TestSimpleTrackingShardHandler,
TestNestedDocsSort, FastVectorHighlighterTest, CopyFieldTest,
TestDynamicFieldResource, PreAnalyzedFieldManagedSchemaCloudTest,
BadComponentTest, DirectUpdateHandlerTest, MetricsHistoryHandlerTest,
TestCopyFieldCollectionResource, TestMinMaxOnMultiValuedField,
TestSimNodeAddedTrigger, AdminHandlersProxyTest,
CloudExitableDirectoryReaderTest, TestTestInjection,
PathHierarchyTokenizerFactoryTest, VersionInfoTest, RestoreTriggerStateTest,
TestOverriddenPrefixQueryForCustomFieldType, TestCollectionAPIs,
TestSolrCloudWithKerberosAlt, ByteBuffersDirectoryFactoryTest,
ActionThrottleTest, TestRealTimeGet, TestLockTree, ShardsWhitelistTest,
TestJsonFacetsStatsParsing, ScheduledTriggerIntegrationTest,
NodeAddedTriggerTest, OpenExchangeRatesOrgProviderTest,
CoreMergeIndexesAdminHandlerTest, VMParamsZkACLAndCredentialsProvidersTest,
StressHdfsTest, TestSolrQueryResponse, TestLMJelinekMercerSimilarityFactory,
DistribDocExpirationUpdateProcessorTest, MissingSegmentRecoveryTest,
NumberUtilsTest, TestSolrFieldCacheBean, TestGraphTermsQParserPlugin,
AutoAddReplicasPlanActionTest, TestCloudInspectUtil,
TestPostingsSolrHighlighter, TestConfigSetImmutable, TestNumericRangeQuery64,
DistributedSpellCheckComponentTest, TestFacetMethods, TestStreamBody,
TestSolrQueryParser, TestRestManager, TestSolrCLIRunExample,
TestUseDocValuesAsStored, TestUniqueKeyFieldResource, RestartWhileUpdatingTest,
HdfsAutoAddReplicasIntegrationTest, BooleanFieldTest, TestCloudConsistency,
TriLevelCompositeIdRoutingTest, TestScoreJoinQPScore,
DistributedFacetExistsSmallTest, SuggesterTSTTest, AnalyticsQueryTest,
AliasIntegrationTest, TestDFISimilarityFactory, TestConfig,
TestSolrConfigHandler, TestFileDictionaryLookup,
TestWordDelimiterFilterFactory, TestCloudSearcherWarming,
TestImplicitCoreProperties, PrimUtilsTest, TestComponentsName,
BadCopyFieldTest, TestExactStatsCache, TestSolrCoreSnapshots,
TestSimDistribStateManager, CdcrReplicationHandlerTest, CdcrBootstrapTest,
DocValuesMissingTest, TestHighlightDedupGrouping, OverseerTest,
TestQuerySenderNoQuery, WordBreakSolrSpellCheckerTest, DocValuesTest,
SpellCheckComponentTest, DOMUtilTest, TestRandomFlRTGCloud,
ComputePlanActionTest, CollectionReloadTest, TestRangeQuery, ZkNodePropsTest,
RequestLoggingTest, TestValueSourceCache, TestCloudRecovery,
OverriddenZkACLAndCredentialsProvidersTest, TestWriterPerf,
TestCursorMarkWithoutUniqueKey, SynonymTokenizerTest, TestStressRecovery,
LoggingHandlerTest, AtomicUpdateProcessorFactoryTest, TestRestoreCore,
DistributedQueueTest, TestBulkSchemaConcurrent, TestSimClusterStateProvider,
TestTolerantUpdateProcessorCloud, HdfsRestartWhileUpdatingTest,
MoveReplicaHDFSTest, TestFieldCacheVsDocValues,
CollectionsAPIAsyncDistributedZkTest, TestNumericTerms64,
ConcurrentCreateRoutedAliasTest, TestLuceneMatchVersion, DeleteStatusTest,
TestAnalyzedSuggestions, FieldAnalysisRequestHandlerTest,
EmbeddedSolrNoSerializeTest, QueryResultKeyTest, SortByFunctionTest,
TolerantUpdateProcessorTest, MultiSolrCloudTestCaseTest,
SolrMetricsIntegrationTest, TestRandomDVFaceting,
WrapperMergePolicyFactoryTest, SolrGraphiteReporterTest, DistanceUnitsTest,
TestFieldTypeResource, TestZkChroot, DateFieldTest, TestIndexingPerformance,
HDFSCollectionsAPITest, SharedFSAutoReplicaFailoverTest, TestSmileRequest,
TestCharFilters, MetricTriggerTest, IndexBasedSpellCheckerTest,
TestOnReconnectListenerSupport, DistributedFacetPivotSmallTest,
SolrCLIZkUtilsTest, TestFieldSortValues, SpellingQueryConverterTest,
UUIDFieldTest, TestFieldCacheSort, TestShortCircuitedRequests,
DefaultValueUpdateProcessorTest, TestSortByMinMaxFunction,
SearchRateTriggerIntegrationTest, TestCoreDiscovery, TestSimExecutePlanAction,
GraphQueryTest, TestEmbeddedSolrServerConstructors, TestPushWriter,
SimpleFacetsTest, AddBlockUpdateTest, TestFiltering,
TestExclusionRuleCollectionAccess, DirectSolrSpellCheckerTest,
TestDistributedMissingSort, OverseerModifyCollectionTest,
ClassificationUpdateProcessorFactoryTest, TestLegacyFieldCache,
LeaderVoteWaitTimeoutTest, RequestHandlersTest, TestRTGBase,
SolrRrdBackendFactoryTest, DirectSolrConnectionTest, SOLR749Test,
CustomTermsComponentTest, TestJettySolrRunner, HighlighterMaxOffsetTest,
TestPayloadScoreQParserPlugin, CoreAdminCreateDiscoverTest,
TestExtendedDismaxParser, ForceLeaderWithTlogReplicasTest,
ClassificationUpdateProcessorTest, TestSimPolicyCloud, TestUtilizeNode,
TestBM25SimilarityFactory, TestMaxTokenLenTokenizer, TestStressUserVersions,
NodeMutatorTest, ConcurrentDeleteAndCreateCollectionTest, CursorMarkTest,
SuggestComponentContextFilterQueryTest, HdfsBasicDistributedZkTest,
DirectoryFactoryTest, ShardRoutingCustomTest, TestAddFieldRealTimeGet,
SmileWriterTest, SolrCoreTest, TestCollectionsAPIViaSolrCloudCluster,
TestCollationFieldDocValues, DistributedQueryComponentOptimizationTest,
BlockDirectoryTest, TestLegacyField, DocExpirationUpdateProcessorFactoryTest,
TestBadConfig, TestPerFieldSimilarityWithDefaultOverride,
TestSQLHandlerNonCloud, TestPointFields, AnalysisAfterCoreReloadTest,
BasicFunctionalityTest, CursorPagingTest, DistributedIntervalFacetingTest,
EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest,
SolrTestCaseJ4Test, TestDistributedGrouping, TestDistributedSearch,
TestDocumentBuilder, TestRandomFaceting, TestSolrCoreProperties,
TestTolerantSearch, TestTrie, TestReversedWildcardFilterFactory,
TestLuceneIndexBackCompat, TestEmbeddedSolrServerSchemaAPI,
ConnectionReuseTest, AddReplicaTest, AssignBackwardCompatibilityTest,
AsyncCallRequestStatusResponseTest, BasicDistributedZkTest,
ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, CollectionPropsTest,
CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteShardTest,
DistributedVersionInfoTest, DocValuesNotIndexedTest]
[junit4] Completed [464/845 (2!)] on J1 in 20.84s, 4 tests, 1 failure <<<
FAILURES!
[...truncated 1428 lines...]
[junit4] JVM J1: stdout was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20190309_174237_6409434784913114997859.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\heapdumps\java_pid19648.hprof
...
[junit4] Heap dump file created [484134856 bytes in 2.948 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 8953 lines...]
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:585: Some of
the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid19648.hprof
Total time: 112 minutes 30 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]