[
https://issues.apache.org/jira/browse/HBASE-25504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell updated HBASE-25504:
----------------------------------------
Summary: [branch-2.4] Restore method removed by HBASE-25277 to LP(config)
coprocessors (was: [branch-2.4] Restore AccessController method removed by
HBASE-25277)
> [branch-2.4] Restore method removed by HBASE-25277 to LP(config) coprocessors
> -----------------------------------------------------------------------------
>
> 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)