[
https://issues.apache.org/jira/browse/HBASE-14055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337274#comment-15337274
]
Hadoop QA commented on HBASE-14055:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 4s {color}
| {color:red} HBASE-14055 does not apply to master. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.2.1/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12744622/hbase-14055_v1.patch |
| JIRA Issue | HBASE-14055 |
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/2285/console |
| Powered by | Apache Yetus 0.2.1 http://yetus.apache.org |
This message was automatically generated.
> Untangle region - region server dependencies
> --------------------------------------------
>
> Key: HBASE-14055
> URL: https://issues.apache.org/jira/browse/HBASE-14055
> Project: HBase
> Issue Type: Sub-task
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.4.0
>
> Attachments: hbase-14055_v1.patch
>
>
> We need to untangle region from outside of region server. The parent jira is
> trying to create an embedded library, like leveldb, out of region so that it
> should be possible to host a set of regions without being a regionserver.
> From a layering point of view, region hosting and WAL services should be
> abstracted. Hosting a region means threads for flushing, compaction,
> cleanups, hosting a WAL, and block cache. The RegionServer normally holds
> these, together with RpcServer and zk connection, heartbeats, and all other
> stuff that is required for running as a deamon and inside a cluster.
> See parent jira for some more context.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)