Skip to content

Conversation

@olegz
Copy link
Contributor

@olegz olegz commented May 20, 2016

No description provided.

executor.shutdown();
} finally {
if (this.externalProcess.isAlive()) {
this.getLogger().warn("Interrupting external process since it did not finished at the time stop Processor was initiated.");
Copy link
Contributor

Choose a reason for hiding this comment

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

Check for typos and wording, maybe simplify it? How about 'Process hasn't terminated on request, forcing the interrupt'?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fair, i'll change. Let me know when you get a chance to test it in your environment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Process hasn't terminated, forcing the interrupt. - that is what I am putting in now since we are actually issuing a request to stop something that has not terminated by itself yet. So, I've removed "on request".

NIFI-1905 polishing

NIFI-1905 changed WARN to INFO during shutdown
@olegz
Copy link
Contributor Author

olegz commented May 21, 2016

@aperepel all squashed and pushed, including the change from WARN to INFO for log message.
Let me know if there is anything else.

@aperepel
Copy link
Contributor

LGTM, +1 on this one :)

@asfgit asfgit closed this in f40a090 May 22, 2016
asfgit pushed a commit that referenced this pull request May 22, 2016
NIFI-1905 polishing

NIFI-1905 changed WARN to INFO during shutdown
This closes #456
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.

2 participants