-
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-10914. Simplify duplicated code for tracking ResourceUsage in AbstractCSQueue #3402
Conversation
…stractCSQueue. Change-Id: Ib24e8c2dd610b6c3f96b2aabbb4531ee494af432
💔 -1 overall
This message was automatically generated. |
Change-Id: I694859c2d9b85c3a5f7025b1ca2832e768d33e2d
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.
@tomicooler thanks for the patch. You've found a great way of removing code duplications :) +1 (non-binding)
💔 -1 overall
This message was automatically generated. |
Change-Id: I9a115760900155f5dc14ea056b1d7e444bc33f57
💔 -1 overall
This message was automatically generated. |
Change-Id: Iff66a634ab0473a65cd7c27e688a99eaeb9e682f
💔 -1 overall
This message was automatically generated. |
...n/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/AbstractCSQueue.java
Outdated
Show resolved
Hide resolved
...n/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/AbstractCSQueue.java
Outdated
Show resolved
Hide resolved
...n/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/AbstractCSQueue.java
Outdated
Show resolved
Hide resolved
...n/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/AbstractCSQueue.java
Outdated
Show resolved
Hide resolved
…e in AbstractCSQueue. Change-Id: I8e453a1906232f91320fb0a78fe1b004ff7fe039
Thanks @tomicooler for working on this and for the quick fixup. |
💔 -1 overall
This message was automatically generated. |
…stractCSQueue (apache#3402) Co-authored-by: Tamas Domok <tdomok@cloudera.com>
…eUsage in AbstractCSQueue (apache#3402) Co-authored-by: Tamas Domok <tdomok@cloudera.com> (cherry picked from commit 29a6f14) Change-Id: I715510ebbc7acc32c847f4947bc83214dbcd1701
…stractCSQueue.
Change-Id: Ib24e8c2dd610b6c3f96b2aabbb4531ee494af432
Description of PR
How was this patch tested?
Existing tests should cover this code path.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?