You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/01/21 20:19:40 UTC

[jira] [Commented] (HBASE-15153) Apply checkFamilies addendum on increment to 1.1 and 1.0

    [ https://issues.apache.org/jira/browse/HBASE-15153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15111133#comment-15111133 ] 

Hadoop QA commented on HBASE-15153:
-----------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 7s {color} | {color:red} HBASE-15153 does not apply to branch-1.1. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/latest/precommit-patchnames for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12783628/15153.branch-1.1.patch |
| JIRA Issue | HBASE-15153 |
| Powered by | Apache Yetus 0.1.0   http://yetus.apache.org |
| Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/237/console |


This message was automatically generated.



> Apply checkFamilies addendum on increment to 1.1 and 1.0
> --------------------------------------------------------
>
>                 Key: HBASE-15153
>                 URL: https://issues.apache.org/jira/browse/HBASE-15153
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Performance
>            Reporter: stack
>            Assignee: stack
>             Fix For: 1.1.4, 1.0.4
>
>         Attachments: 15153.branch-1.1.patch
>
>
> branch-1.1 and branch-1.0 need this:
> --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
> +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
> @@ -7377,6 +7377,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
>      checkReadOnly();
>      checkResources();
>      checkRow(mutation.getRow(), op.toString());
> +    checkFamilies(mutation.getFamilyCellMap().keySet());
>      startRegionOperation(op);
>      this.writeRequestsCount.increment();
>      try {
> Its an addendum on HBASE-15091 so fix for this oversight is in branch-1.2+.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)