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

Check ThreadInfo[] for null element if thread are not alive. #4777

Merged
merged 1 commit into from Jan 17, 2014

Conversation

s1monw
Copy link
Contributor

@s1monw s1monw commented Jan 17, 2014

If a thread is not alive getting ThreadMXBean#getThreadInfo(long[], int)
places null elemnents in the returned array which are not repected
in the HotTheards API.

Closes #4775

@martijnvg
Copy link
Member

I'm not an expert in this area, but it looks good to me!

@kimchy
Copy link
Member

kimchy commented Jan 17, 2014

LGTM

If a thread is not alive getting ThreadMXBean#getThreadInfo(long[], int)
places null elemnents in the returned array which are not repected
in the HotTheards API.

Closes elastic#4775
@s1monw s1monw merged commit 42377db into elastic:master Jan 17, 2014
@s1monw s1monw deleted the issues/4775 branch January 17, 2014 16:29
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.

Failed to detect hot threads
3 participants