Brian Stansberry created WFCORE-1213:
----------------------------------------
Summary: Graceful shutdown is interfering with the 'kill' and
'destroy' operations
Key: WFCORE-1213
URL:
https://issues.jboss.org/browse/WFCORE-1213
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.4.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 2.0.5.Final
The 'kill' and 'destroy' operations on the HC are meant to force shutdown
of misbehaving servers. But the graceful shutdown work ([1]) has introduced a management
op into the mix. I believe that should be removed, as its not the intent of these
operations to try and be graceful; the regular 'stop' ops are for that.
When experimenting with how domains react to OOME servers as part of my WFCORE-378 work
I'm seeing 'kill' and 'destroy' no longer function because the OOME on
the server means the graceful shutdown management op hangs.
[1]
https://github.com/wildfly/wildfly-core/commit/6e95b5#diff-ecdfa997cd57af...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)