-
Notifications
You must be signed in to change notification settings - Fork 9k
YARN-11252. Yarn Federation Router Supports Update / Delete Reservation in MemoryStore. #4741
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
… Reservation in MemoryStore mode.
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@goiri Please help to review the code, this part of the code completes the operations of update and delete Reservation.Thank you very much! |
🎊 +1 overall
This message was automatically generated. |
@@ -645,7 +675,6 @@ public boolean equals(Object obj) { | |||
TResult invoke(T input) throws Exception; | |||
} | |||
|
|||
|
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.
Avoid
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.
Thank you very much for your help reviewing the code, I will fix it.
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@goiri Can you help merge this pr into trunk branch? I will follow up with YARN-11177. Thank you very much! |
…on in MemoryStore. (apache#4741)
JIRA:YARN-11252. Yarn Federation Router Supports Update / Delete Reservation in MemoryStore.