Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
0.96.0, 0.98.4
-
None
-
None
Description
The HLogFactory createReader function allows the user to create their own reader and just assumes that the reader will work correctly.
The default implementation checks between Protobuf and sequencefiles. However, the custom reader option does not account for any differences in the files.
There should be an option or configuration to specify multiple custom readers in the case that an old custom reader was used for sequence files and and a custom reader is being used for protobuf instead of throwing an IPBRE
The current HLogFactory does not allow me to fall back and handle upgraded file systems similar to the default case.
Attachments
Attachments
Issue Links
- depends upon
-
HBASE-10378 Divide HLog interface into User and Implementor specific interfaces
- Closed