You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/11/09 10:49:58 UTC

[jira] [Created] (HBASE-17054) Compactor#preCreateCoprocScanner should be passed user

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)