Revert "[branch-2.4] Restore AccessController method removed by HBASE-25277"
This reverts commit d3b1689f60
.
This commit is contained in:
parent
fc7a1c340f
commit
6125d4ef84
|
@ -1852,14 +1852,6 @@ public class AccessController implements MasterCoprocessor, RegionCoprocessor,
|
||||||
scannerOwners.remove(s);
|
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.
|
* Verify, when servicing an RPC, that the caller is the scanner owner.
|
||||||
* If so, we assume that access control is correctly enforced based on
|
* If so, we assume that access control is correctly enforced based on
|
||||||
|
|
Loading…
Reference in New Issue