You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/14 13:18:00 UTC

[jira] [Work logged] (ARTEMIS-2596) (kill -9) AMQ causes tmp web dir space usage to increase

     [ https://issues.apache.org/jira/browse/ARTEMIS-2596?focusedWorklogId=371595&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-371595 ]

ASF GitHub Bot logged work on ARTEMIS-2596:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jan/20 13:17
            Start Date: 14/Jan/20 13:17
    Worklog Time Spent: 10m 
      Work Description: gaohoward commented on pull request #2938: ARTEMIS-2596 (kill -9) AMQ causes tmp web dir space usage to increase
URL: https://github.com/apache/activemq-artemis/pull/2938
 
 
   If you kill the server without invoking a normal shutdown, tmp
   web files are not cleaned out.  This leaves old webapp folders
   lingering until a normal shutdown.
   
   In a failover test environment that repeatedly kills the server,
   this causes disk space usage issues.
   
   The fix is to add a cleanup method before the web server starts.
   It searches the tmp web dir if there is any leftover files/dirs
   and delete them if any.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 371595)
    Remaining Estimate: 0h
            Time Spent: 10m

> (kill -9) AMQ causes tmp web dir space usage to increase
> --------------------------------------------------------
>
>                 Key: ARTEMIS-2596
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2596
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 2.10.1
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>             Fix For: 2.12.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If you kill the server without invoking a normal shutdown, tmp files are not cleaned out.  This leaves old webapp folders lingering until a normal shutdown.
> {code}
> ./tmp/jetty-0.0.0.0-8443-redhat-branding.war-_redhat-branding-any-3285121346946007361.dir
> ./tmp/jetty-0.0.0.0-8443-console.war-_console-any-4977922188149081743.dir/
> ./tmp/jetty-0.0.0.0-8443-artemis-plugin.war-_artemis-plugin-any-4959919418401315172.dir
> {code}
> In a failover test environment that repeatedly kills the server, this causes disk space usage issues.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)