You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2018/01/13 00:59:00 UTC

[jira] [Commented] (HBASE-19790) Fix compatibility break in 1.3.2-SNAPSHOT

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

Andrew Purtell commented on HBASE-19790:
----------------------------------------

The commit which brought this in is

commit 52c2dcbaa321705df143e1dc9dca28c849f8f9bb
Author: Ashu Pachauri <as...@apache.org>
Date:   Mon Aug 7 18:10:33 2017 -0700

    HBASE-18398: Snapshot operation fails with FileNotFoundException


> 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
>
>
> 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}
> Table is a Public 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)