XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0, 2.0.0
    • None
    • None
    • Reviewed
    • Hide
      Add the delegate config for multiwal back. Now you can use 'hbase.wal.regiongrouping.delegate.provider' to specify the wal provider you want to use for multiwal. For example:
      {code}
      <property>
      <name>hbase.wal.regiongrouping.delegate.provider</name>
      <value>asyncfs</value>
      </property>
      {code}
      And the default value is filesystem which is the alias of DefaultWALProvider, i.e., the FSHLog.
      Show
      Add the delegate config for multiwal back. Now you can use 'hbase.wal.regiongrouping.delegate.provider' to specify the wal provider you want to use for multiwal. For example: {code} <property> <name>hbase.wal.regiongrouping.delegate.provider</name> <value>asyncfs</value> </property> {code} And the default value is filesystem which is the alias of DefaultWALProvider, i.e., the FSHLog.

    Description

      The multi WAL should not be bound with FSHLog.

      Attachments

        1. HBASE-15537_v2.patch
          23 kB
          Yu Li
        2. HBASE-15537.patch
          21 kB
          Duo Zhang
        3. HBASE-15537-branch-1.patch
          18 kB
          Duo Zhang
        4. HBASE-15537-v3.patch
          36 kB
          Duo Zhang
        5. HBASE-15537-v4.patch
          36 kB
          Duo Zhang
        6. HBASE-15537-v5.patch
          37 kB
          Duo Zhang
        7. HBASE-15537-v6.patch
          37 kB
          Duo Zhang

        Activity

          People

            zhangduo Duo Zhang
            zhangduo Duo Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: