RockteMQ-AI commented on issue #1927:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/1927#issuecomment-5256322971

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The mock ACL deletion inconsistency has been verified. Note: the issue is in 
the frontend mock layer, not a Java backend service.
   
   **Root Cause:** `web/src/services/aclService.ts:108-115` (`deleteAclRule`) 
and `:149-156` (`deleteAclUser`) — in mock mode, both functions find the index 
and splice only when found; if the record is missing they return success 
without throwing. The real `ClusterService.deleteAcl` throws on missing records.
   **Impact:** Mock mode silently hides bugs in ACL management UI flows.
   **Severity:** low
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by github-manager-bot*


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