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

[jira] [Resolved] (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:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-25504.
-----------------------------------------
    Resolution: Fixed

> [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: Bug
>          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)