sashapolo commented on code in PR #7198:
URL: https://github.com/apache/ignite-3/pull/7198#discussion_r2607120258


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManager.java:
##########
@@ -515,135 +545,6 @@ private EntrySearchResult readFromOtherSegmentFiles(long 
groupId, long logIndex)
         return EntrySearchResult.success(buffer);
     }
 
-    private static boolean endOfSegmentReached(ByteBuffer buffer) {

Review Comment:
   Note to reviewer: this code has been moved to a new class as-is



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