szetszwo commented on PR #1321: URL: https://github.com/apache/ratis/pull/1321#issuecomment-3633669783
@devabhishekpal , @errose28 , I think about this change. It seems not a good idea to simple changing the methods to public and let other projects using it. We should have some kind of APIs. I wonder if the we could move the RaftLog tool from Ozone to Ratis? As a workaround, Ozone could add a RaftLogUtils class in the org.apache.ratis.server.raftlog.segmented package for accessing the package private methods in the meantime. (Something similar to https://github.com/apache/ozone/blob/master/hadoop-hdds/common/src/main/java/com/google/protobuf/ProtoUtils.java ) -- 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]
