[
https://issues.apache.org/jira/browse/ARTEMIS-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16078458#comment-16078458
]
ASF subversion and git services commented on ARTEMIS-1271:
----------------------------------------------------------
Commit ce756d46f9c90e4d7d0eb0e0090384d6d646af3e in activemq-artemis's branch
refs/heads/master from [~martyntaylor]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=ce756d4 ]
ARTEMIS-1271 FileSystemMonitor locking improvement
> Deadlock on shutdown may occur if using shared store and network cable is
> pulled
> --------------------------------------------------------------------------------
>
> Key: ARTEMIS-1271
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1271
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Martyn Taylor
> Assignee: Martyn Taylor
>
> The FileStoreMonitor locks it's monitor lock when scanning the file system
> for usage. If using a shared store and the network cable is pulled. The
> call to get file system usage may hang. This prevents the server from
> shutting down. There is a shutdownNow call on the relevant thread pool which
> will interupt the thread, but the stop() call is blocked on the
> FileStoreMonitor monitor lock.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)