Ted Yu created HBASE-17054:
------------------------------
Summary: Compactor#preCreateCoprocScanner should be passed user
Key: HBASE-17054
URL: https://issues.apache.org/jira/browse/HBASE-17054
Project: HBase
Issue Type: Bug
Reporter: Ted Yu
Assignee: Ted Yu
As Anoop mentioned at the end of HBASE-16962:
{code}
ScanType scanType = scannerFactory.getScanType(request);
scanner = preCreateCoprocScanner(request, scanType, fd.earliestPutTs,
scanners);
{code}
user should be passed to preCreateCoprocScanner().
Otherwise null User would be used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)