[
https://issues.apache.org/jira/browse/ARTEMIS-1058?focusedWorklogId=192871&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-192871
]
ASF GitHub Bot logged work on ARTEMIS-1058:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 31/Jan/19 14:48
Start Date: 31/Jan/19 14:48
Worklog Time Spent: 10m
Work Description: gaohoward commented on pull request #2534: ARTEMIS-1058
Jars in web tmp dir locked on Windows
URL: https://github.com/apache/activemq-artemis/pull/2534
This is the second commit. It improves the windows service
configuration file so that the service can be shutdown
gracefully (clean shutdown) and allow for a chance to
clean up the web tmp dir.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 192871)
Time Spent: 40m (was: 0.5h)
> Jars in web tmp dir locked on Windows
> -------------------------------------
>
> Key: ARTEMIS-1058
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1058
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 1.5.3
> Environment: Windows
> Reporter: Howard Gao
> Assignee: Howard Gao
> Priority: Minor
> Fix For: unscheduled
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The embedded jetty web server's WebAppClassloader holds up webapp's jar files
> and does not release them after close. For that reason the web app's temp dir
> cannot be cleaned up on Windows. (Other platforms like Linux doesn't prevent
> a force delete of files even they are not released).
> As long as this behavior exists we need to have a workaround to let
> the tmp dir be cleaned up.
> It is possible that we use a 'customized' classloader to replace jetty's
> WebAppClassloader, in which we manually iterate every JarFile resources
> and close them.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)