Details
Description
We are in the midst of enabling HBase and Solr to run on Ozone.
An obstacle is that HBase relies heavily on HDFS APIs and semantics for its Write Ahead Log (WAL) file (similarly, for Solr's transaction log). We propose to push up these HDFS APIs, i.e. recoverLease(), setSafeMode(), isFileClosed() to FileSystem abstraction so that HBase and other applications do not need to take on Ozone dependency at compile time. This work will (hopefully) enable HBase to run on other storage system implementations in the future.
There are other HDFS features that HBase uses, including hedged read and favored nodes. Those are FS-specific optimizations and are not critical to enable HBase on Ozone.
Attachments
Issue Links
- is required by
-
HDDS-8436 Support setSafeMode(), isFileClosed() FileSystem API
- Resolved
-
HBASE-27740 Support Ozone as a WAL backing storage
- Open
-
HBASE-27769 Use hasPathCapability to support recoverLease, setSafeMode, isFileClosed for non-HDFS file system
- Resolved
- links to
1.
|
Backport HADOOP-18671 to branch-3.3 | Resolved | Wei-Chiu Chuang | |
2.
|
Backport HADOOP-18671 to branch-3.2 | Resolved | Wei-Chiu Chuang | |
3.
|
Backport HADOOP-18671 to branch-2.10.x | Resolved | Tak-Lon (Stephen) Wu |