[
https://issues.apache.org/jira/browse/HBASE-19790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324909#comment-16324909
]
Hudson commented on HBASE-19790:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-IT #335 (See
[https://builds.apache.org/job/HBase-1.3-IT/335/])
HBASE-19790 Fix compatibility break in 1.3.2-SNAPSHOT (apurtell: rev
b6f4f511a6ab4491df526efd70ef7736812eb924)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/snapshot/FlushSnapshotSubprocedure.java
* (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
> Fix compatibility break in 1.3.2-SNAPSHOT
> -----------------------------------------
>
> Key: HBASE-19790
> URL: https://issues.apache.org/jira/browse/HBASE-19790
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.3.2
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Blocker
> Fix For: 1.3.2
>
> Attachments: HBASE-19790-branch-1.3.patch
>
>
> This change is disallowed in a patch release:
> {code}
> package org.apache.hadoop.hbase.regionserver
> interface Region
> Abstract method closeRegionOperation ( Region.Operation ) has been added to
> this interface.
> Recompilation of a client program may be terminated with the message: a
> client class C is not abstract and does not override abstract method
> closeRegionOperation ( Region.Operation ) in Region.
> {code}
> Region is a LimitedPrivate(COPROC) interface.
> See https://hbase.apache.org/book.html#hbase.versioning
> {quote}
> New APIs introduced in a patch version will only be added in a source
> compatible way [1]: i.e. code that implements public APIs will continue to
> compile.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)