sunxi92 commented on a change in pull request #3927:
URL: https://github.com/apache/rocketmq/pull/3927#discussion_r818752788



##########
File path: 
acl/src/main/java/org/apache/rocketmq/acl/plain/PlainPermissionManager.java
##########
@@ -266,10 +293,26 @@ public String getAclConfigDataVersion() {
         versionElement.add(accountsMap);
         updateAclConfigMap.put(AclConstants.CONFIG_DATA_VERSION, 
versionElement);
 
-        dataVersionMap.put(aclFileName, dataVersion);
+        updateDataVersionMap(updateAclConfigMap, dataVersion);

Review comment:
       Why does this place need to get the name of the acl configuration it 
belongs to according to updateAclConfigMap?




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


Reply via email to