Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/196/
1 tests failed.
FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader
Error Message:
Could not load collection from ZK: forceleader_test_collection
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
forceleader_test_collection
at
__randomizedtesting.SeedInfo.seed([8BC74AD0A95B1D43:6D507E1090D9E422]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
at
org.apache.solr.common.cloud.ZkStateReader.getLeader(ZkStateReader.java:787)
at
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:809)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:547)
at
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for
/collections/forceleader_test_collection/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.lambda$getData$5(SolrZkClient.java:332)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
... 47 more
Build Log:
[...truncated 13453 lines...]
[junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
[junit4] 2> 5056756 INFO
(SUITE-ForceLeaderTest-seed#[8BC74AD0A95B1D43]-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-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/init-core-data-001
[junit4] 2> 5056757 WARN
(SUITE-ForceLeaderTest-seed#[8BC74AD0A95B1D43]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
[junit4] 2> 5056757 INFO
(SUITE-ForceLeaderTest-seed#[8BC74AD0A95B1D43]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 5056791 INFO
(SUITE-ForceLeaderTest-seed#[8BC74AD0A95B1D43]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 5056791 INFO
(SUITE-ForceLeaderTest-seed#[8BC74AD0A95B1D43]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/e
[junit4] 2> 5056848 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 5056848 INFO (Thread-2793) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 5056848 INFO (Thread-2793) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 5056883 ERROR (Thread-2793) [ ] 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> 5056956 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.ZkTestServer start zk server on port:39184
[junit4] 2> 5057031 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 5057032 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 5057045 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 5057046 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 5057047 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 5057047 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 5057048 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 5057048 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 5057049 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 5057083 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 5057084 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 5057103 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless
explicitly asked otherwise
[junit4] 2> 5058141 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 5058284 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@63404405{/_/e,null,AVAILABLE}
[junit4] 2> 5058284 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@705906fa{HTTP/1.1,[http/1.1]}{127.0.0.1:37146}
[junit4] 2> 5058284 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.Server Started @5075560ms
[junit4] 2> 5058285 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/_/e, hostPort=43207,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/control-001/cores}
[junit4] 2> 5058285 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 5058285 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.2.0
[junit4] 2> 5058285 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 5058285 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 5058285 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-28T10:57:06.126Z
[junit4] 2> 5058305 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 5058305 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/control-001/solr.xml
[junit4] 2> 5058378 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 5058378 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 5058379 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 5058518 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39184/solr
[junit4] 2> 5059052 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 5059065 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43207__%2Fe
[junit4] 2> 5059066 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.Overseer Overseer
(id=98906159494201348-127.0.0.1:43207__%2Fe-n_0000000000) starting
[junit4] 2> 5059140 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43207__%2Fe
[junit4] 2> 5059175 INFO
(zkCallback-1780-thread-1-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 5059726 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:43207__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5059872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:43207__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5059873 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:43207__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5059907 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/control-001/cores
[junit4] 2> 5060110 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 5060111 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39184/solr
ready
[junit4] 2> 5060111 INFO (SocketProxy-Acceptor-43207) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=45701,localport=43207], receiveBufferSize:531000
[junit4] 2> 5060111 INFO (SocketProxy-Acceptor-43207) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37146,localport=58176], receiveBufferSize=530904
[junit4] 2> 5060165 INFO (qtp1430705358-12240) [n:127.0.0.1:43207__%2Fe
] 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:43207__%252Fe&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 5060210 INFO
(OverseerThreadFactory-5958-thread-1-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 5060353 INFO (SocketProxy-Acceptor-43207) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=45704,localport=43207], receiveBufferSize:531000
[junit4] 2> 5060364 INFO (SocketProxy-Acceptor-43207) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37146,localport=58180], receiveBufferSize=530904
[junit4] 2> 5060373 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
] 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> 5060373 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 5060697 INFO
(zkCallback-1780-thread-1-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] 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> 5061673 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 5061766 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5062892 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5063355 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5063356 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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@1d0fd356
[junit4] 2> 5063356 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 5063356 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 5063407 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.39538988765470406]
[junit4] 2> 5063429 WARN (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5064014 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5064014 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 5064015 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 5064015 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 5064016 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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=1723384108,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 5064065 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4817dc57[control_collection_shard1_replica_n1] main]
[junit4] 2> 5064066 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 5064067 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5064067 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 5064068 INFO
(searcherExecutor-5961-thread-1-processing-n:127.0.0.1:43207__%2Fe
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:43207__%2Fe 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@4817dc57[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 5064069 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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 1582498559463260160
[junit4] 2> 5064126 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 5064126 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5064126 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43207/_/e/control_collection_shard1_replica_n1/
[junit4] 2> 5064126 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5064126 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:43207/_/e/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 5064126 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5064140 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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:43207/_/e/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 5064224 INFO
(zkCallback-1780-thread-2-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] 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> 5064248 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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> 5064249 INFO (qtp1430705358-12238) [n:127.0.0.1:43207__%2Fe
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=3876
[junit4] 2> 5064306 INFO (qtp1430705358-12240) [n:127.0.0.1:43207__%2Fe
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 30 seconds. Check all shard replicas
[junit4] 2> 5064448 INFO
(zkCallback-1780-thread-1-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] 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> 5065306 INFO (qtp1430705358-12240) [n:127.0.0.1:43207__%2Fe
] 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:43207__%252Fe&wt=javabin&version=2}
status=0 QTime=5141
[junit4] 2> 5065490 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 5065491 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39184/solr
ready
[junit4] 2> 5065491 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 5065491 INFO (SocketProxy-Acceptor-43207) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=45744,localport=43207], receiveBufferSize:531000
[junit4] 2> 5065492 INFO (qtp1430705358-12241) [n:127.0.0.1:43207__%2Fe
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 5065513 INFO (SocketProxy-Acceptor-43207) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37146,localport=58220], receiveBufferSize=530904
[junit4] 2> 5065526 INFO
(OverseerCollectionConfigSetProcessor-98906159494201348-127.0.0.1:43207__%2Fe-n_0000000000)
[n:127.0.0.1:43207__%2Fe ] 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> 5065526 INFO
(OverseerThreadFactory-5958-thread-2-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 5065527 WARN
(OverseerThreadFactory-5958-thread-2-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 5065783 INFO (qtp1430705358-12241) [n:127.0.0.1:43207__%2Fe
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 30 seconds. Check all shard replicas
[junit4] 2> 5065783 INFO (qtp1430705358-12241) [n:127.0.0.1:43207__%2Fe
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=291
[junit4] 2> 5067243 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-1-001
of type TLOG
[junit4] 2> 5067243 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 5067396 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@25b7b6f9{/_/e,null,AVAILABLE}
[junit4] 2> 5067396 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@109cddf1{HTTP/1.1,[http/1.1]}{127.0.0.1:36794}
[junit4] 2> 5067396 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.Server Started @5084672ms
[junit4] 2> 5067396 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_/e, hostPort=42162,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-1-001/cores}
[junit4] 2> 5067396 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 5067396 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.2.0
[junit4] 2> 5067397 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 5067397 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 5067397 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-28T10:57:15.238Z
[junit4] 2> 5067543 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 5067544 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-1-001/solr.xml
[junit4] 2> 5067544 INFO
(OverseerCollectionConfigSetProcessor-98906159494201348-127.0.0.1:43207__%2Fe-n_0000000000)
[n:127.0.0.1:43207__%2Fe ] 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> 5067599 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 5067599 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 5067615 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 5067637 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39184/solr
[junit4] 2> 5067765 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:42162__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 5067766 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:42162__%2Fe ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 5067800 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:42162__%2Fe ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42162__%2Fe
[junit4] 2> 5067801 INFO
(zkCallback-1780-thread-2-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 5067920 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 5067930 INFO (zkCallback-1788-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 5069101 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:42162__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5069192 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:42162__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5069192 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:42162__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5069226 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:42162__%2Fe ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-1-001/cores
[junit4] 2> 5069393 INFO (SocketProxy-Acceptor-42162) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=41154,localport=42162], receiveBufferSize:531000
[junit4] 2> 5069461 INFO (SocketProxy-Acceptor-42162) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36794,localport=34552], receiveBufferSize=530904
[junit4] 2> 5069464 INFO (qtp1028606452-12294) [n:127.0.0.1:42162__%2Fe
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:42162__%252Fe&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 5069520 INFO
(OverseerThreadFactory-5958-thread-3-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:42162__%2Fe for creating new replica
[junit4] 2> 5069539 INFO (SocketProxy-Acceptor-42162) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=41158,localport=42162], receiveBufferSize:531000
[junit4] 2> 5069588 INFO (SocketProxy-Acceptor-42162) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36794,localport=34556], receiveBufferSize=530904
[junit4] 2> 5069588 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 5069588 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 5069809 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.2.0
[junit4] 2> 5069919 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
[collection1_shard2_replica_t41] Schema name=test
[junit4] 2> 5070974 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5071066 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from
collection collection1, trusted=true
[junit4] 2> 5071067 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t41' (registry
'solr.core.collection1.shard2.replica_t41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5071067 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 5071067 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[[collection1_shard2_replica_t41] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-1-001/cores/collection1_shard2_replica_t41],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
[junit4] 2> 5071102 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.39538988765470406]
[junit4] 2> 5071175 WARN (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
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> 5071539 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 5071539 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 5071541 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 5071541 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 5071561 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1723384108,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 5071561 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@74c1f867[collection1_shard2_replica_t41] main]
[junit4] 2> 5071576 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 5071577 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 5071577 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 5071578 INFO
(searcherExecutor-5972-thread-1-processing-n:127.0.0.1:42162__%2Fe
x:collection1_shard2_replica_t41 s:shard2 c:collection1)
[n:127.0.0.1:42162__%2Fe c:collection1 s:shard2
x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[collection1_shard2_replica_t41] Registered new searcher
Searcher@74c1f867[collection1_shard2_replica_t41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 5071578 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1582498567337017344
[junit4] 2> 5071652 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 5071652 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 5071652 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:42162/_/e/collection1_shard2_replica_t41/
[junit4] 2> 5071652 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 5071652 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
http://127.0.0.1:42162/_/e/collection1_shard2_replica_t41/ has no replicas
[junit4] 2> 5071652 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 5071665 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
collection1_shard2_replica_t41 stopping background replication from leader
[junit4] 2> 5071685 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] 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> 5071685 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42162/_/e/collection1_shard2_replica_t41/ shard2
[junit4] 2> 5071686 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 5071686 INFO (qtp1028606452-12292) [n:127.0.0.1:42162__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2098
[junit4] 2> 5071688 INFO (qtp1028606452-12294) [n:127.0.0.1:42162__%2Fe
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:42162__%252Fe&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=2223
[junit4] 2> 5071958 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] 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> 5073318 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-2-001
of type TLOG
[junit4] 2> 5073319 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 5073427 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7c2fdca1{/_/e,null,AVAILABLE}
[junit4] 2> 5073427 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@5543f653{HTTP/1.1,[http/1.1]}{127.0.0.1:33348}
[junit4] 2> 5073427 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.Server Started @5090703ms
[junit4] 2> 5073427 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_/e, hostPort=41891,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-2-001/cores}
[junit4] 2> 5073428 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 5073465 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.2.0
[junit4] 2> 5073465 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 5073465 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 5073465 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-28T10:57:21.306Z
[junit4] 2> 5073502 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 5073503 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-2-001/solr.xml
[junit4] 2> 5073516 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15f62a0c6c0000a, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 5073518 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 5073518 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 5073520 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 5073553 INFO
(OverseerCollectionConfigSetProcessor-98906159494201348-127.0.0.1:43207__%2Fe-n_0000000000)
[n:127.0.0.1:43207__%2Fe ] 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> 5073569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39184/solr
[junit4] 2> 5073755 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41891__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 5073772 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41891__%2Fe ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 5073774 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41891__%2Fe ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41891__%2Fe
[junit4] 2> 5073774 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 5073886 INFO (zkCallback-1788-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 5073959 INFO
(zkCallback-1799-thread-1-processing-n:127.0.0.1:41891__%2Fe)
[n:127.0.0.1:41891__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 5073882 INFO
(zkCallback-1780-thread-2-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 5075013 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41891__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5075124 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41891__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5075125 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41891__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5075126 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41891__%2Fe ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-2-001/cores
[junit4] 2> 5075526 INFO (SocketProxy-Acceptor-41891) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=38412,localport=41891], receiveBufferSize:531000
[junit4] 2> 5075582 INFO (SocketProxy-Acceptor-41891) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33348,localport=47020], receiveBufferSize=530904
[junit4] 2> 5075603 INFO (qtp994154853-12329) [n:127.0.0.1:41891__%2Fe
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:41891__%252Fe&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 5075638 INFO
(OverseerThreadFactory-5958-thread-4-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:41891__%2Fe for creating new replica
[junit4] 2> 5075692 INFO (SocketProxy-Acceptor-41891) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=38416,localport=41891], receiveBufferSize:531000
[junit4] 2> 5075693 INFO (SocketProxy-Acceptor-41891) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33348,localport=47024], receiveBufferSize=530904
[junit4] 2> 5075729 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 5075730 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 5075746 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] 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> 5076118 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.2.0
[junit4] 2> 5076209 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
[collection1_shard1_replica_t43] Schema name=test
[junit4] 2> 5077525 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5077675 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from
collection collection1, trusted=true
[junit4] 2> 5077676 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t43' (registry
'solr.core.collection1.shard1.replica_t43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5077676 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 5077676 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[[collection1_shard1_replica_t43] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-2-001/cores/collection1_shard1_replica_t43],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
[junit4] 2> 5077691 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.39538988765470406]
[junit4] 2> 5077729 WARN (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
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> 5078419 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 5078419 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 5078420 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 5078420 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 5078421 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1723384108,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 5078422 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@54678c50[collection1_shard1_replica_t43] main]
[junit4] 2> 5078439 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 5078439 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 5078440 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 5078440 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1582498574532345856
[junit4] 2> 5078442 INFO
(searcherExecutor-5983-thread-1-processing-n:127.0.0.1:41891__%2Fe
x:collection1_shard1_replica_t43 s:shard1 c:collection1)
[n:127.0.0.1:41891__%2Fe c:collection1 s:shard1
x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[collection1_shard1_replica_t43] Registered new searcher
Searcher@54678c50[collection1_shard1_replica_t43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 5078457 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 5078457 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 5078457 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:41891/_/e/collection1_shard1_replica_t43/
[junit4] 2> 5078457 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 5078457 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
http://127.0.0.1:41891/_/e/collection1_shard1_replica_t43/ has no replicas
[junit4] 2> 5078457 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 5078457 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
collection1_shard1_replica_t43 stopping background replication from leader
[junit4] 2> 5078471 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41891/_/e/collection1_shard1_replica_t43/ shard1
[junit4] 2> 5078493 INFO
(zkCallback-1799-thread-1-processing-n:127.0.0.1:41891__%2Fe)
[n:127.0.0.1:41891__%2Fe ] 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> 5078499 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] 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> 5078528 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 5078530 INFO (qtp994154853-12327) [n:127.0.0.1:41891__%2Fe
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2801
[junit4] 2> 5078593 INFO (qtp994154853-12329) [n:127.0.0.1:41891__%2Fe
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:41891__%252Fe&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=2990
[junit4] 2> 5078639 INFO
(zkCallback-1799-thread-1-processing-n:127.0.0.1:41891__%2Fe)
[n:127.0.0.1:41891__%2Fe ] 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> 5078646 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] 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> 5079651 INFO
(OverseerCollectionConfigSetProcessor-98906159494201348-127.0.0.1:43207__%2Fe-n_0000000000)
[n:127.0.0.1:43207__%2Fe ] 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> 5080691 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-3-001
of type TLOG
[junit4] 2> 5080708 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 5080952 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4a46eab2{/_/e,null,AVAILABLE}
[junit4] 2> 5080953 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@6b991fb7{HTTP/1.1,[http/1.1]}{127.0.0.1:39542}
[junit4] 2> 5080953 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.e.j.s.Server Started @5098228ms
[junit4] 2> 5080953 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_/e, hostPort=41221,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-3-001/cores}
[junit4] 2> 5080953 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 5080962 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.2.0
[junit4] 2> 5080962 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 5080962 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 5080963 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-28T10:57:28.804Z
[junit4] 2> 5081054 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 5081055 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-3-001/solr.xml
[junit4] 2> 5081074 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 5081074 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 5081145 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 5081165 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39184/solr
[junit4] 2> 5081367 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41221__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 5081384 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41221__%2Fe ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 5081385 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41221__%2Fe ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41221__%2Fe
[junit4] 2> 5081400 INFO
(zkCallback-1799-thread-1-processing-n:127.0.0.1:41891__%2Fe)
[n:127.0.0.1:41891__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 5081496 INFO
(zkCallback-1805-thread-1-processing-n:127.0.0.1:41221__%2Fe)
[n:127.0.0.1:41221__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 5081461 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 5081461 INFO
(zkCallback-1780-thread-1-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 5081461 INFO (zkCallback-1788-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 5081951 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41221__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5082100 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41221__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5082133 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41221__%2Fe ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5082135 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43])
[n:127.0.0.1:41221__%2Fe ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-3-001/cores
[junit4] 2> 5082537 INFO (SocketProxy-Acceptor-41221) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53178,localport=41221], receiveBufferSize:531000
[junit4] 2> 5082556 INFO (SocketProxy-Acceptor-41221) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39542,localport=40134], receiveBufferSize=530904
[junit4] 2> 5082596 INFO (qtp1223044078-12363) [n:127.0.0.1:41221__%2Fe
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:41221__%252Fe&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 5082704 INFO
(OverseerThreadFactory-5958-thread-5-processing-n:127.0.0.1:43207__%2Fe)
[n:127.0.0.1:43207__%2Fe ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:41221__%2Fe for creating new replica
[junit4] 2> 5082705 INFO (SocketProxy-Acceptor-41221) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53182,localport=41221], receiveBufferSize:531000
[junit4] 2> 5082772 INFO (SocketProxy-Acceptor-41221) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39542,localport=40138], receiveBufferSize=530904
[junit4] 2> 5082772 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 5082773 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 5082794 INFO
(zkCallback-1805-thread-1-processing-n:127.0.0.1:41221__%2Fe)
[n:127.0.0.1:41221__%2Fe ] 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> 5082794 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] 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> 5082794 INFO
(zkCallback-1799-thread-1-processing-n:127.0.0.1:41891__%2Fe)
[n:127.0.0.1:41891__%2Fe ] 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> 5083918 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.2.0
[junit4] 2> 5084193 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema
[collection1_shard2_replica_t45] Schema name=test
[junit4] 2> 5085348 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5085438 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t45' using configuration from
collection collection1, trusted=true
[junit4] 2> 5085439 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t45' (registry
'solr.core.collection1.shard2.replica_t45') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1d0fd356
[junit4] 2> 5085439 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 5085439 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
[[collection1_shard2_replica_t45] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-3-001/cores/collection1_shard2_replica_t45],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
[junit4] 2> 5085494 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.39538988765470406]
[junit4] 2> 5085511 WARN (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
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> 5086095 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 5086095 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 5086096 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 5086096 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 5086097 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1723384108,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 5086098 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@234ce6ec[collection1_shard2_replica_t45] main]
[junit4] 2> 5086132 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 5086132 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 5086133 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 5086134 INFO
(searcherExecutor-5994-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2
x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
[collection1_shard2_replica_t45] Registered new searcher
Searcher@234ce6ec[collection1_shard2_replica_t45]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 5086134 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1582498582600089600
[junit4] 2> 5086186 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_t45
[junit4] 2> 5086187 INFO (qtp1223044078-12365) [n:127.0.0.1:41221__%2Fe
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=3414
[junit4] 2> 5086188 INFO
(updateExecutor-1802-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 5086201 INFO
(recoveryExecutor-1803-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 5086278 INFO (qtp1223044078-12363) [n:127.0.0.1:41221__%2Fe
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:41221__%252Fe&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=3682
[junit4] 2> 5086331 INFO
(recoveryExecutor-1803-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 5086331 INFO
(recoveryExecutor-1803-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.ZkController
collection1_shard2_replica_t45 stopping background replication from leader
[junit4] 2> 5086331 INFO
(recoveryExecutor-1803-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_t45]
[junit4] 2> 5086331 INFO
(recoveryExecutor-1803-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 5086331 INFO
(recoveryExecutor-1803-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_t45] as recovering, leader is
[http://127.0.0.1:42162/_/e/collection1_shard2_replica_t41/] and I am
[http://127.0.0.1:41221/_/e/collection1_shard2_replica_t45/]
[junit4] 2> 5086332 INFO
(zkCallback-1805-thread-1-processing-n:127.0.0.1:41221__%2Fe)
[n:127.0.0.1:41221__%2Fe ] 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> 5086335 INFO
(zkCallback-1793-thread-1-processing-n:127.0.0.1:42162__%2Fe)
[n:127.0.0.1:42162__%2Fe ] 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> 5086335 INFO
(zkCallback-1799-thread-1-processing-n:127.0.0.1:41891__%2Fe)
[n:127.0.0.1:41891__%2Fe ] 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> 5086344 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[8BC74AD0A95B1D43]) [
] o.a.s.SolrTestCaseJ4 ###Starting testLastPublishedStateIsActive
[junit4] 2> 5086345 INFO
(recoveryExecutor-1803-thread-1-processing-n:127.0.0.1:41221__%2Fe
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41221__%2Fe c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:4216
[...truncated too long message...]
> 5212092 INFO
> (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8BC74AD0A95B1D43]) [
> ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40794 40794
[junit4] 2> 5212367 INFO (Thread-2834) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40794 40794
[junit4] 2> 5212387 WARN (Thread-2834) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 3
/solr/collections/forceleader_test_collection/state.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2> 3 /solr/autoscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 7 /solr/collections
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/overseer/queue-work
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2>
[junit4] 2> 5212387 WARN
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8BC74AD0A95B1D43]) [ ]
o.a.s.c.SocketProxy Closing 16 connections to: http://127.0.0.1:41867/_/e,
target: http://127.0.0.1:34584/_/e
[junit4] 2> 5212400 WARN
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8BC74AD0A95B1D43]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:36363/_/e,
target: http://127.0.0.1:43221/_/e
[junit4] 2> 5212400 WARN
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8BC74AD0A95B1D43]) [ ]
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:43097/_/e,
target: http://127.0.0.1:40800/_/e
[junit4] 2> 5212400 WARN
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[8BC74AD0A95B1D43]) [ ]
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:41330/_/e,
target: http://127.0.0.1:43778/_/e
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ForceLeaderTest
-Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=8BC74AD0A95B1D43
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tr-TR
-Dtests.timezone=Africa/Ouagadougou -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 64.6s J1 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: Could not
load collection from ZK: forceleader_test_collection
[junit4] > at
__randomizedtesting.SeedInfo.seed([8BC74AD0A95B1D43:6D507E1090D9E422]:0)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
[junit4] > at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getLeader(ZkStateReader.java:787)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:809)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:547)
[junit4] > at
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:143)
[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/forceleader_test_collection/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.lambda$getData$5(SolrZkClient.java:332)
[junit4] > at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
[junit4] > ... 47 more
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_8BC74AD0A95B1D43-001
[junit4] 2> NOTE: test params are:
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
chunkSize=7901, maxDocsPerChunk=2, blockSize=5),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST,
chunkSize=7901, blockSize=5)), sim=RandomSimilarity(queryNorm=true): {},
locale=tr-TR, timezone=Africa/Ouagadougou
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=274698120,total=522715136
[junit4] 2> NOTE: All tests run in this JVM:
[OverseerCollectionConfigSetProcessorTest, TestLazyCores,
TestCloudNestedDocsSort, DocValuesMultiTest, DistributedTermsComponentTest,
TestOverriddenPrefixQueryForCustomFieldType, TestMaxTokenLenTokenizer,
TestExactStatsCache, OpenExchangeRatesOrgProviderTest,
HdfsUnloadDistributedZkTest, SolrJmxReporterTest,
TestComplexPhraseQParserPlugin, SolrGangliaReporterTest,
DirectUpdateHandlerTest, TestZkAclsWithHadoopAuth, CdcrBootstrapTest,
TestDefaultStatsCache, DistributedDebugComponentTest, TestSolr4Spatial,
TestConfigSetsAPIZkFailure, DistributedFacetPivotLargeTest,
TestCloudPivotFacet, TestRTGBase, TestDynamicFieldResource, ShardRoutingTest,
CoreAdminRequestStatusTest, TestPseudoReturnFields, TestSolrQueryParser,
TestSolrCoreSnapshots, SolrRequestParserTest, TestMacros,
HighlighterConfigTest, MBeansHandlerTest, TestScoreJoinQPScore,
CdcrRequestHandlerTest, SolrIndexSplitterTest, ConfigureRecoveryStrategyTest,
TestManagedResource, TestBackupRepositoryFactory, NodeAddedTriggerTest,
OverseerStatusTest, SimpleMLTQParserTest, V2StandaloneTest,
TestMiniSolrCloudClusterSSL, TestDistributedStatsComponentCardinality,
TestFieldTypeCollectionResource, TestAtomicUpdateErrorCases,
PreAnalyzedFieldTest, TestDocumentBuilder, TestFastWriter, AssignTest,
TestSegmentSorting, HighlighterMaxOffsetTest, BlobRepositoryCloudTest,
TestSerializedLuceneMatchVersion, TestAnalyzedSuggestions,
LukeRequestHandlerTest, TestPushWriter, TestManagedSchema,
ShowFileRequestHandlerTest, TestSkipOverseerOperations, TestSearcherReuse,
TestLegacyTerms, DeleteLastCustomShardedReplicaTest, DateRangeFieldTest,
TestFieldCacheWithThreads, HttpPartitionTest, ShardRoutingCustomTest,
TestInfoStreamLogging, TestCustomStream, TestRequestForwarding,
TestBulkSchemaAPI, SolrIndexConfigTest,
ConcurrentDeleteAndCreateCollectionTest, SampleTest, TestCollectionAPIs,
HdfsSyncSliceTest, TestPointFields, TestCollationField, TestRangeQuery,
TestPivotHelperCode, TestFilteredDocIdSet, SuggesterTSTTest, TestFaceting,
TestHighFrequencyDictionaryFactory, TestBinaryResponseWriter,
DistribDocExpirationUpdateProcessorTest, UninvertDocValuesMergePolicyTest,
TestNumericRangeQuery64, TemplateUpdateProcessorTest, TestReRankQParserPlugin,
SpatialRPTFieldTypeTest, TestSortByMinMaxFunction, TestStressRecovery,
HLLSerializationTest, TestDocSet, CircularListTest, BlockJoinFacetRandomTest,
TestStressReorder, TestDocTermOrds, TestWriterPerf, SpatialHeatmapFacetsTest,
ConvertedLegacyTest, ConjunctionSolrSpellCheckerTest, SOLR749Test,
TestExceedMaxTermLength, DistributedFacetPivotSmallTest,
OpenCloseCoreStressTest, DeleteShardTest, TestQueryWrapperFilter,
SharedFSAutoReplicaFailoverTest, HdfsBasicDistributedZk2Test, SSLMigrationTest,
TestFieldCacheSort, TestRetrieveFieldsOptimizer, TestBM25SimilarityFactory,
TestJettySolrRunner, TestUseDocValuesAsStored,
DistributedQueryComponentOptimizationTest, AddReplicaTest, TestXmlQParser,
SynonymTokenizerTest, TestDistributedGrouping, TestHashPartitioner,
TestRealTimeGet, TestCoreContainer, TestGroupingSearch, PeerSyncTest, TestSort,
BasicFunctionalityTest, DistributedQueryElevationComponentTest,
CoreAdminHandlerTest, TestCSVLoader, NoCacheHeaderTest,
SolrCoreCheckLockOnStartupTest, QueryEqualityTest, TestRemoteStreaming,
TestSolrDeletionPolicy1, SolrInfoBeanTest, IndexBasedSpellCheckerTest,
DisMaxRequestHandlerTest, DocumentAnalysisRequestHandlerTest,
RequestHandlersTest, PathHierarchyTokenizerFactoryTest,
FieldAnalysisRequestHandlerTest, LoggingHandlerTest, IndexSchemaTest,
QueryParsingTest, BinaryUpdateRequestHandlerTest,
TestPHPSerializedResponseWriter, AlternateDirectoryTest, TestSolrIndexConfig,
CopyFieldTest, TestSolrDeletionPolicy2, NumericFieldsTest, OutputWriterTest,
DirectSolrConnectionTest, TestPhraseSuggestions, TestPerFieldSimilarity,
PrimUtilsTest, SpellingQueryConverterTest, DOMUtilTest,
RAMDirectoryFactoryTest, ClusterStateTest, TestUtils, SystemInfoHandlerTest,
DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler,
BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest,
CdcrReplicationHandlerTest, ChaosMonkeySafeLeaderWithPullReplicasTest,
DeleteInactiveReplicaTest, DistribJoinFromCollectionTest, ForceLeaderTest]
[junit4] Completed [531/745 (1!)] on J1 in 156.01s, 3 tests, 1 error, 1
skipped <<< FAILURES!
[...truncated 47937 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]