sanpwc commented on code in PR #6850:
URL: https://github.com/apache/ignite-3/pull/6850#discussion_r2514553052
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/cli/AddLearnersRequestProcessor.java:
##########
@@ -60,9 +61,11 @@ protected Message processRequest0(final CliRequestContext
ctx, final AddLearners
addingLearners.add(peer);
}
+ long sequenceToken = request.sequenceToken() != null ?
request.sequenceToken() : Configuration.NO_SEQUENCE_TOKEN;
Review Comment:
assertion instead.
--
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]