Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Implemented
-
Affects Version/s: 0.92.2, 0.94.2, 0.95.2
-
Fix Version/s: None
-
Component/s: regionserver
-
Labels:None
Description
CHANGED, was: Don't allow "recovered.edits" as legal family name
Region directories can contain folders called "recovered.edits", log splitting related.
But there's nothing that prevent a user to create a family with that name...
HLog.RECOVERED_EDITS_DIR = "recovered.edits";
HRegion.MERGEDIR = "merges"; // fixed with HBASE-6158
SplitTransaction.SPLITDIR = "splits"; // fixed with HBASE-6158
Attachments
Issue Links
- is related to
-
HBASE-7640 FSUtils#getTableStoreFilePathMap should ignore non-hfiles.
-
- Resolved
-