szetszwo commented on a change in pull request #275:
URL: https://github.com/apache/incubator-ratis/pull/275#discussion_r523366237
##########
File path:
ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerProxy.java
##########
@@ -292,7 +295,7 @@ public RaftServerImpl getImpl(RaftGroupId groupId) throws
IOException {
return IOUtils.getFromFuture(getImplFuture(groupId), this::getId);
}
- List<RaftServerImpl> getImpls() throws IOException {
+ public List<RaftServerImpl> getImpls() throws IOException {
Review comment:
We should not expose RaftServerImpl to RaftServer. Thanks for asking.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]