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

[jira] [Created] (KYLIN-3482) Unclosed SetAndUnsetThreadLocalConfig in SparkCubingByLayer

Ted Yu created KYLIN-3482:
-----------------------------

             Summary: Unclosed SetAndUnsetThreadLocalConfig in SparkCubingByLayer
                 Key: KYLIN-3482
                 URL: https://issues.apache.org/jira/browse/KYLIN-3482
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu


Here is related code:
{code}
                                    KylinConfig kylinConfig = AbstractHadoopJob.loadKylinConfigFromHdfs(sConf, metaUrl);
                                    KylinConfig.setAndUnsetThreadLocalConfig(kylinConfig);
{code}
The return value from setAndUnsetThreadLocalConfig should be closed.



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