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

ASF subversion and git services commented on ASTERIXDB-1859:
------------------------------------------------------------

Commit 32c3960b22d838342b48d56fb1dd8f55534726cc in asterixdb's branch 
refs/heads/master from [~idleft]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=32c3960 ]

ASTERIXDB-1859 Revise create feed exception.

1. Fixed unknown feed datatype exception.
2. Revised SocketServerInputStreamFactory exception handling.

Change-Id: I4d04b3031a3457e4d04c2b921a4db3fd7f1cbed0
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1621
Tested-by: Jenkins <[email protected]>
BAD: Jenkins <[email protected]>
Reviewed-by: Steven Jacobs <[email protected]>


> "Exception Message:null" when creating a feed on non-existing type
> ------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1859
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1859
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: Feeds
>            Reporter: Chen Luo
>            Assignee: Xikui Wang
>            Priority: Minor
>
> When creating a data feed on a non-existing type, AsterixDB gives an error 
> message: {code}Error: Invalid feed parameters. Exception Message:null.{code} 
> The error message could be more meaningful by informing that user that the 
> type is non-existent. Moreover, no stacktrace is printed to logs.
> Steps to reproduce: simply create a feed on a non-existing type.
> {code}
> create feed Feed1 using socket_adapter
> (
>     ("sockets"="red:10001"),
>     ("address-type"="nc"),
>     ("type-name"="unknownType"),
>     ("format"="adm")
> )
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to