You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2010/09/12 01:08:35 UTC

[jira] Commented: (CHUKWA-506) Add retry logic to MetricDataLoader

    [ https://issues.apache.org/jira/browse/CHUKWA-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908384#action_12908384 ] 

Eric Yang commented on CHUKWA-506:
----------------------------------

+1 Looks good.

> Add retry logic to MetricDataLoader
> -----------------------------------
>
>                 Key: CHUKWA-506
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-506
>             Project: Chukwa
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: William Bajzek
>            Priority: Minor
>         Attachments: postProcessorRetry.patch
>
>
> When processing data in Chukwa, many steps along the way, when the encounter an error condition, will attempt to reprocess the data a few times before giving up. This doesn't happen in post processing (at least when using MetricDataLoader); for example if there is a SQLException of any kind, it will move the data to the "inError" directory at which point it becomes AFAIK a manual process to move the data back to be reprocessed, so it would be nice to retry a few times in case the exception was transient (database was being bounced, or similar). 
> I will attach a patch to be reviewed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.