Duo Zhang created HBASE-18681:
---------------------------------
Summary: Introduce a new constructor for StoreScanner for MOB
Key: HBASE-18681
URL: https://issues.apache.org/jira/browse/HBASE-18681
Project: HBase
Issue Type: Sub-task
Affects Versions: 2.0.0-alpha-2, 3.0.0
Reporter: Duo Zhang
Assignee: Duo Zhang
Fix For: 3.0.0, 2.0.0-alpha-3
The mob compactor will create {{StoreScanner}} with several {{StoreFile}} s
directly, so it can not use the constructors for the normal compaction as they
all need a {{Store}} instance. But this constructor is only used by UTs and is
expected to be removed, so let's introduce a new one for mob.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)