apurtell opened a new pull request, #5240:
URL: https://github.com/apache/hbase/pull/5240

   When HFiles are placed on a filesystem other than HDFS a rename operation 
can be a non-atomic file copy operation. It can take a long time to copy a 
large hfile and if interrupted there may be a partially copied file present at 
the destination. If we fail to “rename” the files into the archive we will 
continue to fail indefinitely. Before larger changes are considered, perhaps to 
StoreFileTracker, we should mitigate this problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to