forked from digma-ai/otel-sample-app-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The MonitorService is experiencing critical IllegalStateException failures that need to be addressed.
Current Issues
- MonitorService throws unhandled IllegalStateException
- No proper error handling or recovery mechanism
- Monitoring thread fails without recovery
- Health state not properly tracked
Solution
A PR has been created (#61) that implements:
- Proper health state tracking
- Actual monitoring logic
- Error recovery mechanism
- Improved health check implementation
- Fixed isRunning() method
Impact
This issue is causing critical failures in the monitoring system with a high priority score of 95. The failures started occurring around July 12, 2025 and have been consistently happening since then.
Related
- PR Fix Monitor Service Error Handling and Recovery-created-by-agentic #61 implements the fix