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

[jvm] Params to include sync info in thread dump. #1304

Merged
merged 1 commit into from Apr 26, 2018
Merged

[jvm] Params to include sync info in thread dump. #1304

merged 1 commit into from Apr 26, 2018

Conversation

decbis
Copy link

@decbis decbis commented Apr 24, 2018

Having control over including synchronization info allows using this method (and its wrappers, i.e. ThreadDumpServlet) in environments where getting object monitor and/or ownable synchronizer usage is not supported.

Also, in a few experiments, it can also speed things up, especially for large heaps.

@decbis
Copy link
Author

decbis commented Apr 25, 2018

The failed test in Travis is not related to my change, that failed before, i.e. https://travis-ci.org/dropwizard/metrics/builds/369903978?utm_source=github_status&utm_medium=notification. Am guessing it's flaky?

@decbis decbis changed the title [jvm] Params to include synch info in thread dump. [jvm] Params to include sync info in thread dump. Apr 25, 2018
@arteam
Copy link
Member

arteam commented Apr 26, 2018

Yes, unfortunately it's an ongoing battle to make the tests stable on Travis... I've restarted the build.

@arteam arteam merged commit 0650a34 into dropwizard:4.1-development Apr 26, 2018
@arteam
Copy link
Member

arteam commented Apr 26, 2018

LGTM, thanks for contributing!

@decbis
Copy link
Author

decbis commented Apr 26, 2018

@arteam Any particular objections to me (back)porting onto the 3.1 and/or 3.2 branches?

@arteam
Copy link
Member

arteam commented Apr 26, 2018

Please see the disclaimer in README. The 3.1 and 3.2 branches are in maintenance mode, only bugfixes are ported.

@decbis decbis deleted the jvm-dump-params-for-synch-info branch November 6, 2018 04:31
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.

None yet

2 participants