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

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   The issue is valid. `useQueueBrowser`'s `loadQueues` increments the request 
generation counter and clears queues/offsets/entries, but does not clear the 
`pulling` state. This causes the view button to spin indefinitely after a 
mid-pull reload, because the stale `pulling` entries from the previous 
generation are never cleared.
   
   The fix should clear `pullingRef.current` and call `setPulling(...)` in 
`loadQueues`, consistent with how the `[instanceId, topic]` reset effect 
handles it.
   
   ---
   *Automated evaluation by github-manager*
   


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