You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/21 08:50:20 UTC

[jira] [Commented] (FALCON-2146) EntitySlaAlertService runs only once irrespective of the configured frequency

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

ASF GitHub Bot commented on FALCON-2146:
----------------------------------------

GitHub user PraveenAdlakha opened a pull request:

    https://github.com/apache/falcon/pull/283

    FALCON-2146 EntitySlaAlertService runs only once irrespective of the …

    …configured frequency

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PraveenAdlakha/falcon 2146

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/283.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #283
    
----
commit 2d2bba751f448fb75e2d7a32686dda6e02aa14f3
Author: Praveen Adlakha <ad...@gmail.com>
Date:   2016-09-17T09:54:36Z

    FALCON-2146 EntitySlaAlertService runs only once irrespective of the configured frequency

----


> EntitySlaAlertService runs only once irrespective of the configured frequency
> -----------------------------------------------------------------------------
>
>                 Key: FALCON-2146
>                 URL: https://issues.apache.org/jira/browse/FALCON-2146
>             Project: Falcon
>          Issue Type: Bug
>          Components: prism
>    Affects Versions: trunk
>            Reporter: Pragya Mittal
>            Assignee: Praveen Adlakha
>
> Initially I have 20 pending instances which have missed their sla. The logs say the same.
> After some time I have 33 instances of a process which have missed their sla
> {noformat}
> dataqa@falcon1001:/mnt/users/pragya/functionality/sla-alerts$ falcon entity -type process -slaAlert -name ProcessSLATest-agregator-coord16-dcd226b3 -start 2016-09-16T08:50Z -end 2016-09-16T12:10Z| grep -i name | wc -l
> 33
> {noformat}
> But server logs show only 20 instances and also it is running just once
> {noformat}
> dataqa@falcon1001:/mnt/falcon$ cat server/logs/falcon.application.log| grep processSLACandidates
> 2016-09-16 10:01:20,117 DEBUG - [pool-13-thread-1:] ~ In processSLACandidates :20 (EntitySLAAlertService:115)
> {noformat}



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