[
https://issues.apache.org/jira/browse/HBASE-7640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559227#comment-13559227
]
Matteo Bertozzi commented on HBASE-7640:
----------------------------------------
At the moment we have under the region folder
* HRegion.MERGEDIR = ".merges"
* HRegion.REGION_TEMP_SUBDIR = ".tmp"
* SplitTransaction.SPLITDIR = ".splits"
* HLog.RECOVERED_EDITS_DIR = "recovered.edits"; (Valid CF since doesn't start
with .)
* HLogSplitter.RECOVERED_EDITS_DIR = "recovered.edits"; (Duplicate of above)
Times ago I've started moving out filesystem code from the region... but we
have lots of stuff that hardcode names and paths.
https://github.com/matteobertozzi/hbase/commit/ffe638d06b479c3e7d84898c79cb90205fb17956#L2R191
I'm +1 to move all the related constants to one place
> FSUtils#getTableStoreFilePathMap should ignore non-hfiles.
> ----------------------------------------------------------
>
> Key: HBASE-7640
> URL: https://issues.apache.org/jira/browse/HBASE-7640
> Project: HBase
> Issue Type: Bug
> Reporter: Jimmy Xiang
> Priority: Trivial
>
> ERROR: Found lingering reference file
> hdfs://node3:9000/hbase/entry_proposed/fbd1735591467005e53f48645278b006/recovered.edits/0000000000091843039.temp
> recovered.edits is not a column family.
--
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