[
https://issues.apache.org/jira/browse/RATIS-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sammi Chen resolved RATIS-351.
------------------------------
Resolution: Won't Fix
There is no GrpcLogAppender#onSuccess function in current RATIS master. The
code is probably refactor already.
Close the ticket.
> Wrong specifier is used for Preconditions.assertTrue of
> GrpcLogAppender#onSuccess
> ---------------------------------------------------------------------------------
>
> Key: RATIS-351
> URL: https://issues.apache.org/jira/browse/RATIS-351
> Project: Ratis
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Trivial
>
> Here is related code:
> {code}
> Preconditions.assertTrue(!request.hasPreviousLog() ||
> lastIndex == request.getPreviousLog().getIndex(),
> "reply's next index is %s, request's previous is %s",
> replyNextIndex, request.getPreviousLog());
> {code}
> The '%s' seems to be wrong.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)