ivandika3 commented on code in PR #1362:
URL: https://github.com/apache/ratis/pull/1362#discussion_r2868963701
##########
ratis-server/src/main/java/org/apache/ratis/server/impl/LeaderStateImpl.java:
##########
@@ -353,10 +370,23 @@ boolean isApplied() {
private final PendingStepDown pendingStepDown;
private final ReadIndexHeartbeats readIndexHeartbeats;
- private final boolean readIndexAppliedIndexEnabled;
+ private final RaftServerConfigKeys.Read.ReadIndex.Type readIndexType;
+ private final Supplier<Long> readIndexSupplier;
+ private final MemoizedSupplier<String> readIndexLogPrefixSupplier;
Review Comment:
Thanks, updated.
--
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]