Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/960/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test
Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000
ms! ClusterState: { "control_collection":{ "pullReplicas":"0",
"replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{"core_node2":{
"core":"control_collection_shard1_replica_n1",
"base_url":"http://127.0.0.1:56962/jv",
"node_name":"127.0.0.1:56962_jv", "state":"active",
"type":"NRT", "leader":"true"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"1", "tlogReplicas":"0"},
"collection1":{ "pullReplicas":"0", "replicationFactor":"1",
"shards":{"shard1":{ "range":"80000000-7fffffff",
"state":"active", "replicas":{ "core_node22":{
"core":"collection1_shard1_replica_n21",
"base_url":"http://127.0.0.1:56978/jv",
"node_name":"127.0.0.1:56978_jv", "state":"active",
"type":"NRT", "leader":"true"}, "core_node24":{
"core":"collection1_shard1_replica_n23",
"base_url":"http://127.0.0.1:56988/jv",
"node_name":"127.0.0.1:56988_jv", "state":"recovering",
"type":"NRT"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"1",
"tlogReplicas":"0"}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in
collection1 come up within 30000 ms! ClusterState: {
"control_collection":{
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node2":{
"core":"control_collection_shard1_replica_n1",
"base_url":"http://127.0.0.1:56962/jv",
"node_name":"127.0.0.1:56962_jv",
"state":"active",
"type":"NRT",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"},
"collection1":{
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node22":{
"core":"collection1_shard1_replica_n21",
"base_url":"http://127.0.0.1:56978/jv",
"node_name":"127.0.0.1:56978_jv",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node24":{
"core":"collection1_shard1_replica_n23",
"base_url":"http://127.0.0.1:56988/jv",
"node_name":"127.0.0.1:56988_jv",
"state":"recovering",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"}}
at
__randomizedtesting.SeedInfo.seed([87E746602D8B6F98:FB379BA83770260]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:2004)
at
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:119)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 1943 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/core/test/temp/junit4-J1-20181129_103953_1148884124129708117945.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 5 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/core/test/temp/junit4-J0-20181129_103953_11412357437005371981485.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 296 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J1-20181129_104800_81313549331034047920341.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J0-20181129_104800_8131016726191291865800.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 1083 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J0-20181129_104850_24412257486273314982354.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J1-20181129_104850_2442487261683185366330.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 256 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J1-20181129_105049_69613145353356000239814.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J0-20181129_105049_6966878057043001870121.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 238 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20181129_105101_30416122051849981457910.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 18 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20181129_105101_3042218131812238560520.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 162 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J0-20181129_105123_9322781920017603191721.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J1-20181129_105123_9323929446219702306874.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 207 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J0-20181129_105128_82714959101335700855506.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J1-20181129_105128_8279328535419037626048.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 171 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J0-20181129_105137_2597843329092346292012.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J1-20181129_105137_25915135766830165544086.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 176 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J1-20181129_105140_9028097353386153334194.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J0-20181129_105140_90212282970457867769391.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 159 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J0-20181129_105149_49913896115451886124560.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J1-20181129_105149_4998676332092485981534.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 167 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J1-20181129_105157_2197108286184902228349.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J0-20181129_105157_2192550446847459023213.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 219 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J0-20181129_105201_2886894244870545685853.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 12 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J1-20181129_105201_2897133432934477533964.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 1569 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J0-20181129_105336_89914034680092581503683.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J1-20181129_105336_89915790917650006631004.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 251 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/classification/test/temp/junit4-J0-20181129_105346_65415264235697343490138.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/classification/test/temp/junit4-J1-20181129_105346_65513561078096928599773.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 267 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/codecs/test/temp/junit4-J0-20181129_105404_7215871107709414986199.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/codecs/test/temp/junit4-J1-20181129_105404_7215317293394353002569.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 234 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/demo/test/temp/junit4-J0-20181129_105604_77911530136063584985392.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/demo/test/temp/junit4-J1-20181129_105604_7791260530745142403789.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 176 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/expressions/test/temp/junit4-J0-20181129_105608_84214849270077936656983.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/expressions/test/temp/junit4-J1-20181129_105608_8438370101205630580821.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 234 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/facet/test/temp/junit4-J1-20181129_105614_2795345118467074868898.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/facet/test/temp/junit4-J0-20181129_105614_2793921244930682686383.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 182 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/grouping/test/temp/junit4-J0-20181129_105642_38914266450574571907123.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/grouping/test/temp/junit4-J1-20181129_105642_38910389909925606852772.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 251 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J0-20181129_105651_4996489406301016717761.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J1-20181129_105651_49915543275593500840399.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 163 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/join/test/temp/junit4-J0-20181129_105708_32717261966747171534511.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 6 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/join/test/temp/junit4-J1-20181129_105708_32716708434752240792265.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 155 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/memory/test/temp/junit4-J0-20181129_105720_42111854304603912634286.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/memory/test/temp/junit4-J1-20181129_105720_42113786749864395606062.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 194 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/misc/test/temp/junit4-J1-20181129_105726_9229426408811323752653.syserr
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/misc/test/temp/junit4-J0-20181129_105726_92214783010854105419652.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 344 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/queries/test/temp/junit4-J1-20181129_105744_22715368335548098103977.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/queries/test/temp/junit4-J0-20181129_105744_2263179783258393398289.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 231 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J1-20181129_105754_7188179676762505311114.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J0-20181129_105754_71814914724429683248157.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 216 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/replicator/test/temp/junit4-J1-20181129_105804_42550673499253222442.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/replicator/test/temp/junit4-J0-20181129_105804_42515744716170902722886.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 216 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J1-20181129_105816_61316316558844892343013.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J0-20181129_105816_6125112890138262272837.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 299 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J1-20181129_105928_90412502700788602432055.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J0-20181129_105928_90411048678374186260034.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 151 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/spatial/test/temp/junit4-J0-20181129_105954_29911817232333756414669.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 186 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J0-20181129_105956_86610359875075526168382.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 5 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J1-20181129_105956_86710461203455803099296.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 252 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/suggest/test/temp/junit4-J0-20181129_110012_80011299604113389769998.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 12 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/suggest/test/temp/junit4-J1-20181129_110012_8003379353933087774660.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3310 lines...]
[junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/init-core-data-001
[junit4] 2> 1857664 WARN
(SUITE-RecoveryAfterSoftCommitTest-seed#[87E746602D8B6F98]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
[junit4] 2> 1857664 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[87E746602D8B6F98]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1857665 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[87E746602D8B6F98]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None") w/ MAC_OS_X
supressed clientAuth
[junit4] 2> 1857665 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[87E746602D8B6F98]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1857665 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[87E746602D8B6F98]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jv/
[junit4] 2> 1857666 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1857667 INFO (Thread-4001) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1857667 INFO (Thread-4001) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1857677 ERROR (Thread-4001) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1857777 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.ZkTestServer start zk server on port:56959
[junit4] 2> 1857802 INFO (zkConnectionManagerCallback-7644-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857808 INFO (zkConnectionManagerCallback-7646-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1857822 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1857826 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1857835 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1857838 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1857849 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1857852 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1857854 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1857857 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1857860 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1857863 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1857867 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1857872 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1858360 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
[junit4] 2> 1858362 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1858362 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1858362 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1858363 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@105d1b65{/jv,null,AVAILABLE}
[junit4] 2> 1858364 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@618e1abf{HTTP/1.1,[http/1.1]}{127.0.0.1:56963}
[junit4] 2> 1858364 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.Server Started @1858436ms
[junit4] 2> 1858364 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/jv,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/tempDir-001/control/data,
hostPort=56962,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/control-001/cores,
replicaType=NRT}
[junit4] 2> 1858365 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1858365 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1858365 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1858365 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1858365 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1858365 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-29T11:32:25.114676Z
[junit4] 2> 1858368 INFO (zkConnectionManagerCallback-7648-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858370 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1858370 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/control-001/solr.xml
[junit4] 2> 1858374 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1858374 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1858378 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1858623 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56959/solr
[junit4] 2> 1858626 INFO (zkConnectionManagerCallback-7652-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858630 INFO (zkConnectionManagerCallback-7654-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858875 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:56962_jv
[junit4] 2> 1858877 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.c.Overseer Overseer
(id=72194410118578180-127.0.0.1:56962_jv-n_0000000000) starting
[junit4] 2> 1858897 INFO (zkConnectionManagerCallback-7661-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858901 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:56959/solr ready
[junit4] 2> 1858904 INFO
(OverseerStateUpdate-72194410118578180-127.0.0.1:56962_jv-n_0000000000)
[n:127.0.0.1:56962_jv ] o.a.s.c.Overseer Starting to work on the main queue
: 127.0.0.1:56962_jv
[junit4] 2> 1858904 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56962_jv
[junit4] 2> 1858906 INFO
(OverseerStateUpdate-72194410118578180-127.0.0.1:56962_jv-n_0000000000)
[n:127.0.0.1:56962_jv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1858907 INFO (zkCallback-7660-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1858949 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1858975 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed
[junit4] 2> 1858991 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed
[junit4] 2> 1858992 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed
[junit4] 2> 1858994 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98])
[n:127.0.0.1:56962_jv ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/control-001/cores
[junit4] 2> 1859034 INFO (zkConnectionManagerCallback-7667-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1859040 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1859044 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56959/solr ready
[junit4] 2> 1859045 INFO (SocketProxy-Acceptor-56962) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56969,localport=56962], receiveBufferSize:408300
[junit4] 2> 1859046 INFO (SocketProxy-Acceptor-56962) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=56963,localport=56970], receiveBufferSize=408300
[junit4] 2> 1859052 INFO (qtp1123107424-24535) [n:127.0.0.1:56962_jv ]
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:56962_jv&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1859057 INFO
(OverseerThreadFactory-10297-thread-1-processing-n:127.0.0.1:56962_jv)
[n:127.0.0.1:56962_jv ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1859168 INFO (SocketProxy-Acceptor-56962) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56971,localport=56962], receiveBufferSize:408300
[junit4] 2> 1859169 INFO (SocketProxy-Acceptor-56962) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=56963,localport=56972], receiveBufferSize=408300
[junit4] 2> 1859172 INFO (qtp1123107424-24531) [n:127.0.0.1:56962_jv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 1859186 INFO (SocketProxy-Acceptor-56962) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56973,localport=56962], receiveBufferSize:408300
[junit4] 2> 1859187 INFO (SocketProxy-Acceptor-56962) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=56963,localport=56974], receiveBufferSize=408300
[junit4] 2> 1859187 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1859188 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1860220 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
[junit4] 2> 1860238 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860384 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860431 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860431 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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@4470d3ed
[junit4] 2> 1860431 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1860446 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=78.75,
floorSegmentMB=1.486328125, forceMergeDeletesPctAllowed=21.725764360472674,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3907192884582388, deletesPctAllowed=34.63046370803727
[junit4] 2> 1860481 WARN (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860570 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860570 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=2 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1860572 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1860572 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1860574 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=29.9697265625,
floorSegmentMB=1.6162109375, forceMergeDeletesPctAllowed=18.875405727899352,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2087844123292107, deletesPctAllowed=42.70218227067862
[junit4] 2> 1860575 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@66b0d1cc[control_collection_shard1_replica_n1] main]
[junit4] 2> 1860577 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1860577 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860578 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1860578 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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 1618467773299556352
[junit4] 2> 1860581 INFO
(searcherExecutor-10302-thread-1-processing-n:127.0.0.1:56962_jv
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:56962_jv 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@66b0d1cc[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1860590 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860597 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1860597 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860597 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:56962/jv/control_collection_shard1_replica_n1/
[junit4] 2> 1860598 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860598 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:56962/jv/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1860598 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1860607 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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:56962/jv/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1860718 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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> 1860722 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
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=1535
[junit4] 2> 1860726 INFO (qtp1123107424-24535) [n:127.0.0.1:56962_jv ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1860822 INFO (zkCallback-7653-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> 1861065 INFO
(OverseerCollectionConfigSetProcessor-72194410118578180-127.0.0.1:56962_jv-n_0000000000)
[n:127.0.0.1:56962_jv ] 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> 1861735 INFO (qtp1123107424-24535) [n:127.0.0.1:56962_jv ]
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:56962_jv&wt=javabin&version=2}
status=0 QTime=2682
[junit4] 2> 1861765 INFO (zkConnectionManagerCallback-7672-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861766 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1861768 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56959/solr ready
[junit4] 2> 1861768 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1861769 INFO (SocketProxy-Acceptor-56962) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56976,localport=56962], receiveBufferSize:408300
[junit4] 2> 1861770 INFO (SocketProxy-Acceptor-56962) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=56963,localport=56977], receiveBufferSize=408300
[junit4] 2> 1861770 INFO (qtp1123107424-24537) [n:127.0.0.1:56962_jv ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1861776 INFO
(OverseerThreadFactory-10297-thread-2-processing-n:127.0.0.1:56962_jv)
[n:127.0.0.1:56962_jv ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1861988 WARN
(OverseerThreadFactory-10297-thread-2-processing-n:127.0.0.1:56962_jv)
[n:127.0.0.1:56962_jv ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 1861992 INFO (qtp1123107424-24537) [n:127.0.0.1:56962_jv ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1861993 INFO (qtp1123107424-24537) [n:127.0.0.1:56962_jv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=222
[junit4] 2> 1862468 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-1-001
of type NRT
[junit4] 2> 1862469 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
[junit4] 2> 1862471 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1862471 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1862471 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1862471 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@34828edf{/jv,null,AVAILABLE}
[junit4] 2> 1862472 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6a8ffc62{HTTP/1.1,[http/1.1]}{127.0.0.1:56979}
[junit4] 2> 1862472 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.Server Started @1862544ms
[junit4] 2> 1862472 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/jv,
solrconfig=solrconfig.xml,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/tempDir-001/jetty1,
hostPort=56978,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-1-001/cores}
[junit4] 2> 1862473 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1862473 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1862473 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1862473 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1862473 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1862473 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-29T11:32:29.222595Z
[junit4] 2> 1862479 INFO (zkConnectionManagerCallback-7674-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1862481 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1862481 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-1-001/solr.xml
[junit4] 2> 1862484 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1862484 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1862488 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1862620 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56959/solr
[junit4] 2> 1862623 INFO (zkConnectionManagerCallback-7678-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1862626 INFO (zkConnectionManagerCallback-7680-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1862649 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1862658 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1862658 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56978_jv
[junit4] 2> 1862663 INFO (zkCallback-7653-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1862663 INFO (zkCallback-7671-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1862663 INFO (zkCallback-7679-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1862664 INFO (zkCallback-7660-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1862699 INFO (zkConnectionManagerCallback-7687-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1862701 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1862703 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56959/solr ready
[junit4] 2> 1862704 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 1862730 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed
[junit4] 2> 1862749 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed
[junit4] 2> 1862750 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed
[junit4] 2> 1862752 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-1-001/cores
[junit4] 2> 1862802 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:56978_jv&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1862810 INFO
(OverseerCollectionConfigSetProcessor-72194410118578180-127.0.0.1:56962_jv-n_0000000000)
[n:127.0.0.1:56962_jv ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1862817 INFO (qtp1123107424-24537) [n:127.0.0.1:56962_jv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1862819 INFO (qtp1123107424-24533) [n:127.0.0.1:56962_jv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1862820 INFO (SocketProxy-Acceptor-56978) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56984,localport=56978], receiveBufferSize:408300
[junit4] 2> 1862821 INFO (SocketProxy-Acceptor-56978) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=56979,localport=56985], receiveBufferSize=408300
[junit4] 2> 1862822 INFO (qtp813821975-24598) [n:127.0.0.1:56978_jv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1862824 INFO
(OverseerThreadFactory-10297-thread-3-processing-n:127.0.0.1:56962_jv)
[n:127.0.0.1:56962_jv c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:56978_jv for creating new replica of shard shard1 for
collection collection1
[junit4] 2> 1862829 INFO (SocketProxy-Acceptor-56978) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56986,localport=56978], receiveBufferSize:408300
[junit4] 2> 1862830 INFO (SocketProxy-Acceptor-56978) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=56979,localport=56987], receiveBufferSize=408300
[junit4] 2> 1862833 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
x:collection1_shard1_replica_n21] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1863882 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.7.0
[junit4] 2> 1863902 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
[collection1_shard1_replica_n21] Schema name=test
[junit4] 2> 1864071 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1864099 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n21' using configuration from
collection collection1, trusted=true
[junit4] 2> 1864100 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n21' (registry
'solr.core.collection1.shard1.replica_n21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed
[junit4] 2> 1864100 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[[collection1_shard1_replica_n21] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-1-001/cores/collection1_shard1_replica_n21],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
[junit4] 2> 1864103 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=78.75,
floorSegmentMB=1.486328125, forceMergeDeletesPctAllowed=21.725764360472674,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3907192884582388, deletesPctAllowed=34.63046370803727
[junit4] 2> 1864111 WARN (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
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> 1864195 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1864196 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=2
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1864198 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1864198 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1864199 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=29.9697265625,
floorSegmentMB=1.6162109375, forceMergeDeletesPctAllowed=18.875405727899352,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2087844123292107, deletesPctAllowed=42.70218227067862
[junit4] 2> 1864200 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ccac91d[collection1_shard1_replica_n21] main]
[junit4] 2> 1864201 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1864202 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1864202 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1864203 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1618467777100644352
[junit4] 2> 1864204 INFO
(searcherExecutor-10316-thread-1-processing-n:127.0.0.1:56978_jv
x:collection1_shard1_replica_n21 c:collection1 s:shard1) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[collection1_shard1_replica_n21] Registered new searcher
Searcher@5ccac91d[collection1_shard1_replica_n21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1864234 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node22=0}, version=0}
[junit4] 2> 1864249 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1864249 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1864249 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:56978/jv/collection1_shard1_replica_n21/
[junit4] 2> 1864250 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1864250 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
http://127.0.0.1:56978/jv/collection1_shard1_replica_n21/ has no replicas
[junit4] 2> 1864250 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1864258 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:56978/jv/collection1_shard1_replica_n21/ shard1
[junit4] 2> 1864419 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1864423 INFO (qtp813821975-24594) [n:127.0.0.1:56978_jv
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1591
[junit4] 2> 1864428 INFO (qtp1123107424-24534) [n:127.0.0.1:56962_jv
c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:56978_jv&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1625
[junit4] 2> 1864525 INFO (zkCallback-7679-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1864816 INFO
(OverseerCollectionConfigSetProcessor-72194410118578180-127.0.0.1:56962_jv-n_0000000000)
[n:127.0.0.1:56962_jv ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1864881 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-2-001
of type NRT
[junit4] 2> 1864882 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
[junit4] 2> 1864883 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1864883 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1864883 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1864884 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16e5a39{/jv,null,AVAILABLE}
[junit4] 2> 1864884 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@53241507{HTTP/1.1,[http/1.1]}{127.0.0.1:56989}
[junit4] 2> 1864884 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.e.j.s.Server Started @1864956ms
[junit4] 2> 1864884 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/jv,
solrconfig=solrconfig.xml,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/tempDir-001/jetty2,
hostPort=56988,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-2-001/cores,
replicaType=NRT}
[junit4] 2> 1864885 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1864885 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1864886 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1864886 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1864886 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1864886 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-29T11:32:31.635231Z
[junit4] 2> 1864888 INFO (zkConnectionManagerCallback-7690-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1864889 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1864889 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_87E746602D8B6F98-001/shard-2-001/solr.xml
[junit4] 2> 1864892 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1864892 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1864897 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4470d3ed, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1864941 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56959/solr
[junit4] 2> 1864942 INFO (zkConnectionManagerCallback-7694-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1864946 INFO (zkConnectionManagerCallback-7696-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1864960 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1864969 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1864969 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56988_jv
[junit4] 2> 1864973 INFO (zkCallback-7660-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1864974 INFO (zkCallback-7653-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1864974 INFO (zkCallback-7679-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1864974 INFO (zkCallback-7695-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1864975 INFO (zkCallback-7671-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1864975 INFO (zkCallback-7686-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1865000 INFO (zkConnectionManagerCallback-7703-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1865002 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[87E746602D8B6F98]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4]
[...truncated too long message...]
otSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated
in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20181129_122340_6247751694278172993169.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 571 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20181129_122447_73815180527630164067924.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20181129_122447_7384774077799666378012.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 1300 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20181129_122516_41416051157909571613913.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20181129_122516_4145554339261597621326.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 664 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20181129_122530_3059508559704977535982.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20181129_122530_3052214170576172473402.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 578 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-cell/test/temp/junit4-J0-20181129_122603_2362089200595116143664.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-cell/test/temp/junit4-J1-20181129_122603_2364458549610590238259.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 579 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J0-20181129_122623_7544086391439123090028.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J1-20181129_122623_75416145726307335958163.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 681 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20181129_122637_73011451981797756305401.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20181129_122637_73011610758998193551049.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 577 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J1-20181129_122715_6114565000221403664935.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20181129_122715_6112588994434912086823.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 566 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20181129_122740_8157750533458768145527.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 33434 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/960/consoleText
[repro] Revision: 5e2db9eca3bcb897673855ef9392735ab6c64186
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line: ant test -Dtestcase=RecoveryAfterSoftCommitTest
-Dtests.method=test -Dtests.seed=87E746602D8B6F98 -Dtests.slow=true
-Dtests.locale=uz-Latn -Dtests.timezone=Europe/Jersey -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] RecoveryAfterSoftCommitTest
[repro] ant compile-test
[...truncated 3614 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.RecoveryAfterSoftCommitTest" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC"
-Dtests.seed=87E746602D8B6F98 -Dtests.slow=true -Dtests.locale=uz-Latn
-Dtests.timezone=Europe/Jersey -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[...truncated 48 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20181129_123244_35518387559142732177978.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 4 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20181129_123244_35514723962942994504704.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 21 lines...]
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
[repro] Exiting with code 0
[...truncated 70 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]