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

Use the same filesystem for wal archive directory and wal directory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0-alpha-1, 2.1.1
    • 3.0.0-alpha-1, 2.2.0, 2.1.1, 2.0.3
    • None
    • None
    • Reviewed

    Description

      when hbase.wal.dir is set to any filesystem other than the same filesystem used by rootDir e.g. hbase.wal.dir set to hdfs://something/wal and hbase.rootdir set to s3://something, before this change, WAL archive directory (walArchiveDir) cannot be created and failed the WALProcedureStore on HMaster.

      The issue is that WAL archive directory was considered to be collocated with hbase.rootdir and creates a subdirectory under it. this logic needs to be updated.

      Attachments

        1. HBASE-21181.master.001.patch
          3 kB
          Tak-Lon (Stephen) Wu

        Issue Links

          Activity

            People

              taklwu Tak-Lon (Stephen) Wu
              taklwu Tak-Lon (Stephen) Wu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: