Stig Rohde Døssing created STORM-2478:
-----------------------------------------
Summary: BlobStoreTest.testDeleteAfterFailedCreate fails on Windows
Key: STORM-2478
URL: https://issues.apache.org/jira/browse/STORM-2478
Project: Apache Storm
Issue Type: Bug
Reporter: Stig Rohde Døssing
Assignee: Stig Rohde Døssing
Priority: Minor
https://issues.apache.org/jira/browse/STORM-2095 introduced a test to verify
that a blob store can be deleted even if the directory for that store is not
empty, which can happen if temporary files are left in the directory after a
Nimbus crash. This test fails consistently on Windows because it tries to
delete a temporary file while also holding an open OutputStream to that file.
This causes a DirectoryNotEmptyException when trying to delete the blob store
directory.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)