Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1, 2.2.0, 2.1.1, 2.0.2
-
None
-
Reviewed
Description
Currently all the WAL Providers acceptable to hbase are specified in Providers enum of WALFactory.
This restricts the ability for custom Meta WAL Provider to default to the custom WAL Provider which is supplied by class name.
This issue fixes the bug by allowing the specification of new WAL Provider class name using the config "hbase.wal.provider".
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-20856 PITA having to set WAL provider in two places
- Resolved