[
https://issues.apache.org/jira/browse/HBASE-18949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196694#comment-16196694
]
Duo Zhang commented on HBASE-18949:
-----------------------------------
OK, will commit shortly.
> 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: 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)