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/11/06 02:22:07 UTC

[jira] [Closed] (KYLIN-3651) JDBCResourceStore doesn't list all resources

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

Shaofeng SHI closed KYLIN-3651.
-------------------------------

“Resolved in release 2.5.1 (2018-11-06)"

> 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)