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

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

stack created HBASE-15153:
-----------------------------

             Summary: 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
            Reporter: stack
            Assignee: stack


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)