slfan1989 opened a new issue, #2011: URL: https://github.com/apache/auron/issues/2011
### Description Currently, the History Server plugin (`AuronSQLHistoryServerPlugin`) crashes during initialization when the `AuronBuildInfoUIData` record is not present in the KVStore. This happens because: 1. `AuronSQLAppStatusStore.buildInfo()` assumes the record always exists and throws an exception when it's missing 2. The plugin uses a null check (`buildInfo() != null`) which doesn't catch the exception before it propagates 3. Applications without BuildInfo events show no Auron tab or display an error ### Expected Behavior - History Server should gracefully handle missing BuildInfo data - Auron tab should always be created and display a user-friendly message when BuildInfo is unavailable - No exceptions during plugin initialization -- 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]
