[jboss-jira] [JBoss JIRA] (WFLY-126) DeployableContainer kills the managed server instead of regular shutdown in stop() on Windows
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Wed Jun 26 07:33:21 EDT 2013
[ https://issues.jboss.org/browse/WFLY-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784703#comment-12784703 ]
RH Bugzilla Integration commented on WFLY-126:
----------------------------------------------
Ivo Studensky <istudens at redhat.com> made a comment on [bug 978332|https://bugzilla.redhat.com/show_bug.cgi?id=978332]
Description of problem:
Backport of WFLY-126 to the EAP 6.1.x branch.
Upstream's description:
This might be due to historical reasons for the TS to run faster, but this messes up clustering tests since shutdown is part of the test.
The problem is that Managed*DeployableContainer kills the managed server instead of regular shutdown in stop() on Windows. ARQ's stop is supposed to shutdown the server 'nicely', for abrupt termination there is jvmKill().
This was probably implemented like this incorrectly assuming that on windows, the process is sent SIGTERM like on *NIX-based OSes but there is no such thing on windows and the process is terminated immediately.
This shows up only in clustered tests, compared to other tests which dont rely on the shutdown sequence to be completed, but clustering testsuite relies on shutdown to disconnect the channel and leave the cluster without FD having to kick in.
> DeployableContainer kills the managed server instead of regular shutdown in stop() on Windows
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-126
> URL: https://issues.jboss.org/browse/WFLY-126
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Fix For: 8.0.0.Alpha1
>
>
> This might be due to historical reasons for the TS to run faster, but this messes up clustering tests since shutdown is part of the test.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list