zhangxiping1 commented on code in PR #6727:
URL: https://github.com/apache/hadoop/pull/6727#discussion_r1565052852


##########
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/fairness/ProportionRouterRpcFairnessPolicyController.java:
##########
@@ -93,7 +93,8 @@ public boolean acquirePermit(String nsId) {
   public void releasePermit(String nsId) {
     if (contains(nsId)) {
       super.releasePermit(nsId);
+    } else {
+      super.releasePermit(DEFAULT_NS);
     }

Review Comment:
   yes, thank you for your reply,the effect is the same. : )



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