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

[WFCORE-269] CLI freezes and it's not possible to terminate it #351

Merged
merged 2 commits into from Nov 20, 2014

Conversation

TomasHofman
Copy link
Contributor

[WFCORE-269] CLI freezes and it's not possible to terminate it

https://issues.jboss.org/browse/WFCORE-269

@wildfly-ci
Copy link

Can one of the admins verify this patch?

try {
Settings.getInstance().getInputStream().close(); // BZ-1149099 - enables interruption of active prompt
} catch (IOException e) {
e.printStackTrace();
Copy link
Contributor

Choose a reason for hiding this comment

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

A stack trace isn't good here, as there's only one call stack that leads here. So it's scary looking but adds little value. Either ignore the exception or write out a message. Probably ignore the exception.

@aloubyansky
Copy link
Contributor

Looks good to me. Thanks, Tomas!

@bstansberry
Copy link
Contributor

@aloubyansky please approve

@kabir
Copy link
Contributor

kabir commented Nov 20, 2014

This is ok to test

@wildfly-ci
Copy link

Windows Build 565 is now running using a merge of da76e93

@wildfly-ci
Copy link

Linux Build 848 is now running using a merge of da76e93

@wildfly-ci
Copy link

Core - Full Integration Build 146 is now running using a merge of da76e93

@wildfly-ci
Copy link

Windows Build 565 outcome was SUCCESS using a merge of da76e93
Summary: Tests passed: 2783, ignored: 58 Build time: 0:16:40

@wildfly-ci
Copy link

Linux Build 848 outcome was SUCCESS using a merge of da76e93
Summary: Tests passed: 2783, ignored: 58 Build time: 0:19:59

@wildfly-ci
Copy link

Core - Full Integration Build 146 outcome was SUCCESS using a merge of da76e93
Summary: Tests passed: 2942, ignored: 306 Build time: 0:53:36

kabir added a commit that referenced this pull request Nov 20, 2014
[WFCORE-269] CLI freezes and it's not possible to terminate it
@kabir kabir merged commit ac602f9 into wildfly:master Nov 20, 2014
iweiss pushed a commit to iweiss/wildfly-core that referenced this pull request Jun 20, 2017
[JBEAP-9239] Update to productized Commons Logging for LogManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants