[
https://issues.apache.org/jira/browse/FALCON-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15230192#comment-15230192
]
ASF GitHub Bot commented on FALCON-1885:
----------------------------------------
GitHub user PraveenAdlakha opened a pull request:
https://github.com/apache/falcon/pull/88
FALCON-1885 SLA monitoring API throws ResultNotFoundException
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PraveenAdlakha/falcon 1885
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/88.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 #88
----
commit 5c7e49372f1a2aa863ce672e6045adcffd323850
Author: Praveen Adlakha <[email protected]>
Date: 2016-04-07T12:57:04Z
FALCON-1885 SLA monitoring API throws ResultNotFoundException
----
> SLA monitoring API throws ResultNotFoundException
> --------------------------------------------------
>
> Key: FALCON-1885
> URL: https://issues.apache.org/jira/browse/FALCON-1885
> Project: Falcon
> Issue Type: Bug
> Components: feed
> Affects Versions: trunk, 0.10
> Reporter: Pragya Mittal
> Assignee: Praveen Adlakha
>
> If there are no feeds submittted then SLA monitoring service throws following
> exception
> {noformat}
> 2016-04-05 09:04:54,602 ERROR - [pool-1-thread-1:] ~ Feed SLA monitoring
> failed: (FeedSLA:279)
> org.apache.falcon.persistence.ResultNotFoundException: No Feed has been
> scheduled for monitoring.
> at
> org.apache.falcon.jdbc.MonitoringJdbcStateStore.getAllMonitoredFeed(MonitoringJdbcStateStore.java:89)
> at
> org.apache.falcon.service.FeedSLAMonitoringService$Monitor.run(FeedSLAMonitoringService.java:269)
> at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)