szilard-nemeth commented on a change in pull request #3551:
URL: https://github.com/apache/hadoop/pull/3551#discussion_r731046875



##########
File path: 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/AbstractCSQueue.java
##########
@@ -265,31 +242,31 @@ public CSQueueMetrics getMetrics() {
 
   @Override
   public String getQueueShortName() {
-    return queueName;
+    return basicQueueProperties.getQueueName();
   }
 
   @Override
   public String getQueueName() {
-    return queueName;
+    return basicQueueProperties.getQueueName();
   }
 
   @Override
-  public PrivilegedEntity getPrivilegedEntity() {
-    return queueEntity;
+  public CSQueue getParent() {

Review comment:
       Which comment are you referring to? Can you link it please?




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