Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAYARA-161 Healthcheck stuck threads check #1796

Merged

Conversation

Cousjava
Copy link
Contributor

No description provided.

Cousjava added 6 commits July 19, 2017 13:41
Includes two different attempts at check for stuck threads. One of these is using the Thread MBean to check for deadlocked threads. The other is getting the stack trace of each thread and if it is the same when the healthcheck runs again then it says it is a stuck thread. However listeners and the like are at the same point each time which is expected behaviour so it prints out a load of unnecessary stack traces.
Still doesn't work, caused by OSGi wierdness
Thread ids of stuck threads are listed, now to provide more information
@Cousjava Cousjava added this to the Payara 173 milestone Jul 25, 2017
@Cousjava Cousjava requested a review from Pandrex247 July 25, 2017 12:12
@Cousjava
Copy link
Contributor Author

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test failed!

@Cousjava
Copy link
Contributor Author

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@Cousjava
Copy link
Contributor Author

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@smillidge
Copy link
Contributor

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@smillidge smillidge merged commit 377785b into payara:master Jul 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants