Aias00 opened a new issue, #1395:
URL: https://github.com/apache/rocketmq-dashboard/issues/1395

   ## Problem
   
   MybatisPlusSettingsRepository catches JSON deserialization failures for a 
data source and returns a DataSourceVO containing only the key.
   
   ## Impact
   
   The UI and Metrics query path receive an apparently valid but unusable 
source, obscuring the storage corruption and potentially causing null-dependent 
failures.
   
   ## Proposed fix
   
   Surface malformed persisted data sources as structured server errors rather 
than placeholder objects, while keeping missing records as normal not-found 
behavior. Add repository regression coverage.
   
   Track 1: Metrics data-source configuration reliability.


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