[
https://issues.apache.org/jira/browse/HBASE-7213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Devaraj Das updated HBASE-7213:
-------------------------------
Attachment: 7213-2.4.patch
Okay, this patch addresses most of the comments. The thing that I have left
here not-handled is the (corner) case of the RS carrying the -root- region
dying before its edits are persisted (splitMetaLog doesn't take into account
-root- and the -root- edits are not written to a separate file either). The
reason is HBASE-3171 is removing the -root- table/region and so not much point
in trying to address -root- here ..
I have added an API getWAL(HRegionInfo) in RegionServerServices, and when the
argument is null, the default/common WAL is returned (imagine a WAL for meta,
and maybe some other regions, and a common WAL for everything else).
I have broken up the ServerShutdownHandler.process into two parts and moved
some code into MetaServerShutdownHandler.
> Have HLog files for .META. edits only
> -------------------------------------
>
> Key: HBASE-7213
> URL: https://issues.apache.org/jira/browse/HBASE-7213
> Project: HBase
> Issue Type: Improvement
> Components: master, regionserver
> Reporter: Devaraj Das
> Assignee: Devaraj Das
> Fix For: 0.96.0
>
> Attachments: 7213-2.4.patch, 7213-in-progress.2.2.patch,
> 7213-in-progress.2.patch, 7213-in-progress.patch
>
>
> Over on HBASE-6774, there is a discussion on separating out the edits for
> .META. regions from the other regions' edits w.r.t where the edits are
> written. This jira is to track an implementation of that.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira