Aias00 opened a new issue, #1391: URL: https://github.com/apache/rocketmq-dashboard/issues/1391
## Problem MybatisPlusSettingsRepository catches JSON deserialization failures for persisted general settings and returns a valid-looking default configuration. ## Impact Operators cannot distinguish a first-run default from damaged persisted configuration; in particular, security-related settings may appear disabled after a storage corruption event. ## Proposed fix Keep defaults for an absent settings record, but surface corrupted persisted JSON as a structured server error with an actionable log entry. Add repository regression coverage. Track 1: control-plane settings 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]
