Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Remove the CompactionRequest parameter in preCompactSelection as we do not have a CompactionRequest at that time.
Description
As we do not have a CompactionRequest yet when pre compaction selection so we always pass a null when calling which is useless...
override = getCoprocessorHost().preCompactSelection(this, candidatesForCoproc, tracker, null, user);
Attachments
Attachments
Issue Links
- is related to
-
HBASE-18815 We need to pass something like CompactionRequest in CP to give user some information about the compaction
- Closed