Craig Muchinsky created GIRAPH-743:
--------------------------------------

             Summary: DiskBackedPartitionStore needs file existence checks 
around file deletion and directory creation
                 Key: GIRAPH-743
                 URL: https://issues.apache.org/jira/browse/GIRAPH-743
             Project: Giraph
          Issue Type: Bug
          Components: graph
    Affects Versions: 1.1.0
            Reporter: Craig Muchinsky
            Priority: Minor


The changes made to DiskBackedPartitionStore with GIRAPH-736 introduced return 
code checks on File.delete() and File.mkdirs() calls, and if they are 
unsuccessful it is logged as an ERROR. This really only makes sense if the file 
already exists or the directory doesn't exist respectively. In addition to 
these checks, the ERROR messages that are logged should use the absolute file 
path instead of the relative path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to