You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@apex.apache.org by "McCullough, Alex" <Al...@capitalone.com> on 2016/08/09 14:16:40 UTC

Failing a DAG based on thrown exception

Hey All,

Operators that are based on an underlying data store, when trying to connect in setup or activation, if an exception is thrown I would like to fail the app as a whole. My understanding is that if I don’t handle the exception, the operator will just continually be killed and restarted and the app as a whole may continue to run. First of all is this correct?  If so, how can I force the app to a failed status if certain exceptions are thrown or conditions are met?


________________________________________________________

The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.

Re: Failing a DAG based on thrown exception

Posted by Munagala Ramanath <ra...@datatorrent.com>.
Try throwing a ShutdownException (in Operator.java)

Ram

On Tue, Aug 9, 2016 at 7:16 AM, McCullough, Alex <
Alex.McCullough@capitalone.com> wrote:

> Hey All,
>
>
>
> Operators that are based on an underlying data store, when trying to
> connect in setup or activation, if an exception is thrown I would like to
> fail the app as a whole. My understanding is that if I don’t handle the
> exception, the operator will just continually be killed and restarted and
> the app as a whole may continue to run. First of all is this correct?  If
> so, how can I force the app to a failed status if certain exceptions are
> thrown or conditions are met?
>
>
>
>
>
> ------------------------------
>
> The information contained in this e-mail is confidential and/or
> proprietary to Capital One and/or its affiliates and may only be used
> solely in performance of work or services for Capital One. The information
> transmitted herewith is intended only for use by the individual or entity
> to which it is addressed. If the reader of this message is not the intended
> recipient, you are hereby notified that any review, retransmission,
> dissemination, distribution, copying or other use of, or taking of any
> action in reliance upon this information is strictly prohibited. If you
> have received this communication in error, please contact the sender and
> delete the material from your computer.
>

Re: Failing a DAG based on thrown exception

Posted by "Silver, Michael" <Mi...@capitalone.com>.
To force the app to shutdown you can you can throw a ShutdownException. See https://lists.apache.org/thread.html/e84f3fec5cc84b21b4547463c4a93f10b04dbdc92fb38d9f6283442c@%3Cusers.apex.apache.org%3E

From: "McCullough, Alex" <Al...@capitalone.com>
Reply-To: "users@apex.apache.org" <us...@apex.apache.org>
Date: Tuesday, August 9, 2016 at 10:16 AM
To: "users@apex.apache.org" <us...@apex.apache.org>
Subject: Failing a DAG based on thrown exception

Hey All,

Operators that are based on an underlying data store, when trying to connect in setup or activation, if an exception is thrown I would like to fail the app as a whole. My understanding is that if I don’t handle the exception, the operator will just continually be killed and restarted and the app as a whole may continue to run. First of all is this correct?  If so, how can I force the app to a failed status if certain exceptions are thrown or conditions are met?



________________________________

The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.
________________________________________________________

The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.