[
https://issues.apache.org/jira/browse/HBASE-18949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198038#comment-16198038
]
Peter Somogyi commented on HBASE-18949:
---------------------------------------
Thanks for reviewing and committing the fix!
> Remove the CompactionRequest parameter in preCompactSelection
> -------------------------------------------------------------
>
> Key: HBASE-18949
> URL: https://issues.apache.org/jira/browse/HBASE-18949
> Project: HBase
> Issue Type: Sub-task
> Components: Coprocessors
> Reporter: Duo Zhang
> Assignee: Peter Somogyi
> Fix For: 3.0.0, 2.0.0-alpha-4
>
> Attachments: HBASE-18949.patch, HBASE-18949.patch
>
>
> As we do not have a CompactionRequest yet when pre compaction selection so we
> always pass a null when calling which is useless...
> {code}
> override = getCoprocessorHost().preCompactSelection(this,
> candidatesForCoproc,
> tracker, null, user);
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)