Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1734/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
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:62648/dl/ew",
"node_name":"127.0.0.1:62648_dl%2Few", "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_t21",
"base_url":"http://127.0.0.1:52399/dl/ew",
"node_name":"127.0.0.1:52399_dl%2Few", "state":"active",
"type":"TLOG", "leader":"true"}, "core_node24":{
"core":"collection1_shard1_replica_t23",
"base_url":"http://127.0.0.1:64943/dl/ew",
"node_name":"127.0.0.1:64943_dl%2Few", "state":"recovering",
"type":"TLOG"}}}}, "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:62648/dl/ew",
"node_name":"127.0.0.1:62648_dl%2Few",
"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_t21",
"base_url":"http://127.0.0.1:52399/dl/ew",
"node_name":"127.0.0.1:52399_dl%2Few",
"state":"active",
"type":"TLOG",
"leader":"true"},
"core_node24":{
"core":"collection1_shard1_replica_t23",
"base_url":"http://127.0.0.1:64943/dl/ew",
"node_name":"127.0.0.1:64943_dl%2Few",
"state":"recovering",
"type":"TLOG"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"}}
at
__randomizedtesting.SeedInfo.seed([95A7A0DC3B52F81B:1DF39F0695AE95E3]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:2005)
at
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 1846 lines...]
[junit4] JVM J0: stdout was not empty, see:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/core/test/temp/junit4-J0-20180315_143733_9541180553243220927029.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] codec: Asserting, pf: FSTOrd50, dvf: Lucene70
[junit4] <<< JVM J0: EOF ----
[...truncated 12180 lines...]
[junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/init-core-data-001
[junit4] 2> 2538330 WARN
(SUITE-RecoveryAfterSoftCommitTest-seed#[95A7A0DC3B52F81B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
[junit4] 2> 2538331 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[95A7A0DC3B52F81B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2538332 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[95A7A0DC3B52F81B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 2538332 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[95A7A0DC3B52F81B]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2538332 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[95A7A0DC3B52F81B]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /dl/ew
[junit4] 2> 2538334 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2538334 INFO (Thread-5019) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2538335 INFO (Thread-5019) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2538337 ERROR (Thread-5019) [ ] 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> 2538434 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:54034
[junit4] 2> 2538453 INFO (zkConnectionManagerCallback-5320-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2538466 INFO (zkConnectionManagerCallback-5322-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2538475 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2538517 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2538521 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2538523 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2538525 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2538526 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2538528 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2538530 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2538531 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2538533 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2538534 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2538536 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 2538677 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2538678 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2538679 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2538679 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2538679 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@39bea704{/dl/ew,null,AVAILABLE}
[junit4] 2> 2538679 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3fda0bc9{HTTP/1.1,[http/1.1]}{127.0.0.1:50816}
[junit4] 2> 2538679 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.Server Started @2542206ms
[junit4] 2> 2538679 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/dl/ew, hostPort=62648,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/control-001/cores}
[junit4] 2> 2538680 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2538680 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2538680 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2538680 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2538680 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-15T15:36:55.209Z
[junit4] 2> 2538682 INFO (zkConnectionManagerCallback-5324-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2538683 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2538683 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/control-001/solr.xml
[junit4] 2> 2538686 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2538686 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2538687 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2538689 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54034/solr
[junit4] 2> 2538691 INFO (zkConnectionManagerCallback-5328-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2538694 INFO
(zkConnectionManagerCallback-5330-thread-1-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 2538855 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2538858 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:62648_dl%2Few
[junit4] 2> 2538863 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.Overseer Overseer
(id=72064476004220932-127.0.0.1:62648_dl%2Few-n_0000000000) starting
[junit4] 2> 2538873 INFO
(zkConnectionManagerCallback-5335-thread-1-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 2538875 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:54034/solr ready
[junit4] 2> 2538877 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:62648_dl%2Few
[junit4] 2> 2538881 INFO
(zkCallback-5329-thread-1-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2538882 INFO
(zkCallback-5334-thread-1-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2539075 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2539082 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2539082 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2539083 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/control-001/cores
[junit4] 2> 2539104 INFO (zkConnectionManagerCallback-5339-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2539106 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2539108 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54034/solr ready
[junit4] 2> 2539108 INFO (SocketProxy-Acceptor-62648) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=46834,localport=62648], receiveBufferSize:130880
[junit4] 2> 2539109 INFO (SocketProxy-Acceptor-62648) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=50816,localport=45296], receiveBufferSize=139264
[junit4] 2> 2539110 INFO (qtp686307169-24869) [n:127.0.0.1:62648_dl%2Few
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:62648_dl%252Few&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2539113 INFO
(OverseerThreadFactory-9898-thread-1-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 2539223 INFO (SocketProxy-Acceptor-62648) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=36484,localport=62648], receiveBufferSize:130880
[junit4] 2> 2539224 INFO (SocketProxy-Acceptor-62648) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=50816,localport=39435], receiveBufferSize=139264
[junit4] 2> 2539224 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
] 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> 2539225 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2539332 INFO
(zkCallback-5329-thread-1-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] 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> 2540256 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2540279 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540420 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540466 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540467 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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@b81b1b4
[junit4] 2> 2540467 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2540467 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 2540470 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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=28, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=4.8076171875,
floorSegmentMB=1.9384765625, forceMergeDeletesPctAllowed=22.775887864813843,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.31703850642037046
[junit4] 2> 2540474 WARN (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540528 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540528 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540529 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2540529 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2540530 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2540530 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@22a6a530[control_collection_shard1_replica_n1] main]
[junit4] 2> 2540536 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2540537 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540537 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2540538 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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 1595018541339246592
[junit4] 2> 2540540 INFO
(searcherExecutor-9901-thread-1-processing-n:127.0.0.1:62648_dl%2Few
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:62648_dl%2Few 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@22a6a530[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2540550 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540556 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2540556 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540556 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:62648/dl/ew/control_collection_shard1_replica_n1/
[junit4] 2> 2540557 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540557 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:62648/dl/ew/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 2540557 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540566 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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:62648/dl/ew/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2540672 INFO
(zkCallback-5329-thread-2-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] 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> 2540723 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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> 2540732 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
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=1508
[junit4] 2> 2540748 INFO (qtp686307169-24869) [n:127.0.0.1:62648_dl%2Few
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 30 seconds. Check all shard replicas
[junit4] 2> 2540831 INFO
(zkCallback-5329-thread-2-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] 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> 2541122 INFO
(OverseerCollectionConfigSetProcessor-72064476004220932-127.0.0.1:62648_dl%2Few-n_0000000000)
[n:127.0.0.1:62648_dl%2Few ] 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> 2541749 INFO (qtp686307169-24869) [n:127.0.0.1:62648_dl%2Few
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:62648_dl%252Few&wt=javabin&version=2}
status=0 QTime=2639
[junit4] 2> 2541754 INFO (zkConnectionManagerCallback-5343-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2541756 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2541777 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54034/solr ready
[junit4] 2> 2541777 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2541777 INFO (SocketProxy-Acceptor-62648) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=62448,localport=62648], receiveBufferSize:130880
[junit4] 2> 2541778 INFO (SocketProxy-Acceptor-62648) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=50816,localport=36628], receiveBufferSize=139264
[junit4] 2> 2541778 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2541786 INFO
(OverseerThreadFactory-9898-thread-2-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 2541788 WARN
(OverseerThreadFactory-9898-thread-2-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.a.c.CreateCollectionCmd It is unusual
to create a collection (collection1) without cores.
[junit4] 2> 2542061 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 30 seconds. Check all shard replicas
[junit4] 2> 2542063 INFO (qtp686307169-24873) [n:127.0.0.1:62648_dl%2Few
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=284
[junit4] 2> 2542398 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-1-001
of type TLOG
[junit4] 2> 2542399 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2542399 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2542399 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2542399 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2542400 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1483ff35{/dl/ew,null,AVAILABLE}
[junit4] 2> 2542400 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@559d3cc4{HTTP/1.1,[http/1.1]}{127.0.0.1:46791}
[junit4] 2> 2542400 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.Server Started @2545928ms
[junit4] 2> 2542400 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/dl/ew,
hostPort=52399,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-1-001/cores}
[junit4] 2> 2542401 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2542401 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2542401 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2542401 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2542401 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-15T15:36:58.930Z
[junit4] 2> 2542422 INFO (zkConnectionManagerCallback-5345-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2542429 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2542429 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-1-001/solr.xml
[junit4] 2> 2542433 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2542433 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2542434 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2542449 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54034/solr
[junit4] 2> 2542451 INFO (zkConnectionManagerCallback-5349-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2542459 INFO
(zkConnectionManagerCallback-5351-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 2542486 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2542492 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2542500 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52399_dl%2Few
[junit4] 2> 2542508 INFO
(zkCallback-5329-thread-2-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2542509 INFO
(zkCallback-5334-thread-1-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2542513 INFO (zkCallback-5342-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2542528 INFO
(zkCallback-5350-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2542699 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2542712 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2542712 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2542714 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-1-001/cores
[junit4] 2> 2542773 INFO
(zkConnectionManagerCallback-5356-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 2542774 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2542776 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:54034/solr ready
[junit4] 2> 2542858 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35601,localport=52399], receiveBufferSize:130880
[junit4] 2> 2542858 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=46791,localport=54110], receiveBufferSize=139264
[junit4] 2> 2542860 INFO (qtp1572325424-24928) [n:127.0.0.1:52399_dl%2Few
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:52399_dl%252Few&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2542881 INFO
(OverseerCollectionConfigSetProcessor-72064476004220932-127.0.0.1:62648_dl%2Few-n_0000000000)
[n:127.0.0.1:62648_dl%2Few ] 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> 2542883 INFO
(OverseerThreadFactory-9898-thread-3-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:52399_dl%2Few for creating new replica
[junit4] 2> 2542905 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=52806,localport=52399], receiveBufferSize:130880
[junit4] 2> 2542909 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=46791,localport=34758], receiveBufferSize=139264
[junit4] 2> 2542910 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 2542910 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2543031 INFO
(zkCallback-5350-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] 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> 2543961 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2543978 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.IndexSchema
[collection1_shard1_replica_t21] Schema name=test
[junit4] 2> 2544101 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2544127 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t21' using configuration from
collection collection1, trusted=true
[junit4] 2> 2544128 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t21' (registry
'solr.core.collection1.shard1.replica_t21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2544128 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2544128 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
[[collection1_shard1_replica_t21] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-1-001/cores/collection1_shard1_replica_t21],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-1-001/cores/collection1_shard1_replica_t21/data/]
[junit4] 2> 2544130 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=4.8076171875,
floorSegmentMB=1.9384765625, forceMergeDeletesPctAllowed=22.775887864813843,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.31703850642037046
[junit4] 2> 2544132 WARN (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
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> 2544187 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2544187 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=2
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2544188 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 2544188 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2544189 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2544189 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1766ac70[collection1_shard1_replica_t21] main]
[junit4] 2> 2544191 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2544192 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2544193 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2544193 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1595018545171791872
[junit4] 2> 2544194 INFO
(searcherExecutor-9912-thread-1-processing-n:127.0.0.1:52399_dl%2Few
x:collection1_shard1_replica_t21 s:shard1 c:collection1)
[n:127.0.0.1:52399_dl%2Few c:collection1 s:shard1
x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
[collection1_shard1_replica_t21] Registered new searcher
Searcher@1766ac70[collection1_shard1_replica_t21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2544200 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node22=0}, version=0}
[junit4] 2> 2544206 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2544206 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2544206 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:52399/dl/ew/collection1_shard1_replica_t21/
[junit4] 2> 2544206 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2544206 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
http://127.0.0.1:52399/dl/ew/collection1_shard1_replica_t21/ has no replicas
[junit4] 2> 2544206 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2544207 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkController
collection1_shard1_replica_t21 stopping background replication from leader
[junit4] 2> 2544213 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:52399/dl/ew/collection1_shard1_replica_t21/ shard1
[junit4] 2> 2544320 INFO
(zkCallback-5350-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] 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> 2544371 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 2544374 INFO (qtp1572325424-24939) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1464
[junit4] 2> 2544378 INFO (qtp1572325424-24928) [n:127.0.0.1:52399_dl%2Few
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:52399_dl%252Few&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1518
[junit4] 2> 2544475 INFO
(zkCallback-5350-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] 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> 2544554 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-2-001
of type TLOG
[junit4] 2> 2544555 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2544563 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2544564 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2544564 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 2544582 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7c562958{/dl/ew,null,AVAILABLE}
[junit4] 2> 2544583 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4f5da30a{HTTP/1.1,[http/1.1]}{127.0.0.1:60058}
[junit4] 2> 2544583 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.e.j.s.Server Started @2548111ms
[junit4] 2> 2544583 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/dl/ew,
hostPort=64943,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-2-001/cores}
[junit4] 2> 2544583 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2544584 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2544584 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2544584 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2544584 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-15T15:37:01.113Z
[junit4] 2> 2544587 INFO (zkConnectionManagerCallback-5358-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2544589 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2544589 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-2-001/solr.xml
[junit4] 2> 2544591 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2544592 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2544593 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2544595 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54034/solr
[junit4] 2> 2544603 INFO (zkConnectionManagerCallback-5362-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2544606 INFO
(zkConnectionManagerCallback-5364-thread-1-processing-n:127.0.0.1:64943_dl%2Few)
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 2544625 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2544634 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2544638 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64943_dl%2Few
[junit4] 2> 2544640 INFO
(zkCallback-5334-thread-1-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2544640 INFO (zkCallback-5342-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2544640 INFO
(zkCallback-5350-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2544641 INFO
(zkCallback-5329-thread-2-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2544642 INFO
(zkCallback-5355-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2544645 INFO
(zkCallback-5363-thread-1-processing-n:127.0.0.1:64943_dl%2Few)
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2544767 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2544780 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2544780 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2544781 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-2-001/cores
[junit4] 2> 2544789 INFO
(zkConnectionManagerCallback-5369-thread-1-processing-n:127.0.0.1:64943_dl%2Few)
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 2544791 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2544793 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B])
[n:127.0.0.1:64943_dl%2Few ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:54034/solr ready
[junit4] 2> 2544842 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:64943_dl%252Few&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2544845 INFO
(OverseerCollectionConfigSetProcessor-72064476004220932-127.0.0.1:62648_dl%2Few-n_0000000000)
[n:127.0.0.1:62648_dl%2Few ] 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> 2544847 INFO
(OverseerThreadFactory-9898-thread-4-processing-n:127.0.0.1:62648_dl%2Few)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:64943_dl%2Few for creating new replica
[junit4] 2> 2544852 INFO (SocketProxy-Acceptor-64943) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=36438,localport=64943], receiveBufferSize:130880
[junit4] 2> 2544853 INFO (SocketProxy-Acceptor-64943) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60058,localport=54002], receiveBufferSize=139264
[junit4] 2> 2544853 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 2544854 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2544960 INFO
(zkCallback-5350-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] 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: [3])
[junit4] 2> 2544961 INFO
(zkCallback-5363-thread-1-processing-n:127.0.0.1:64943_dl%2Few)
[n:127.0.0.1:64943_dl%2Few ] 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: [3])
[junit4] 2> 2545874 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2545884 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.s.IndexSchema
[collection1_shard1_replica_t23] Schema name=test
[junit4] 2> 2545965 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2545985 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t23' using configuration from
collection collection1, trusted=true
[junit4] 2> 2545985 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t23' (registry
'solr.core.collection1.shard1.replica_t23') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@b81b1b4
[junit4] 2> 2545985 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2545986 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
[[collection1_shard1_replica_t23] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-2-001/cores/collection1_shard1_replica_t23],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest_95A7A0DC3B52F81B-001/shard-2-001/cores/collection1_shard1_replica_t23/data/]
[junit4] 2> 2545987 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=4.8076171875,
floorSegmentMB=1.9384765625, forceMergeDeletesPctAllowed=22.775887864813843,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.31703850642037046
[junit4] 2> 2545989 WARN (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
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> 2546026 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2546026 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=2
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2546027 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 2546027 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2546028 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2546028 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@78d81afa[collection1_shard1_replica_t23] main]
[junit4] 2> 2546029 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2546030 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2546030 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2546031 INFO
(searcherExecutor-9923-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1
x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
[collection1_shard1_replica_t23] Registered new searcher
Searcher@78d81afa[collection1_shard1_replica_t23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2546031 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1595018547099074560
[junit4] 2> 2546035 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node24=0, core_node22=0}, version=1}
[junit4] 2> 2546037 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.ZkController
Core needs to recover:collection1_shard1_replica_t23
[junit4] 2> 2546037 INFO
(updateExecutor-5359-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 2546037 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 2546037 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 2546037 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.ZkController
collection1_shard1_replica_t23 stopping background replication from leader
[junit4] 2> 2546037 INFO (qtp1397148686-24971) [n:127.0.0.1:64943_dl%2Few
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1184
[junit4] 2> 2546042 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53634,localport=52399], receiveBufferSize:130880
[junit4] 2> 2546043 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=46791,localport=48703], receiveBufferSize=139264
[junit4] 2> 2546043 INFO (qtp1572325424-24932) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.c.S.Request [collection1_shard1_replica_t21] webapp=/dl/ew
path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 2546043 INFO (qtp1572325424-24932) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.c.S.Request [collection1_shard1_replica_t21] webapp=/dl/ew
path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2546044 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:64943_dl%252Few&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1202
[junit4] 2> 2546044 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_t23]
[junit4] 2> 2546044 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 2546044 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_t23] as recovering, leader is
[http://127.0.0.1:52399/dl/ew/collection1_shard1_replica_t21/] and I am
[http://127.0.0.1:64943/dl/ew/collection1_shard1_replica_t23/]
[junit4] 2> 2546046 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1/terms/shard1 to
Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0},
version=2}
[junit4] 2> 2546048 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:52399/dl/ew]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_t21&nodeName=127.0.0.1:64943_dl%252Few&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 2546048 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 2546048 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[95A7A0DC3B52F81B]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):330
[junit4] 1> -
[junit4] 2> 2546049 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=55334,localport=52399], receiveBufferSize:130880
[junit4] 2> 2546049 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=46791,localport=62663], receiveBufferSize=139264
[junit4] 1> replica:core_node22 rstate:active live:true
[junit4] 1> replica:core_node24 rstate:down live:true
[junit4] 2> 2546050 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24,
state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive:
true, maxTime: 183 s
[junit4] 2> 2546050 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_t21,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:64943_dl%2Few,
coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps:
core_node24:{"core":"collection1_shard1_replica_t23","base_url":"http://127.0.0.1:64943/dl/ew","node_name":"127.0.0.1:64943_dl%2Few","state":"down","type":"TLOG"}
[junit4] 2> 2546149 INFO
(zkCallback-5363-thread-1-processing-n:127.0.0.1:64943_dl%2Few)
[n:127.0.0.1:64943_dl%2Few ] 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: [3])
[junit4] 2> 2546149 INFO
(zkCallback-5350-thread-1-processing-n:127.0.0.1:52399_dl%2Few)
[n:127.0.0.1:52399_dl%2Few ] 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: [3])
[junit4] 2> 2546848 INFO
(OverseerCollectionConfigSetProcessor-72064476004220932-127.0.0.1:62648_dl%2Few-n_0000000000)
[n:127.0.0.1:62648_dl%2Few ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 1> -
[junit4] 1> replica:core_node22 rstate:active live:true
[junit4] 1> replica:core_node24 rstate:recovering live:true
[junit4] 2> 2547051 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_t21,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:64943_dl%2Few,
coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps:
core_node24:{"core":"collection1_shard1_replica_t23","base_url":"http://127.0.0.1:64943/dl/ew","node_name":"127.0.0.1:64943_dl%2Few","state":"recovering","type":"TLOG"}
[junit4] 2> 2547051 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state:
recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 2547051 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:64943_dl%252Few&onlyIfLeaderActive=true&core=collection1_shard1_replica_t21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1002
[junit4] 2> 2547553 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Starting Replication
Recovery.
[junit4] 2> 2547553 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Attempting to
replicate from [http://127.0.0.1:52399/dl/ew/collection1_shard1_replica_t21/].
[junit4] 2> 2547554 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=39896,localport=52399], receiveBufferSize:130880
[junit4] 2> 2547555 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=46791,localport=39551], receiveBufferSize=139264
[junit4] 2> 2547555 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1595018548697104384,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2547555 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 2547555 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2547555 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t21]
webapp=/dl/ew path=/update
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 2547557 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56444,localport=52399], receiveBufferSize:130880
[junit4] 2> 2547557 INFO (SocketProxy-Acceptor-52399) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=46791,localport=53659], receiveBufferSize=139264
[junit4] 2> 2547558 INFO (qtp1572325424-24940) [n:127.0.0.1:52399_dl%2Few
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.c.S.Request [collection1_shard1_replica_t21] webapp=/dl/ew
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 2547558 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 2547558 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 2547558 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 2547558 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 2547559 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.h.IndexFetcher New index in Master.
Deleting mine...
[junit4] 2> 2547559 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2547559 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.u.SolrIndexWriter Calling setCommitData
with IW:org.apache.solr.update.SolrIndexWriter@4b5e13f8 commitCommandVersion:0
[junit4] 2> 2547559 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6fb8fcf6[collection1_shard1_replica_t23] main]
[junit4] 2> 2547559 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2547561 INFO
(searcherExecutor-9923-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
[collection1_shard1_replica_t23] Registered new searcher
Searcher@6fb8fcf6[collection1_shard1_replica_t23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2547561 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Replication Recovery
was successful.
[junit4] 2> 2547562 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:64943_dl%2Few c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Registering as
Active after recovery.
[junit4] 2> 2547562 INFO
(recoveryExecutor-5360-thread-1-processing-n:127.0.0.1:64943_dl%2Few
x:collection1_
[...truncated too long message...]
est, TestReplicationHandlerBackup, TestCloudManagedSchema,
DistribJoinFromCollectionTest, AliasIntegrationTest,
TestCollationFieldDocValues, TestLegacyTerms, SolrXmlInZkTest,
TestHighlightDedupGrouping, TestDelegationWithHadoopAuth,
RAMDirectoryFactoryTest, HdfsWriteToMultipleCollectionsTest,
TestUseDocValuesAsStored2, FacetPivotSmallTest, TestDFISimilarityFactory,
ZkShardTermsTest, ConvertedLegacyTest, CollectionsAPISolrJTest,
TestMiniSolrCloudClusterSSL, TestJsonFacets, TestCloudConsistency,
TestManagedResourceStorage, TestRequestForwarding, HttpSolrCallGetCoreTest,
TriggerIntegrationTest, HttpPartitionOnCommitTest, TestIndexSearcher,
TestXmlQParser, CoreSorterTest, PolyFieldTest, TestSweetSpotSimilarityFactory,
TestTlogReplica, MoveReplicaHDFSTest, RuleEngineTest,
FastVectorHighlighterTest, TestConfigsApi, SolrMetricReporterTest,
CurrencyFieldTypeTest, DirectUpdateHandlerOptimizeTest,
SpatialRPTFieldTypeTest, TestSolrCloudWithDelegationTokens, TestCollationField,
JvmMetricsTest, SpatialHeatmapFacetsTest, TestClusterStateMutator,
TestSchemaManager, TestSizeLimitedDistributedMap, TestGraphMLResponseWriter,
LeaderElectionTest, TestFieldSortValues,
DistributedFacetPivotSmallAdvancedTest, TestExactSharedStatsCache,
TestLRUStatsCache, TestPseudoReturnFields, TestFaceting, TestFieldCacheReopen,
TestSerializedLuceneMatchVersion, DirectSolrSpellCheckerTest,
SortSpecParsingTest, LIROnShardRestartTest, SchemaVersionSpecificBehaviorTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, LukeRequestHandlerTest,
HdfsSyncSliceTest, TestReRankQParserPlugin, TestRangeQuery,
TestScoreJoinQPNoScore, LeaderFailureAfterFreshStartTest,
SimpleCollectionCreateDeleteTest, TestLuceneIndexBackCompat,
TestJettySolrRunner, SchemaApiFailureTest, BlockJoinFacetDistribTest,
SolrPluginUtilsTest, TermVectorComponentDistributedTest,
DistributedMLTComponentTest, TestReloadAndDeleteDocs,
VMParamsZkACLAndCredentialsProvidersTest, UpdateLogTest, SolrIndexSplitterTest,
NumericFieldsTest, NumberUtilsTest, AlternateDirectoryTest,
TestSurroundQueryParser, SystemLogListenerTest, TestLegacyFieldReuse,
StatelessScriptUpdateProcessorFactoryTest, TestConfigOverlay, TestLFUCache,
MetricUtilsTest, AtomicUpdatesTest, AddSchemaFieldsUpdateProcessorFactoryTest,
AsyncCallRequestStatusResponseTest, TestDocTermOrds,
TestDistribDocBasedVersion, ReplicationFactorTest, TestCharFilters,
CustomHighlightComponentTest, TestDownShardTolerantSearch, TestTolerantSearch,
ClassificationUpdateProcessorIntegrationTest, SpellingQueryConverterTest,
TestCSVResponseWriter, TestNumericTokenStream, TestBM25SimilarityFactory,
HighlighterTest, TestSQLHandlerNonCloud, TestCryptoKeys, AnalyticsQueryTest,
DistributedQueryElevationComponentTest, ZkNodePropsTest,
TestFieldTypeCollectionResource, TestBinaryField, TestQueryUtils,
HdfsChaosMonkeyNothingIsSafeTest, AnalysisErrorHandlingTest,
TestRandomCollapseQParserPlugin, CursorMarkTest, NodeLostTriggerTest,
TestPerFieldSimilarityWithDefaultOverride, TestRandomRequestDistribution,
ConfigSetsAPITest, TestInPlaceUpdatesDistrib, SynonymTokenizerTest,
CloneFieldUpdateProcessorFactoryTest,
DistributedQueryComponentOptimizationTest, BasicZkTest, ResourceLoaderTest,
TestSubQueryTransformer, TestCoreBackup, TestMaxScoreQueryParser,
TemplateUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, TestExportWriter,
TestPivotHelperCode, TestMinMaxOnMultiValuedField, TestSolrFieldCacheBean,
TestLeaderElectionWithEmptyReplica, BigEndianAscendingWordDeserializerTest,
TestZkChroot, UniqFieldsUpdateProcessorFactoryTest, TestConfigSetProperties,
TestStressUserVersions, PingRequestHandlerTest, MBeansHandlerTest,
TestTolerantUpdateProcessorRandomCloud, QueryEqualityTest,
ConcurrentDeleteAndCreateCollectionTest, DistributedVersionInfoTest,
TestJmxIntegration, BaseCdcrDistributedZkTest, SolrShardReporterTest,
TestOverriddenPrefixQueryForCustomFieldType, CdcrReplicationHandlerTest,
TestPostingsSolrHighlighter, CollectionReloadTest, TermsComponentTest,
TestReloadDeadlock, FileUtilsTest, TestComplexPhraseQParserPlugin,
QueryElevationComponentTest, TestMacroExpander, CachingDirectoryFactoryTest,
TestLargeCluster, JSONWriterTest, TestImplicitCoreProperties,
TestFileDictionaryLookup, BasicDistributedZkTest, SimpleFacetsTest,
SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, PeerSyncTest,
DirectUpdateHandlerTest, TestBadConfig, SimplePostToolTest,
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest,
CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest,
SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest,
SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest,
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases,
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest,
TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1,
SolrInfoBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest,
DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions,
XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest,
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance,
MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser,
IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest, JsonLoaderTest,
BinaryUpdateRequestHandlerTest, TestComponentsName, SearchHandlerTest,
SOLR749Test, TestQuerySenderListener, UpdateParamsTest, CopyFieldTest,
ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest,
TestMergePolicyConfig, MultiTermTest, SampleTest, TestDocSet,
MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest,
TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest,
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport,
TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity,
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
TestIBSimilarityFactory, TestFastWriter, TestFastOutputStream,
OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest,
DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest,
TestSuggestSpellingConverter, DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils,
SliceStateTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test,
TestCrossCoreJoin, TestSimpleTrackingShardHandler,
AssignBackwardCompatibilityTest, ConnectionManagerTest,
CreateCollectionCleanupTest, DeleteNodeTest, DeleteStatusTest,
DistributedQueueTest, DocValuesNotIndexedTest, ForceLeaderTest,
HealthCheckHandlerTest, HttpPartitionTest, LeaderElectionContextKeyTest,
MissingSegmentRecoveryTest, MultiThreadedOCPTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest,
RecoveryAfterSoftCommitTest]
[junit4] Completed [580/785 (1!)] on J0 in 642.29s, 1 test, 1 failure <<<
FAILURES!
[...truncated 36779 lines...]
-ecj-javadoc-lint-src:
[mkdir] Created dir: /var/tmp/ecj343962066
[ecj-lint] Compiling 827 source files to /var/tmp/ecj343962066
[ecj-lint] ----------
[ecj-lint] 1. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java
(at line 523)
[ecj-lint] throw new CorruptIndexException("misplaced codec footer (file
truncated?): length=" + in.length() + " but footerLength==" + footerLength(),
input);
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'in' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 2. ERROR in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java
(at line 738)
[ecj-lint] } finally {
[ecj-lint] throw t;
[ecj-lint] }
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] finally block does not complete normally
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 3. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/core/src/java/org/apache/lucene/index/ReadersAndUpdates.java
(at line 841)
[ecj-lint] SegmentReader newReader = new SegmentReader(info, reader,
liveDocs, info.info.maxDoc() - delCount);
[ecj-lint] ^^^^^^^^^
[ecj-lint] Resource leak: 'newReader' is never closed
[ecj-lint] ----------
[ecj-lint] 3 problems (1 error, 2 warnings)
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:618: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:101: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build.xml:203:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:2082:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:2121:
Compile failed; see the compiler error output for details.
Total time: 92 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]