[
https://issues.apache.org/jira/browse/HBASE-17030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15649150#comment-15649150
]
Hudson commented on HBASE-17030:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1940 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1940/])
HBASE-17030 Procedure v2 - A couple of tweaks to the (matteo.bertozzi: rev
b143f6e4a3b3b019623e33fc07561977cda5c90e)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/SplitTableRegionProcedure.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java
* (edit)
hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProcedureProtos.java
* (edit) hbase-protocol-shaded/src/main/protobuf/MasterProcedure.proto
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsckOneRS.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestSplitTableRegionProcedure.java
> Procedure v2 - A couple of tweaks to the SplitTableRegionProcedure
> ------------------------------------------------------------------
>
> Key: HBASE-17030
> URL: https://issues.apache.org/jira/browse/HBASE-17030
> Project: HBase
> Issue Type: Sub-task
> Components: proc-v2
> Affects Versions: 2.0.0
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-17030-v0.patch, HBASE-17030-v0.patch
>
>
> Make a couple of tweaks to HBASE-14551 split procedure
> - remove tableName from SplitTableRegionProcedure ctor since we have the
> RegionInfo that contains the name already
> - move the checkRow in the constructor of the SplitTableRegionProcedure,
> since the splitRow will never change and we can avoid to start the proc if we
> have a bad splitRow.
> - use the base AbstractStateMachineTableProcedure for the "user" field
> - remove protobuf fields that can be extrapolated from other info
> (table_name, split_row)
> - avoid htd lookup every family iteration of splitStoreFiles()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)