[
https://issues.apache.org/jira/browse/KYLIN-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shaofeng SHI resolved KYLIN-3651.
---------------------------------
Resolution: Fixed
> 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)