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

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

Commit 8af1963fb57ebdb5c43bc93298fe3b6bf1c3f195 in 
incubator-asterixdb-hyracks's branch refs/heads/master from [~buyingyi]
[ 
https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb-hyracks.git;h=8af1963
 ]

ASTERIXDB-1145: Fix error propagating in operators/connectors:
1. When an AbstractUnarySourceOperator instance runs into an exception, it 
should call writer.fail() first and then throw the exception.
2. An IFrameWriter.fail() implementation should not throw yet-another 
exception, instead, it should just propgate
   the failure to its downstream operators and optionally set a "failed" state 
so that in the close()/nextFrame() method
   it can potentially behave differently from usual close()/nextFrame().

Change-Id: Ifb538155423687c4aa01a0485adeaab87f291547
Reviewed-on: https://asterix-gerrit.ics.uci.edu/491
Tested-by: Jenkins <[email protected]>
Reviewed-by: Till Westmann <[email protected]>


> sporadic test hang in runtimets/queries/open-closed/query-issue442
> ------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1145
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1145
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Yingyi Bu
>            Assignee: Yingyi Bu
>            Priority: Critical
>              Labels: sporadic-error
>
> It seems the query plan has been changed -- a cast-record function is 
> missing. I will investigate more into this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to