[
https://issues.apache.org/jira/browse/HBASE-23128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16951407#comment-16951407
]
Hudson commented on HBASE-23128:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-IT #657 (See
[https://builds.apache.org/job/HBase-1.3-IT/657/])
HBASE-23128 Restore Region interface compatibility (sakthi: rev
80f060768c4354d8a0c4ed704c8e9b80a4a834f9)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Region.java
> Restore Region interface compatibility
> ---------------------------------------
>
> Key: HBASE-23128
> URL: https://issues.apache.org/jira/browse/HBASE-23128
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Kyle Purtell
> Assignee: Andrew Kyle Purtell
> Priority: Blocker
> Fix For: 1.5.0, 1.3.6, 1.4.11
>
>
> Adding methods to a Public interface is ok for a minor release, removing
> methods is not. We need to restore
> {code}
> abstract method boolean bulkLoadHFiles (
> Collection<Pair<byte[ ],String>>, boolean, Region.BulkLoadListener)
> {code}
> to the Region interface in order to maintain binary compatibility.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)