Revert "[branch-2.4] Restore AccessController method removed by HBASE-25277"

This reverts commit d3b1689f60.
This commit is contained in:
Andrew Purtell 2021-01-13 10:59:13 -08:00
parent fc7a1c340f
commit 6125d4ef84
1 changed files with 0 additions and 8 deletions

View File

@ -1852,14 +1852,6 @@ public class AccessController implements MasterCoprocessor, RegionCoprocessor,
scannerOwners.remove(s);
}
@Override
@Deprecated // Removed in later versions by HBASE-25277
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;
}
/**
* Verify, when servicing an RPC, that the caller is the scanner owner.
* If so, we assume that access control is correctly enforced based on