GlenGeng edited a comment on pull request #206: URL: https://github.com/apache/incubator-ratis/pull/206#issuecomment-697241767
Thanks @lokeshj1703 for looking at this case ! For the 1st question, following are two cases, both related to the install snapshot issues: ``` ozone-root-datanode-172.16.90.54.log.3:2020-09-21 19:28:51,531 [grpc-default-executor-345] WARN org.apache.ratis.grpc.server.GrpcLogAppender: 6769b0ef-fb4a-4235-bcf0-f1623fcd74cb@group-622E07D885D8->591f38ce-0b11-4003-8528-7a5802f89ea8-AppendLogResponseHandler: Failed appendEntries: org.apache.ratis.thirdparty.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception ozone-root-datanode-172.16.90.54.log.3:2020-09-21 19:28:51,531 [grpc-default-executor-345] INFO org.apache.ratis.server.impl.FollowerInfo: 6769b0ef-fb4a-4235-bcf0-f1623fcd74cb@group-622E07D885D8->591f38ce-0b11-4003-8528-7a5802f89ea8: nextIndex: updateUnconditionally 2248006 -> 1 ``` ``` ozone-root-datanode-172.16.90.69.log.9:2020-09-21 19:28:55,158 [grpc-default-executor-632] INFO org.apache.ratis.server.impl.RaftServerImpl: 591f38ce-0b11-4003-8528-7a5802f89ea8@group-622E07D885D8: Failed appendEntries as snapshot ((t:392, i:992920)) installation is in progress ozone-root-datanode-172.16.90.69.log.9:2020-09-21 19:28:55,158 [grpc-default-executor-632] INFO org.apache.ratis.server.impl.RaftServerImpl: 591f38ce-0b11-4003-8528-7a5802f89ea8@group-622E07D885D8: Failed appendEntries as snapshot ((t:392, i:992920)) installation is in progress ozone-root-datanode-172.16.90.69.log.9:2020-09-21 19:28:55,158 [grpc-default-executor-632] INFO org.apache.ratis.server.impl.RaftServerImpl: 591f38ce-0b11-4003-8528-7a5802f89ea8@group-622E07D885D8: Failed appendEntries as snapshot ((t:392, i:992920)) installation is in progress ozone-root-datanode-172.16.90.69.log.9:2020-09-21 19:28:55,158 [grpc-default-executor-632] INFO org.apache.ratis.server.impl.RaftServerImpl: 591f38ce-0b11-4003-8528-7a5802f89ea8@group-622E07D885D8: Failed appendEntries as snapshot ((t:392, i:992920)) installation is in progress ozone-root-datanode-172.16.90.69.log.9:2020-09-21 19:28:55,158 [grpc-default-executor-632] INFO org.apache.ratis.server.impl.RaftServerImpl: 591f38ce-0b11-4003-8528-7a5802f89ea8@group-622E07D885D8: Failed appendEntries as snapshot ((t:392, i:992920)) installation is in progress ``` Will let you know when got reply from Grpc community. ---------------------------------------------------------------- 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]
