haiyang1987 commented on code in PR #6146:
URL: https://github.com/apache/hadoop/pull/6146#discussion_r1348482941


##########
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNode.java:
##########
@@ -1012,6 +1018,10 @@ private void startCommonServices(Configuration conf) 
throws IOException {
       LOG.info(getRole() + " service RPC up at: "
           + rpcServer.getServiceRpcAddress());
     }
+    if (rpcServer.getLifelineRpcAddress() != null) {

Review Comment:
   yes , this change is not related to the issue raised in the jira, I will 
update this when submitting a new jira.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to