Lingang Deng created KYLIN-3662:
-----------------------------------
Summary: exception message "Cannot find project '%s'." should be
formated
Key: KYLIN-3662
URL: https://issues.apache.org/jira/browse/KYLIN-3662
Project: Kylin
Issue Type: Bug
Affects Versions: v2.5.0
Reporter: Lingang Deng
Assignee: Lingang Deng
When use kylin dashboard without system cube, exception is threw as follows,
{code:java}
org.apache.kylin.rest.exception.BadRequestException: Cannot find project '%s'.
at
org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:378)
at
org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:359)
at
org.apache.kylin.rest.controller.DashboardController.getQueryMetrics(DashboardController.java:74)
{code}
The log is unfriendly to users.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)