[
https://issues.apache.org/jira/browse/FALCON-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166690#comment-14166690
]
Srikanth Sundarrajan commented on FALCON-796:
---------------------------------------------
Makes sense. I had considered and dropped it, as the triage options exclusively
reports only failed/unavailable sections of the dependency tree, if
operationally it would help, we can include it. Besides, it will also help the
falcon server by not overwhelming it with too much to do in a single call.
> Enable users to triage data processing issues through falcon
> ------------------------------------------------------------
>
> Key: FALCON-796
> URL: https://issues.apache.org/jira/browse/FALCON-796
> Project: Falcon
> Issue Type: Improvement
> Reporter: Srikanth Sundarrajan
> Assignee: Ajay Yadav
>
> Falcon has a wealth of information that can help users to triage issues
> relating to their pipelines, but this information is not available in a
> consumable form to the users. Here is a suggestion to solve for this issue to
> some extent.
> In a typical usage scenario, users may find that their data has not been
> generated and that would require them to walk up the dependency tree to
> identify the root cause. Luckily all this information is available within
> Falcon and can be surfaced.
> A mock of how this would look:
> *falcon instance -type feed -name FEED-abc -start 2014-10-01T00:00Z -end
> 2014-10-01T00:00Z -triage*
> {noformat}
> FEED-abc/2014-10-01T00:00Z MISSING
> + PROCESS-def/2014-10-02T04:00Z WAITING
> + FEED-ghi/2014-10-01T00:00Z MISSING
> + PROCESS-mno/2014-10-01T01:30Z RUNNING
> + FEED-ghi/2014-10-01T01:00Z MISSING
> + PROCESS-mno/2014-10-01T02:30Z FAILED
> + FEED-ghi/* AVAIALBLE
> + FEED-jkl/* AVAILABLE
> {noformat}
> *falcon instance -type feed -name FEED-abc -start 2014-09-01T00:00Z -end
> 2014-09-01T00:00Z -triage*
> {noformat}
> FEED-abc/2014-09-01T00:00Z AVAILABLE
> {noformat}
> *falcon instance -type process -name PROCESS-def -start 2014-10-01T00:00Z
> -end 2014-10-01T00:00Z -triage*
> {noformat}
> PROCESS-def/2014-10-02T04:00Z WAITING
> + FEED-ghi/2014-10-01T00:00Z MISSING
> + PROCESS-mno/2014-10-01T01:30Z RUNNING
> + FEED-ghi/2014-10-01T01:00Z MISSING
> + PROCESS-mno/2014-10-01T02:30Z FAILED
> + FEED-ghi/* AVAIALBLE
> + FEED-jkl/* AVAILABLE
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)