[ 
https://issues.apache.org/jira/browse/YARN-11525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17742617#comment-17742617
 ] 

ASF GitHub Bot commented on YARN-11525:
---------------------------------------

slfan1989 commented on code in PR #5816:
URL: https://github.com/apache/hadoop/pull/5816#discussion_r1261885089


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/federation/store/records/SubClusterIdInfo.java:
##########
@@ -84,4 +84,9 @@ public boolean equals(Object obj) {
   public int hashCode() {
     return new HashCodeBuilder().append(this.id).toHashCode();
   }
+
+  @Override
+  public String toString() {
+    return "SubClusterIdInfo{ id='" + id + '\'' + '}';

Review Comment:
   Thank you for your help to review the code! I will modify the code.





> [Federation] Router CLI Supports Save the SubClusterPolicyConfiguration Of 
> Queues.
> ----------------------------------------------------------------------------------
>
>                 Key: YARN-11525
>                 URL: https://issues.apache.org/jira/browse/YARN-11525
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: federation, router
>    Affects Versions: 3.4.0
>            Reporter: Shilun Fan
>            Assignee: Shilun Fan
>            Priority: Major
>              Labels: pull-request-available
>
> YARN-Federation does not support saving SubClusterPolicyConfiguration by 
> default. In this JIRA, we introduce the ability to manually save 
> SubClusterPolicyConfiguration. This feature allows for saving configuration 
> information for individual queues or multiple queues.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to