Timothy Bish created AMQ-6039:
---------------------------------
Summary: KahaDB data log archiving does not work accross different
physical file systems
Key: AMQ-6039
URL: https://issues.apache.org/jira/browse/AMQ-6039
Project: ActiveMQ
Issue Type: Bug
Components: KahaDB
Affects Versions: 5.11.3, 5.12.1, 5.12.0, 5.11.2, 5.11.1
Reporter: Timothy Bish
Assignee: Timothy Bish
Fix For: 5.13.0
The utility class IOHelper uses a trivial rename operation in its move method
for files being moved to another directory. This operation can fail when the
target of the move is on a different file system. The method needs to fall
back to a deep copy / remove style operation when the rename attempt fails in
order to ensure the file can move.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)