Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7108

Don't use legal family name for system folder at region level

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • 0.92.2, 0.94.2, 0.95.2
    • None
    • regionserver
    • 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

        1. HBASE-7108-v0.patch
          2 kB
          Matteo Bertozzi

        Issue Links

          Activity

            People

              mbertozzi Matteo Bertozzi
              mbertozzi Matteo Bertozzi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: