[
https://issues.apache.org/jira/browse/ASTERIXDB-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094178#comment-16094178
]
ASF subversion and git services commented on ASTERIXDB-1982:
------------------------------------------------------------
Commit 9d94c23ff57506b73ff424d3097794323adfa504 in asterixdb's branch
refs/heads/master from [~buyingyi]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=9d94c23 ]
[ASTERIXDB-1982][FAIL] Unify runtime error reporting
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Unify error reporting in result distribution and operator pipeline;
The fact that ASTERIXDB-1982 is sporadic is because the order of
DatasetDirectoryService.reportJobFailure(...) and
DatasetDirectoryService.reportResultPartitionFailure(...)
is not deterministic and the latter can override the former;
- Make the order of setException and addWaiter irrelevant to
avoid sporadically slipped exception;
- Fix the exception list in Task to be thread-safe.
Change-Id: I36f243c98876ff40e2539ca9241ff6d19fee929f
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1883
Tested-by: Jenkins <[email protected]>
BAD: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
Reviewed-by: Till Westmann <[email protected]>
> Results distribution reporting empty errors
> -------------------------------------------
>
> Key: ASTERIXDB-1982
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1982
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: FAIL - Failure handling/reporting
> Reporter: Murtadha Hubail
> Assignee: Yingyi Bu
>
> There are sporadic failures in Hyracks' result distribution where exceptions
> are not reported correctly.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)