satishd commented on code in PR #14128:
URL: https://github.com/apache/kafka/pull/14128#discussion_r1280175519
##########
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##########
@@ -1002,4 +1004,36 @@ public void close() {
}
}
+ static class CandidateLogSegment {
Review Comment:
I am fine with that as this class is accessed only by tests and it is not
supposed to be accessed by other classes.
--
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]