Create a better way to chain log cleaners
-----------------------------------------
Key: HBASE-2792
URL: https://issues.apache.org/jira/browse/HBASE-2792
Project: HBase
Issue Type: Improvement
Reporter: Jean-Daniel Cryans
Fix For: 0.21.0
>From Stack's review of HBASE-2223:
{quote}
Why this implementation have to know about other implementations? Can't we do
a chain of decision classes? Any class can say no? As soon as any decision
class says no, we exit the chain.... So in this case, first on the chain would
be the ttl decision... then would be this one... and third would be the
snapshotting decision. You don't have to do the chain as part of this patch but
please open an issue to implement.
{quote}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.