Slow response times
Database connection pool exhaustion due to unclosed connections
Implemented proper connection cleanup in finally blocks
Always use try-with-resources or finally blocks for resource cleanup
Incident created: Performance degradation