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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The concurrent mock ID collision has been verified. Note: the issue is in 
the frontend mock layer.
   
   **Root Cause:** `web/src/services/instanceService.ts:37` — mock instance IDs 
are generated with `String(Date.now())`. Two `createInstance` calls within the 
same millisecond produce identical IDs, causing the second instance to 
overwrite the first in the mock store.
   **Impact:** Mock mode data integrity — rapid consecutive creates can lose 
instance data.
   **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