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 Kyle Purtell (Jira)" <ji...@apache.org> on 2021/01/13 17:58:00 UTC

[jira] [Commented] (HBASE-25504) [branch-2.4] Restore AccessController method removed by HBASE-25277

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

Andrew Kyle Purtell commented on HBASE-25504:
---------------------------------------------

Fine for master and branch-2, but not branch-2.4.

> [branch-2.4] Restore AccessController method removed by HBASE-25277
> -------------------------------------------------------------------
>
>                 Key: HBASE-25504
>                 URL: https://issues.apache.org/jira/browse/HBASE-25504
>             Project: HBase
>          Issue Type: Improvement
>          Components: compatibility, Coprocessors, security
>    Affects Versions: 2.4.1
>            Reporter: Andrew Kyle Purtell
>            Assignee: Andrew Kyle Purtell
>            Priority: Major
>             Fix For: 2.4.1
>
>
> We can't do this in a patch release on a LimitedPrivate interface:
> {code}
> -  @Override
> -  public boolean postScannerFilterRow(final ObserverContext<RegionCoprocessorEnvironment> e,
> -      final InternalScanner s, final Cell curRowCell, final boolean hasMore) throws IOException {
> -    // 'default' in RegionObserver might do unnecessary copy for Off heap backed Cells.
> -    return hasMore;
> -  }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)