[
https://issues.apache.org/jira/browse/KYLIN-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214421#comment-17214421
]
Zhong Yanghong commented on KYLIN-3271:
---------------------------------------
This change blocks the following command:
{code}
${KYLIN_HOME}/bin/metastore.sh fetch /execute
{code}
> Optimize sub-path check of ResourceTool
> ---------------------------------------
>
> Key: KYLIN-3271
> URL: https://issues.apache.org/jira/browse/KYLIN-3271
> Project: Kylin
> Issue Type: Improvement
> Components: Metadata
> Affects Versions: v2.2.0
> Reporter: nichunen
> Assignee: nichunen
> Priority: Minor
> Fix For: v2.4.0
>
>
> kylin uses class org.apache.kylin.common.persistence.ResourceTool to do
> metadata download, upload, remove, etc. The algorithm for resource
> transversal is not very effective. For instance, for an "execute_output" with
> key "/execute_output/\{uuid}", the algorithm will try to check whether it's a
> folder with sub-resources, this makes un-necessary time cost, and in cases of
> metadata with lots of jobs, it may last for a long time before the finish.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)