[
https://issues.apache.org/jira/browse/KYLIN-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16666698#comment-16666698
]
ASF subversion and git services commented on KYLIN-3651:
--------------------------------------------------------
Commit d1d87065de99e1bf8a3927165a899ab32122d9da in kylin's branch
refs/heads/2.5.x from shaofengshi
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=d1d8706 ]
KYLIN-3651 JDBCResourceStore doesn't list all resources
> JDBCResourceStore doesn't list all resources
> --------------------------------------------
>
> Key: KYLIN-3651
> URL: https://issues.apache.org/jira/browse/KYLIN-3651
> Project: Kylin
> Issue Type: Bug
> Components: Metadata
> Affects Versions: v2.5.0
> Reporter: Shaofeng SHI
> Assignee: Shaofeng SHI
> Priority: Major
> Fix For: v2.5.1
>
>
> The JDBC resource store persists metadata into two tables:
> # kylin_default_instance
> # kylin_default_instance_log
>
> The metadata entry like "/execute_output" will be saved to the _log table;
> But the "list" operation on "/" only lists the subfolders in the first table,
> no in the second table. This will cause partial metadata copy when use
> #ResourceTool.copy.
>
> {code:java}
> ./bin/metastore.sh list /
> [/UUID, /acl, /cube, /cube_desc, /cube_statistics, /dict, /execute, /kafka,
> /model_desc, /project, /streaming, /table, /table_acl, /table_snapshot, /user]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)