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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The unhandled `UndeclaredThrowableException` wrapping 
`MQLiteRequestException` is a legitimate error-handling bug. When one broker 
master fails, the exception propagates uncaught and causes a 502 for the entire 
LiteTopic list/quota pages instead of degrading gracefully.
   
   **Root Cause:** Missing exception handler for `UndeclaredThrowableException` 
in the lite topic list/quota endpoints; the wrapped `MQLiteRequestException` is 
not extracted and handled.
   **Impact:** Single broker failure causes complete page failure (502) instead 
of partial degradation; poor user experience during broker issues.
   **Severity:** High (availability degradation)
   
   Fix PR #4566 is already submitted. The issue includes stack traces and clear 
reproduction steps.
   
   ---
   *Automated evaluation by RockteMQ-AI*


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