[
https://issues.apache.org/jira/browse/HTRACE-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14803404#comment-14803404
]
Colin Patrick McCabe commented on HTRACE-248:
---------------------------------------------
Hmm, unless I'm missing something, the process is stopped... that's what the "
T " means at the end.
{code}
$ man ps
...
20. S -- Process Status
The status of the task which can be one of:
D = uninterruptible sleep
R = running
S = sleeping
T = traced or stopped
Z = zombie
...
{code}
> HTraced should gracefully shutdown if stopped
> ---------------------------------------------
>
> Key: HTRACE-248
> URL: https://issues.apache.org/jira/browse/HTRACE-248
> Project: HTrace
> Issue Type: Bug
> Components: htraced
> Affects Versions: 4.0
> Reporter: Lewis John McGibbney
> Fix For: 4.1
>
>
> Right now if you stop a running htraced server it does not gracefully
> shutdown.
> We should add a shutdown hook such that when the process is killed the
> process is shutdown properly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)