inomp3042 commented on code in PR #638:
URL: https://github.com/apache/ratis/pull/638#discussion_r862676324
##########
ratis-server/src/test/java/org/apache/ratis/statemachine/SimpleStateMachine4Testing.java:
##########
@@ -416,9 +417,15 @@ public void unblockFlushStateMachineData() {
}
@Override
- public void notifyFollowerSlowness(RoleInfoProto roleInfoProto) {
- LOG.info("{}: notifySlowness {}, {}", this, groupId, roleInfoProto);
- slownessInfo = roleInfoProto;
+ public void notifyFollowerSlowness(RoleInfoProto leaderInfo) {
+ LOG.info("{}: notifySlowness {}, {}", this, groupId, leaderInfo);
+ slownessInfo = leaderInfo;
+ }
Review Comment:
I'm not sure that keeping the deprecated method is okay. Please let me know
if you have any opinions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]