Shaofeng SHI created KYLIN-3651:
-----------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)