You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Guangyao Li (JIRA)" <ji...@apache.org> on 2018/03/13 01:56:00 UTC

[jira] [Created] (KYLIN-3289) Refactor the storage garbage clean up code

Guangyao Li created KYLIN-3289:
----------------------------------

             Summary: Refactor the storage garbage clean up code
                 Key: KYLIN-3289
                 URL: https://issues.apache.org/jira/browse/KYLIN-3289
             Project: Kylin
          Issue Type: Improvement
    Affects Versions: v2.3.0
            Reporter: Guangyao Li
             Fix For: v2.3.1


Kylin will produce some garbage data in storage when it runs.

Now, the clean up tool "{{kylin.sh org.apache.kylin.tool.StorageCleanupJob}}" can show what is garbage data or clean up the garbage by setting options "–delete false" or "delete true".

But Kylin can't show the size of garbage data for users.

This reconfiguration adds some member variables and methods recording the  garbage size in the detection process. 

After clean up job running over, Kylin can get the information about garbage size.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)