huaxiang sun created HBASE-16767:
------------------------------------
Summary: Mob compaction needs to clean up files in
/hbase/mobdir/.tmp and /hbase/mobdir/.tmp/.bulkload when running into IO
exceptions
Key: HBASE-16767
URL: https://issues.apache.org/jira/browse/HBASE-16767
Project: HBase
Issue Type: Bug
Components: mob
Affects Versions: 2.0.0
Reporter: huaxiang sun
Assignee: huaxiang sun
For the following lines, when it runs into IOException, it does not clean up
the files under /hbase/mobdir/.tmp and /hbase/mobdir/.tmp/.bulkload.
It could be due to creating of new mob file or new reference file under
.bulkload directory fails. Or when mob files from ./tmp to the mob region
directory fails.
https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/compactions/PartitionedMobCompactor.java#L433
https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/compactions/PartitionedMobCompactor.java#L433
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)