You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
Add retry limit to various thread re-start within PerformanceAnalyzerApp. Currently, createThreadForRunnable executes a while (true) loop, which in case of incorrect docker setup can lead to large retry attempts; with additional side-effect of log volume filling up with error messages - "Error in ReaderMetricsProcessor...restarting, ExceptionCode: "
What is the bug?
Add retry limit to various thread re-start within PerformanceAnalyzerApp. Currently,
createThreadForRunnable
executes awhile (true)
loop, which in case of incorrect docker setup can lead to large retry attempts; with additional side-effect of log volume filling up with error messages -"Error in ReaderMetricsProcessor...restarting, ExceptionCode: "
What is the expected behavior?
Bail-out strategy in case of repeated thread setup failure.
The text was updated successfully, but these errors were encountered: