xiaoyuyao commented on a change in pull request #1369: HDDS-2020. Remove mTLS from Ozone GRPC. Contributed by Xiaoyu Yao. URL: https://github.com/apache/hadoop/pull/1369#discussion_r318798280
########## File path: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/XceiverServerRatis.java ########## @@ -258,8 +258,9 @@ private void setNodeFailureTimeout(RaftProperties properties) { .getDuration(), timeUnit); final TimeDuration nodeFailureTimeout = TimeDuration.valueOf(duration, timeUnit); - RaftServerConfigKeys.setLeaderElectionTimeout(properties, - nodeFailureTimeout); + + //RaftServerConfigKeys.setLeaderElectionTimeout(properties, Review comment: This needs to be changed back when we have a new Ratis 0.4.0 release including RATIS-669. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org