123123213weqw opened a new issue, #2503:
URL: https://github.com/apache/rocketmq-dashboard/issues/2503

   ## Problem
   
   Recent queries use a global localStorage key and the dedupe signature does 
not include the instance. After switching instances, replaying an old query 
runs against the current instance with no indication of the original one.
   
   Location: `web/src/pages/instance/message.tsx`.
   
   ## Expected behavior
   
   Store instanceId in RecentQuery and include it in the signature; either show 
only the current instance's records, or display the instance explicitly and 
switch to it on replay.
   
   ## Verification
   
   Two instances querying the same Topic/Key do not overwrite each other; 
legacy-format records migrate or are ignored safely.
   
   Note: PR #767 only added the recent-query feature; multi-instance isolation 
was never addressed.
   


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