[jira] [Commented] (KYLIN-4025) Add detail exception in kylin http response

2019-07-05 Thread nichunen (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16879286#comment-16879286
 ] 

nichunen commented on KYLIN-4025:
-

Resolved in release 2.6.3

> Add detail exception in kylin http response 
> 
>
> Key: KYLIN-4025
> URL: https://issues.apache.org/jira/browse/KYLIN-4025
> Project: Kylin
>  Issue Type: Improvement
>  Components: REST Service
>Affects Versions: v2.5.2
>Reporter: Liu Shaohui
>Assignee: Liu Shaohui
>Priority: Minor
> Fix For: v2.6.3
>
>
> Currently there is no detailed in http response when the requests go wrong, 
> because InternalErrorException in controller wrap the execption and remove 
> the exception stack.
> It's better add the detail exception in kylin http response 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-4025) Add detail exception in kylin http response

2019-06-24 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16872023#comment-16872023
 ] 

ASF subversion and git services commented on KYLIN-4025:


Commit dfa6af62b67acbbbd318e910f36ab668316117f8 in kylin's branch 
refs/heads/2.6.x from Liu Shaohui
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=dfa6af6 ]

KYLIN-4025: Add detail exception in kylin http response


> Add detail exception in kylin http response 
> 
>
> Key: KYLIN-4025
> URL: https://issues.apache.org/jira/browse/KYLIN-4025
> Project: Kylin
>  Issue Type: New Feature
>  Components: REST Service
>Affects Versions: v2.5.2
>Reporter: Liu Shaohui
>Assignee: Liu Shaohui
>Priority: Minor
>
> Currently there is no detailed in http response when the requests go wrong, 
> because InternalErrorException in controller wrap the execption and remove 
> the exception stack.
> It's better add the detail exception in kylin http response 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-4025) Add detail exception in kylin http response

2019-06-03 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16854445#comment-16854445
 ] 

ASF GitHub Bot commented on KYLIN-4025:
---

nichunen commented on pull request #670: KYLIN-4025: Add detail exception in 
kylin http response
URL: https://github.com/apache/kylin/pull/670
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add detail exception in kylin http response 
> 
>
> Key: KYLIN-4025
> URL: https://issues.apache.org/jira/browse/KYLIN-4025
> Project: Kylin
>  Issue Type: New Feature
>  Components: REST Service
>Affects Versions: v2.5.2
>Reporter: Liu Shaohui
>Assignee: Liu Shaohui
>Priority: Minor
>
> Currently there is no detailed in http response when the requests go wrong, 
> because InternalErrorException in controller wrap the execption and remove 
> the exception stack.
> It's better add the detail exception in kylin http response 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-4025) Add detail exception in kylin http response

2019-06-03 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1685#comment-1685
 ] 

ASF subversion and git services commented on KYLIN-4025:


Commit 354f6ded8506fa53b4a78a8614da1e1c2bf1fef2 in kylin's branch 
refs/heads/master from Liu Shaohui
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=354f6de ]

KYLIN-4025: Add detail exception in kylin http response


> Add detail exception in kylin http response 
> 
>
> Key: KYLIN-4025
> URL: https://issues.apache.org/jira/browse/KYLIN-4025
> Project: Kylin
>  Issue Type: New Feature
>  Components: REST Service
>Affects Versions: v2.5.2
>Reporter: Liu Shaohui
>Assignee: Liu Shaohui
>Priority: Minor
>
> Currently there is no detailed in http response when the requests go wrong, 
> because InternalErrorException in controller wrap the execption and remove 
> the exception stack.
> It's better add the detail exception in kylin http response 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-4025) Add detail exception in kylin http response

2019-05-31 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852920#comment-16852920
 ] 

ASF GitHub Bot commented on KYLIN-4025:
---

lshmouse commented on pull request #670: KYLIN-4025: Add detail exception in 
kylin http response
URL: https://github.com/apache/kylin/pull/670
 
 
   See: https://issues.apache.org/jira/browse/KYLIN-4025
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add detail exception in kylin http response 
> 
>
> Key: KYLIN-4025
> URL: https://issues.apache.org/jira/browse/KYLIN-4025
> Project: Kylin
>  Issue Type: New Feature
>  Components: REST Service
>Affects Versions: v2.5.2
>Reporter: Liu Shaohui
>Assignee: Liu Shaohui
>Priority: Minor
>
> Currently there is no detailed in http response when the requests go wrong, 
> because InternalErrorException in controller wrap the execption and remove 
> the exception stack.
> It's better add the detail exception in kylin http response 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)