[ https://issues.apache.org/jira/browse/FLINK-8464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332858#comment-16332858 ]
Ted Yu commented on FLINK-8464: ------------------------------- Initially I bumped into the following: {code} testRevertConfigurationChange(org.apache.ratis.server.simulation.TestRaftReconfigurationWithSimulatedRpc) Time elapsed: 0.004 sec <<< ERROR! java.lang.Error: Unresolved compilation problems: The method attempt(CheckedSupplier<Boolean,RuntimeException>, int, long, String, Logger) is ambiguous for the type JavaUtils The method attempt(CheckedSupplier<Boolean,RuntimeException>, int, long, String, Logger) is ambiguous for the type JavaUtils {code} ratis-8464.tst allows me to run the test. > 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 > Priority: Minor > 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)