-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-16440. RBF: Support router get HAServiceStatus with Lifeline RPC address #3971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🎊 +1 overall
This message was automatically generated. |
| @Test | ||
| public void testNamenodeHeartbeatServiceHAServiceProtocolProxy(){ | ||
| testNamenodeHeartbeatServiceHAServiceProtocol( | ||
| "test-ns", "nn", 1000, -1, -1, 1003, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spacing doesn't look correct.
| public class TestRouterNamenodeHeartbeat { | ||
|
|
||
| private static final Logger LOG = | ||
| LoggerFactory.getLogger(TestRouterNamenodeHeartbeat.class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The space doesn't look correct.
…address. Correct spacing.
|
🎊 +1 overall
This message was automatically generated. |
...c/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouterNamenodeHeartbeat.java
Outdated
Show resolved
Hide resolved
...c/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouterNamenodeHeartbeat.java
Outdated
Show resolved
Hide resolved
|
💔 -1 overall
This message was automatically generated. |
|
It would be nice to have a full Yetus run, not sure what happened with the previous one. |
|
@goiri This failed unit test is unrelated to my change. All tests work fine locally. |
JIRA: HDFS-16440
NamenodeHeartbeatService gets HAServiceStatus using NNHAServiceTarget.getProxy. When we set a special dfs.namenode.lifeline.rpc-address , NamenodeHeartbeatService may get HAServiceStatus using NNHAServiceTarget.getHealthMonitorProxy.