ivandika3 commented on code in PR #921:
URL: https://github.com/apache/ratis/pull/921#discussion_r1329447724


##########
ratis-server/src/main/java/org/apache/ratis/server/raftlog/segmented/SegmentedRaftLogCache.java:
##########
@@ -145,6 +146,25 @@ public String toString() {
   }
 
   static class LogSegmentList {
+
+    static class LogSegmentListCacheInfo {
+      private final long totalCacheSize;
+      private final long cachedCount;

Review Comment:
   Updated according to the suggested patch diff.



-- 
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]

Reply via email to