Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2065/
1 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.test
Error Message:
Could not load collection from ZK: collection1
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
collection1
at
__randomizedtesting.SeedInfo.seed([76383D8827D70FE3:FE6C0252892B621B]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1114)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:108)
at
org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.waitTillNodesActive(LeaderFailureAfterFreshStartTest.java:208)
at
org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.restartNodes(LeaderFailureAfterFreshStartTest.java:173)
at
org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.test(LeaderFailureAfterFreshStartTest.java:148)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/collection1/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1126)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
... 47 more
Build Log:
[...truncated 10933 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailureAfterFreshStartTest
[junit4] 2> 273129 INFO
(SUITE-LeaderFailureAfterFreshStartTest-seed#[76383D8827D70FE3]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/init-core-data-001
[junit4] 2> 273151 WARN
(SUITE-LeaderFailureAfterFreshStartTest-seed#[76383D8827D70FE3]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
[junit4] 2> 273151 INFO
(SUITE-LeaderFailureAfterFreshStartTest-seed#[76383D8827D70FE3]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 273152 INFO
(SUITE-LeaderFailureAfterFreshStartTest-seed#[76383D8827D70FE3]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 273152 INFO
(SUITE-LeaderFailureAfterFreshStartTest-seed#[76383D8827D70FE3]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/ec_did/s
[junit4] 2> 273156 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 273156 INFO (Thread-288) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 273156 INFO (Thread-288) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 273158 ERROR (Thread-288) [ ] 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> 273256 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35731
[junit4] 2> 273265 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 273267 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 273285 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 273286 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 273287 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 273288 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 273289 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 273290 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 273290 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 273291 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 273301 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 273321 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 273468 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 273487 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@77ffe00f{/ec_did/s,null,AVAILABLE}
[junit4] 2> 273504 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@23bcc857{HTTP/1.1,[http/1.1]}{127.0.0.1:44128}
[junit4] 2> 273505 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.Server Started @282117ms
[junit4] 2> 273505 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/tempDir-001/control/data,
hostContext=/ec_did/s, hostPort=44128,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/control-001/cores}
[junit4] 2> 273505 ERROR
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 273505 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 273505 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 273505 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 273505 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-07T15:34:38.447Z
[junit4] 2> 273534 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 273534 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/control-001/solr.xml
[junit4] 2> 273539 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 273557 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35731/solr
[junit4] 2> 273753 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 273753 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.OverseerElectionContext I am going
to be the leader 127.0.0.1:44128_ec_did%2Fs
[junit4] 2> 273754 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.Overseer Overseer
(id=98442941438296068-127.0.0.1:44128_ec_did%2Fs-n_0000000000) starting
[junit4] 2> 273766 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:44128_ec_did%2Fs
[junit4] 2> 273821 INFO
(OverseerStateUpdate-98442941438296068-127.0.0.1:44128_ec_did%2Fs-n_0000000000)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 273935 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 273951 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 273951 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 273952 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/control-001/cores
[junit4] 2> 274093 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 274094 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35731/solr ready
[junit4] 2> 274102 INFO (qtp2070055241-1290)
[n:127.0.0.1:44128_ec_did%2Fs ] 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:44128_ec_did%252Fs&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 274104 INFO
(OverseerThreadFactory-553-thread-1-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 274217 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs ] 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> 274217 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 274337 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] 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> 275256 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 275300 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275316 WARN (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded
a deprecated plugin/analysis class [solr.TrieIntField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 275318 WARN (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded
a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 275320 WARN (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded
a deprecated plugin/analysis class [solr.TrieLongField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 275335 WARN (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded
a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 275370 WARN (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded
a deprecated plugin/analysis class [solr.TrieDateField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 275499 WARN (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded
a deprecated plugin/analysis class [solr.EnumField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 275507 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275553 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275566 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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@29eee00b
[junit4] 2> 275582 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 275582 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 275585 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=347969762,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 275610 WARN (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275719 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275719 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 275766 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 275766 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 275767 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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=24, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 275768 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ec262db[control_collection_shard1_replica_n1] main]
[junit4] 2> 275777 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 275777 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275778 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000
[junit4] 2> 275779 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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 1575087065762103296
[junit4] 2> 275779 INFO
(searcherExecutor-556-thread-1-processing-n:127.0.0.1:44128_ec_did%2Fs
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:44128_ec_did%2Fs 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@5ec262db[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 275791 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 275792 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275792 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44128/ec_did/s/control_collection_shard1_replica_n1/
[junit4] 2> 275792 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275792 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:44128/ec_did/s/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 275792 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275800 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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:44128/ec_did/s/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 275919 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] 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> 275951 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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> 275952 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs 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=1735
[junit4] 2> 275973 INFO (qtp2070055241-1290)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 30 seconds. Check all shard replicas
[junit4] 2> 276073 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] 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> 276105 INFO
(OverseerCollectionConfigSetProcessor-98442941438296068-127.0.0.1:44128_ec_did%2Fs-n_0000000000)
[n:127.0.0.1:44128_ec_did%2Fs ] 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> 276974 INFO (qtp2070055241-1290)
[n:127.0.0.1:44128_ec_did%2Fs ] 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:44128_ec_did%252Fs&wt=javabin&version=2}
status=0 QTime=2872
[junit4] 2> 277002 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 277003 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35731/solr ready
[junit4] 2> 277003 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 277006 INFO (qtp2070055241-1287)
[n:127.0.0.1:44128_ec_did%2Fs ] 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> 277032 INFO
(OverseerThreadFactory-553-thread-2-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 277033 WARN
(OverseerThreadFactory-553-thread-2-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 277273 INFO (qtp2070055241-1287)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 30 seconds. Check all shard replicas
[junit4] 2> 277273 INFO (qtp2070055241-1287)
[n:127.0.0.1:44128_ec_did%2Fs ] 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=267
[junit4] 2> 277598 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-1-001
of type NRT
[junit4] 2> 277598 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 277628 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@63586258{/ec_did/s,null,AVAILABLE}
[junit4] 2> 277628 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7b197e4e{HTTP/1.1,[http/1.1]}{127.0.0.1:39551}
[junit4] 2> 277629 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.Server Started @286241ms
[junit4] 2> 277629 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/ec_did/s,
hostPort=39551,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-1-001/cores}
[junit4] 2> 277629 ERROR
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 277629 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 277629 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 277629 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 277629 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-07T15:34:42.571Z
[junit4] 2> 277650 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 277650 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-1-001/solr.xml
[junit4] 2> 277654 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 277674 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35731/solr
[junit4] 2> 277749 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 277767 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 277769 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:39551_ec_did%2Fs
[junit4] 2> 277770 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 277859 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 277860 INFO (zkCallback-258-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 278011 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 278027 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 278027 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 278029 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-1-001/cores
[junit4] 2> 278111 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:39551_ec_did%252Fs&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 278137 INFO
(OverseerCollectionConfigSetProcessor-98442941438296068-127.0.0.1:44128_ec_did%2Fs-n_0000000000)
[n:127.0.0.1:44128_ec_did%2Fs ] 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> 278138 INFO
(OverseerThreadFactory-553-thread-3-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:39551_ec_did%2Fs for creating new replica
[junit4] 2> 278153 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 278153 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 278326 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] 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> 279195 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion:
8.0.0
[junit4] 2> 279222 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
[collection1_shard1_replica_n21] Schema name=test
[junit4] 2> 279384 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema Loaded schema test/1.0
with uniqueid field id
[junit4] 2> 279404 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer Creating SolrCore
'collection1_shard1_replica_n21' using configuration from collection
collection1, trusted=true
[junit4] 2> 279405 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n21' (registry
'solr.core.collection1.shard1.replica_n21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 279405 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 279405 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[[collection1_shard1_replica_n21] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-1-001/cores/collection1_shard1_replica_n21],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
[junit4] 2> 279426 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=347969762,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 279436 WARN (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.RequestHandlers INVALID paramSet a in
requestHandler {type = requestHandler,name = /dump,class =
DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 279545 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 279545 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 279546 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 279546 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 279547 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
[junit4] 2> 279547 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening
[Searcher@877dfa4[collection1_shard1_replica_n21] main]
[junit4] 2> 279556 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 279557 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 279557 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000
[junit4] 2> 279559 INFO
(searcherExecutor-567-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs
x:collection1_shard1_replica_n21 s:shard1 c:collection1)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[collection1_shard1_replica_n21] Registered new searcher
Searcher@877dfa4[collection1_shard1_replica_n21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 279559 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Could not find max version
in index or recent updates, using new clock 1575087069725720576
[junit4] 2> 279563 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 279563 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I may be
the new leader - try and sync
[junit4] 2> 279563 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:39551/ec_did/s/collection1_shard1_replica_n21/
[junit4] 2> 279563 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 279563 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
http://127.0.0.1:39551/ec_did/s/collection1_shard1_replica_n21/ has no replicas
[junit4] 2> 279563 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 279573 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the
new leader: http://127.0.0.1:39551/ec_did/s/collection1_shard1_replica_n21/
shard1
[junit4] 2> 279675 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] 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> 279724 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 279725 INFO (qtp1713438248-1331)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1572
[junit4] 2> 279729 INFO (qtp2070055241-1288)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:39551_ec_did%252Fs&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1618
[junit4] 2> 279840 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] 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> 279955 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-2-001
of type NRT
[junit4] 2> 279956 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 279957 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@627f5b4c{/ec_did/s,null,AVAILABLE}
[junit4] 2> 279957 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@633ffaa3{HTTP/1.1,[http/1.1]}{127.0.0.1:41783}
[junit4] 2> 279958 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.Server Started @288570ms
[junit4] 2> 279958 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/ec_did/s,
hostPort=41783,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-2-001/cores}
[junit4] 2> 279958 ERROR
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 279958 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 279958 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 279958 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 279958 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-07T15:34:44.900Z
[junit4] 2> 279961 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 279961 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-2-001/solr.xml
[junit4] 2> 279965 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 279984 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35731/solr
[junit4] 2> 280000 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 280015 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 280016 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:41783_ec_did%2Fs
[junit4] 2> 280017 INFO (zkCallback-258-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 280017 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 280017 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 280020 INFO
(zkCallback-269-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs)
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 280097 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 280100 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 280101 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 280102 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-2-001/cores
[junit4] 2> 280130 INFO (qtp2070055241-1290)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:41783_ec_did%252Fs&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 280139 INFO
(OverseerCollectionConfigSetProcessor-98442941438296068-127.0.0.1:44128_ec_did%2Fs-n_0000000000)
[n:127.0.0.1:44128_ec_did%2Fs ] 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> 280140 INFO
(OverseerThreadFactory-553-thread-4-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:41783_ec_did%2Fs for creating new replica
[junit4] 2> 280162 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 280162 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 280318 INFO
(zkCallback-269-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs)
[n:127.0.0.1:41783_ec_did%2Fs ] 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> 280326 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] 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> 281235 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig Using Lucene MatchVersion:
8.0.0
[junit4] 2> 281526 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema
[collection1_shard1_replica_n23] Schema name=test
[junit4] 2> 282197 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema Loaded schema test/1.0
with uniqueid field id
[junit4] 2> 282316 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer Creating SolrCore
'collection1_shard1_replica_n23' using configuration from collection
collection1, trusted=true
[junit4] 2> 282317 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n23' (registry
'solr.core.collection1.shard1.replica_n23') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 282317 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 282317 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
[[collection1_shard1_replica_n23] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-2-001/cores/collection1_shard1_replica_n23],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
[junit4] 2> 282401 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=347969762,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 282466 WARN (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] 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> 282777 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 282777 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 282778 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 282778 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 282779 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
[junit4] 2> 282781 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening
[Searcher@39c987a4[collection1_shard1_replica_n23] main]
[junit4] 2> 282843 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 282843 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 282844 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000
[junit4] 2> 282845 INFO
(searcherExecutor-578-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
[collection1_shard1_replica_n23] Registered new searcher
Searcher@39c987a4[collection1_shard1_replica_n23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 282845 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Could not find max version
in index or recent updates, using new clock 1575087073171341312
[junit4] 2> 282860 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.c.ZkController Core needs to
recover:collection1_shard1_replica_n23
[junit4] 2> 282875 INFO (qtp2028269576-1360)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2713
[junit4] 2> 282883 INFO
(updateExecutor-266-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 282920 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 282920 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 282920 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_n23]
[junit4] 2> 282920 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 282920 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_n23] as recovering, leader is
[http://127.0.0.1:39551/ec_did/s/collection1_shard1_replica_n21/] and I am
[http://127.0.0.1:41783/ec_did/s/collection1_shard1_replica_n23/]
[junit4] 2> 282926 INFO (qtp2070055241-1290)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:41783_ec_did%252Fs&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=2796
[junit4] 2> 282941 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] 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> 282948 INFO
(zkCallback-269-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs)
[n:127.0.0.1:41783_ec_did%2Fs ] 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> 282977 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:39551/ec_did/s]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:41783_ec_did%252Fs&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 282985 INFO (qtp1713438248-1329)
[n:127.0.0.1:39551_ec_did%2Fs ] 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> 282986 INFO (qtp1713438248-1329)
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=collection1, shard=shard1,
thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=recovering,
localState=active, nodeName=127.0.0.1:41783_ec_did%2Fs,
coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps:
core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:41783/ec_did/s","node_name":"127.0.0.1:41783_ec_did%2Fs","state":"recovering","type":"NRT"}
[junit4] 2> 282986 INFO (qtp1713438248-1329)
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.h.a.PrepRecoveryOp Waited
coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader:
true for: 0 seconds.
[junit4] 2> 282986 INFO (qtp1713438248-1329)
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={nodeName=127.0.0.1:41783_ec_did%252Fs&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 283496 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [http://127.0.0.1:39551/ec_did/s/collection1_shard1_replica_n21/]
- recoveringAfterStartup=[true]
[junit4] 2> 283496 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.PeerSync PeerSync:
core=collection1_shard1_replica_n23 url=http://127.0.0.1:41783/ec_did/s START
replicas=[http://127.0.0.1:39551/ec_did/s/collection1_shard1_replica_n21/]
nUpdates=1000
[junit4] 2> 283515 INFO (qtp1713438248-1333)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1 r:core_node22
x:collection1_shard1_replica_n21] o.a.s.u.IndexFingerprint IndexFingerprint
millis:0.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 283515 INFO (qtp1713438248-1333)
[n:127.0.0.1:39551_ec_did%2Fs c:collection1 s:shard1 r:core_node22
x:collection1_shard1_replica_n21] o.a.s.c.S.Request
[collection1_shard1_replica_n21] webapp=/ec_did/s path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 283546 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint
millis:17.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 283546 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. No
need to do a PeerSync
[junit4] 2> 283546 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 283546 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 283546 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 283547 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync stage of
recovery was successful.
[junit4] 2> 283547 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Replaying updates
buffered during PeerSync.
[junit4] 2> 283547 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 283547 INFO
(recoveryExecutor-267-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:41783_ec_did%2Fs c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Registering as
Active after recovery.
[junit4] 2> 283658 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-3-001
of type NRT
[junit4] 2> 283667 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 283667 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@67248faf{/ec_did/s,null,AVAILABLE}
[junit4] 2> 283668 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@281874f5{HTTP/1.1,[http/1.1]}{127.0.0.1:33566}
[junit4] 2> 283668 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.Server Started @292280ms
[junit4] 2> 283668 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/ec_did/s, hostPort=33566,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-3-001/cores}
[junit4] 2> 283668 ERROR
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 283688 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 283688 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 283688 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 283688 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-07T15:34:48.630Z
[junit4] 2> 283689 INFO
(zkCallback-269-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs)
[n:127.0.0.1:41783_ec_did%2Fs ] 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> 283699 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] 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> 283741 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 283741 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-3-001/solr.xml
[junit4] 2> 283774 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 283809 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35731/solr
[junit4] 2> 283979 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 284009 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 284027 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:33566_ec_did%2Fs
[junit4] 2> 284040 INFO (zkCallback-258-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 284044 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 284044 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 284056 INFO
(zkCallback-269-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs)
[n:127.0.0.1:41783_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 284093 INFO
(zkCallback-276-thread-1-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 284223 INFO
(OverseerCollectionConfigSetProcessor-98442941438296068-127.0.0.1:44128_ec_did%2Fs-n_0000000000)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 284437 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 284453 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 284453 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 284467 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3])
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-3-001/cores
[junit4] 2> 284619 INFO (qtp978810835-1395) [n:127.0.0.1:33566_ec_did%2Fs
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:33566_ec_did%252Fs&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 284686 INFO
(OverseerThreadFactory-553-thread-5-processing-n:127.0.0.1:44128_ec_did%2Fs)
[n:127.0.0.1:44128_ec_did%2Fs ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:33566_ec_did%2Fs for creating new replica
[junit4] 2> 284816 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n25&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 284817 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 285060 INFO
(zkCallback-269-thread-1-processing-n:127.0.0.1:41783_ec_did%2Fs)
[n:127.0.0.1:41783_ec_did%2Fs ] 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: [4])
[junit4] 2> 285060 INFO
(zkCallback-276-thread-1-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs ] 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: [4])
[junit4] 2> 285068 INFO
(zkCallback-263-thread-1-processing-n:127.0.0.1:39551_ec_did%2Fs)
[n:127.0.0.1:39551_ec_did%2Fs ] 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: [4])
[junit4] 2> 285989 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 286066 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.s.IndexSchema
[collection1_shard1_replica_n25] Schema name=test
[junit4] 2> 286423 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 286486 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n25' using configuration from
collection collection1, trusted=true
[junit4] 2> 286487 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n25' (registry
'solr.core.collection1.shard1.replica_n25') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29eee00b
[junit4] 2> 286487 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 286487 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.SolrCore
[[collection1_shard1_replica_n25] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-3-001/cores/collection1_shard1_replica_n25],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001/shard-3-001/cores/collection1_shard1_replica_n25/data/]
[junit4] 2> 286503 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=347969762,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 286560 WARN (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25]
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> 286775 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 286775 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 286776 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 286776 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 286777 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 286790 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@63140f30[collection1_shard1_replica_n25] main]
[junit4] 2> 286834 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 286850 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 286851 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 286851 INFO (qtp978810835-1393) [n:127.0.0.1:33566_ec_did%2Fs
c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.UpdateLog
Could not find max version i
[...truncated too long message...]
erFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 327298 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 327299 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 327301 INFO
(zkCallback-290-thread-1-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs ] 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: [1])
[junit4] 2> 327330 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.Overseer Overseer
(id=98442941438296085-127.0.0.1:33566_ec_did%2Fs-n_0000000005) closing
[junit4] 2> 327342 INFO
(OverseerStateUpdate-98442941438296085-127.0.0.1:33566_ec_did%2Fs-n_0000000005)
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:33566_ec_did%2Fs
[junit4] 2> 327493 WARN
(zkCallback-290-thread-1-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs ] o.a.s.c.c.ZkStateReader ZooKeeper watch
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/live_nodes]
[junit4] 2> 327581 WARN
(zkCallback-290-thread-2-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs c:collection1 s:shard1 r:core_node26
x:collection1_shard1_replica_n25] o.a.s.c.SyncStrategy Closed, skipping sync up.
[junit4] 2> 327581 INFO
(zkCallback-290-thread-2-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs c:collection1 s:shard1 r:core_node26
x:collection1_shard1_replica_n25] o.a.s.c.ShardLeaderElectionContext We failed
sync, but we have no versions - we can't sync in that case - we were active
before, so become leader anyway
[junit4] 2> 327581 INFO
(zkCallback-290-thread-2-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs c:collection1 s:shard1 r:core_node26
x:collection1_shard1_replica_n25] o.a.s.c.SolrCore
[collection1_shard1_replica_n25] CLOSING SolrCore
org.apache.solr.core.SolrCore@539bb8f5
[junit4] 2> 327867 INFO
(zkCallback-290-thread-2-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs c:collection1 s:shard1 r:core_node26
x:collection1_shard1_replica_n25] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n25, tag=1402714357
[junit4] 2> 327916 INFO
(zkCallback-290-thread-2-processing-n:127.0.0.1:33566_ec_did%2Fs)
[n:127.0.0.1:33566_ec_did%2Fs c:collection1 s:shard1 r:core_node26
x:collection1_shard1_replica_n25] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=1402714357
[junit4] 2> 327924 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@4fe5365c{HTTP/1.1,[http/1.1]}{127.0.0.1:33566}
[junit4] 2> 327941 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@59978c92{/ec_did/s,null,UNAVAILABLE}
[junit4] 2> 328005 ERROR
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
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> 328016 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[76383D8827D70FE3]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35731 35731
[junit4] 2> 328337 INFO (Thread-288) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35731 35731
[junit4] 2> 328337 WARN (Thread-288) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/aliases.json
[junit4] 2> 6 /solr/security.json
[junit4] 2> 6 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/clusterstate.json
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 5 /solr/collections/collection1/state.json
[junit4] 2> 2
/solr/collections/collection1/leader_elect/shard1/election/98442941438296073-core_node22-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/98442941438296073-127.0.0.1:39551_ec_did%2Fs-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/collections
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailureAfterFreshStartTest -Dtests.method=test
-Dtests.seed=76383D8827D70FE3 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=fr -Dtests.timezone=Hongkong -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 55.2s J2 | LeaderFailureAfterFreshStartTest.test <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: Could not
load collection from ZK: collection1
[junit4] > at
__randomizedtesting.SeedInfo.seed([76383D8827D70FE3:FE6C0252892B621B]:0)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1114)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
[junit4] > at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
[junit4] > at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:108)
[junit4] > at
org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.waitTillNodesActive(LeaderFailureAfterFreshStartTest.java:208)
[junit4] > at
org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.restartNodes(LeaderFailureAfterFreshStartTest.java:173)
[junit4] > at
org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.test(LeaderFailureAfterFreshStartTest.java:148)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /collections/collection1/state.json
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] > at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
[junit4] > at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1126)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
[junit4] > ... 47 more
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_76383D8827D70FE3-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{other_tl1=PostingsFormat(name=LuceneVarGapFixedInterval),
range_facet_l_dv=FST50, rnd_s=PostingsFormat(name=LuceneVarGapFixedInterval),
multiDefault=PostingsFormat(name=LuceneFixedGap),
intDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
a_i1=PostingsFormat(name=LuceneFixedGap),
range_facet_l=PostingsFormat(name=LuceneFixedGap),
a_t=PostingsFormat(name=LuceneFixedGap),
id_i1=PostingsFormat(name=LuceneVarGapFixedInterval), id=FST50,
range_facet_i_dv=PostingsFormat(name=LuceneFixedGap),
text=Lucene50(blocksize=128), timestamp=PostingsFormat(name=LuceneFixedGap)},
docValues:{other_tl1=DocValuesFormat(name=Lucene70),
range_facet_l_dv=DocValuesFormat(name=Lucene70),
_version_=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70),
id_i1=DocValuesFormat(name=Lucene70), a_i1=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Lucene70),
range_facet_l=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=2022,
maxMBSortInHeap=7.352620081880782, sim=RandomSimilarity(queryNorm=false): {},
locale=fr, timezone=Hongkong
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=244164224,total=472383488
[junit4] 2> NOTE: All tests run in this JVM: [SolrGraphiteReporterTest,
AtomicUpdateProcessorFactoryTest, CdcrUpdateLogTest,
HdfsUnloadDistributedZkTest, DocExpirationUpdateProcessorFactoryTest,
MergeStrategyTest, TestDFRSimilarityFactory, TestBlobHandler,
CdcrVersionReplicationTest, TestBulkSchemaAPI, TestIndexSearcher,
SolrTestCaseJ4Test, TestCustomStream, LeaderFailureAfterFreshStartTest]
[junit4] Completed [39/728 (1!)] on J2 in 55.28s, 1 test, 1 error <<<
FAILURES!
[...truncated 45570 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]