-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
YARN-11227. [Federation] Add getAppTimeout, getAppTimeouts, updateApplicationTimeout REST APIs for Router. #4715
Conversation
…licationTimeout REST APIs for Router.
…licationTimeout REST APIs for Router.
@@ -93,7 +96,7 @@ | |||
// This property allows us to write tests for specific scenario as YARN RM | |||
// down e.g. network issue, failover. | |||
private boolean isRunning = true; | |||
private HashSet<ApplicationId> applicationMap = new HashSet<>(); |
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.
This variable name does not match the actual content, so I changed it.
🎊 +1 overall
This message was automatically generated. |
@goiri Please help to review the code, Thank you very much! |
@goiri Thank you very much for helping to review the code, can you help merge this pr into the trunk branch? I will follow up with YARN-11223. |
@goiri Thank you very much for your help reviewing the code! |
…licationTimeout REST APIs for Router. (apache#4715)
JIRA:YARN-11227. [Federation] Add getAppTimeout, getAppTimeouts, updateApplicationTimeout REST APIs for Router.