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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]