Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Later
-
None
-
None
-
None
Description
We have transformed HLog into an interface and created FSHLog to contain the current implementation of HLog in HBASE-5937. In that patch, we have essentially exposed the public methods, moved method implementations to FSHLog, created a factory for HLog, and moved static methods to HLogUtil.
In this umbrella jira, the idea is to refine the WAL interface, making it not dependent upon a file system as it is currently. The high-level idea is to revisit the methods in HLog and HLogUtil and come up an interface that can accommodate other backends, such as BookKeeper. Another major task here is to decide what to do with the splitter.
Attachments
1.
|
Revisit methods of HLog | Closed | Unassigned | |
2.
|
Remove splitter from the wal interface | Closed | Unassigned | |
3.
|
Revisit methods of HLogUtil | Closed | Unassigned | |
4.
|
Revisit methods of HLogMetrics | Closed | Unassigned | |
5.
|
Rename HLog interface to WAL | Closed | Unassigned | |
6.
|
Remove synchronization around closeLogSyncer (findbugs warning) | Closed | Unassigned | |
7.
|
Move resetLogReaderClass to TestHLogSplit | Closed | Unassigned | |
8.
|
Fix the wrong reference to getReader survived in theFSHLog javadoc | Closed | Gustavo Anatoly |