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

STORM-3239: Adding dumpjstack action and removing wrong timeout param… #2854

Merged
merged 1 commit into from
Oct 3, 2018

Conversation

govind-menon
Copy link
Contributor

…eter

* @param config config
* @param profileAction profileAction
* @throws TException TException
*/
public static void getTopologyProfilingAction(
Nimbus.Iface client, String id,
String hostPort, String timeout, Map<String,
String hostPort, Long timestamp, Map<String,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's confusing to me the purpose of the timestamp. What does 0 vs current time vs future time indicate?

Copy link
Contributor

@kishorvpatil kishorvpatil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@revans2 revans2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 the code works. I agree with @agresch that it might be good to have some actual javadocs explaining what each of the parameters to getTopologyProfilingAction, because it is hard to understand what each of them mean.

@asfgit asfgit merged commit 954c810 into apache:master Oct 3, 2018
asfgit pushed a commit that referenced this pull request Oct 3, 2018
…to STORM-3239

STORM-3239: Adding dumpjstack action and removing wrong timeout param

This closes #2854
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.

5 participants