Ted Yu created FLINK-8464:
-----------------------------
Summary: TestRaftReconfigurationWithSimulatedRpc fails with assertion error
Key: FLINK-8464
URL:
https://issues.apache.org/jira/browse/FLINK-8464 Project: Flink
Issue Type: Test
Reporter: Ted Yu
Attachments: ratis-8464.tst
As of commit 7b3a9a6f5f8e8075727d84e3ddeae7b594eda89c, I observed the following :
{code}
testRevertConfigurationChange(org.apache.ratis.server.simulation.TestRaftReconfigurationWithSimulatedRpc) Time elapsed: 2.119 sec <<< FAILURE!
java.lang.AssertionError: 1 0 expected:<NOOP> but was:<CONFIGURATIONENTRY>
{code}
1 was confIndex and 0 was log.getLastCommittedIndex()
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)