[
https://issues.apache.org/jira/browse/HTRACE-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14791078#comment-14791078
]
Lewis John McGibbney commented on HTRACE-248:
---------------------------------------------
This is the issues
{code}
lmcgibbn@LMC-032857 /usr/local/incubator-htrace(master) $
./htrace-htraced/go/build/htraced
2015-09-16T12:56:22-07:00 I: Created new LevelDB instance in /tmp/htrace1/db
2015-09-16T12:56:22-07:00 I: Created new LevelDB instance in /tmp/htrace2/db
2015-09-16T12:56:22-07:00 I: Serving static files from
/usr/local/incubator-htrace/htrace-htraced/go/web
.2015-09-16T12:56:22-07:00 I: Started REST server on [::]:9095...
2015-09-16T12:56:22-07:00 I: Started HRPC server on [::]:9075...
^Z
[2]+ Stopped ./htrace-htraced/go/build/htraced
lmcgibbn@LMC-032857 /usr/local/incubator-htrace(master) $ ps aux | grep htrace
lmcgibbn 4383 0.0 0.0 145212520 5352 s000 T 12:56PM 0:00.03
./htrace-htraced/go/build/htraced
{code}
The process is not stopped... it should be stopped.
> 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)