You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2018/09/14 06:11:00 UTC

[jira] [Updated] (KYLIN-3399) Leaked lookup table in DictionaryGeneratorCLI#processSegment

     [ https://issues.apache.org/jira/browse/KYLIN-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI updated KYLIN-3399:
--------------------------------
    Fix Version/s: v2.5.0

> Leaked lookup table in DictionaryGeneratorCLI#processSegment
> ------------------------------------------------------------
>
>                 Key: KYLIN-3399
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3399
>             Project: Kylin
>          Issue Type: Bug
>          Components: Client - CLI
>            Reporter: Ted Yu
>            Assignee: jiatao.tao
>            Priority: Major
>             Fix For: v2.5.0
>
>
> {code}
>         for (TableRef lookup : toCheckLookup) {
>             logger.info("Checking snapshot of " + lookup);
>             JoinDesc join = cubeSeg.getModel().getJoinsTree().getJoinByPKSide(lookup);
>             cubeMgr.getLookupTable(cubeSeg, join);
> {code}
> The lookup table from the last line doesn't seem to be used.



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