You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pallavi Rao (JIRA)" <ji...@apache.org> on 2016/10/26 14:01:06 UTC

[jira] [Commented] (FALCON-2175) java.lang.IllegalArgumentException in LogMover service

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

Pallavi Rao commented on FALCON-2175:
-------------------------------------

Also made certain other changes to ensure following scenarios work:
	1.	Scheduled replication and retention of feed and ensured log (both oozie and task) getting copied under appropriate nominal time file path.
	2.	Scheduled pig and oozie processes and ensured log (both oozie and task) getting copied under appropriate nominal time file path.
	3.	Ensured TIMEDOUT instances don’t throw an exception. A message is logged to indicate there is nothing to copy.



>  java.lang.IllegalArgumentException in LogMover service
> -------------------------------------------------------
>
>                 Key: FALCON-2175
>                 URL: https://issues.apache.org/jira/browse/FALCON-2175
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Pallavi Rao
>            Assignee: Pallavi Rao
>
> 2016-10-25 19:19:02,581 DEBUG - [ActiveMQ Session Task-12:] ~ Sending workflow end notification to listeners with context : WorkflowExecutionContext{{nominalTime=2016-10-25-19-00, workflowEndTime=1477423129270, parentId=0000008-161025181049892-oozie-oozi-C, entityType=PROCESS, cluster=ProcessSLATest-corp-b16d2875, workflowId=0000008-161025181049892-oozie-oozi-C@11, operation=GENERATE, status=TIMEDOUT, entityName=ProcessSLATest-1, workflowUser=dataqa, contextType=COORDINATOR_ACTION, subflowId=0000008-161025181049892-oozie-oozi-C@11@user-action, workflowStartTime=1477423142578}}  (WorkflowJobEndNotificationService:234)
> 2016-10-25 19:19:02,581 ERROR - [pool-4-thread-5:] ~ Exception in log mover: (JobLogMover:140)
> java.lang.IllegalArgumentException: oozieUrl cannot be null
>        	at org.apache.oozie.client.OozieClient.notEmpty(OozieClient.java:2789)
>        	at org.apache.oozie.client.OozieClient.<init>(OozieClient.java:260)
>        	at org.apache.falcon.logging.JobLogMover.run(JobLogMover.java:87)
>        	at org.apache.falcon.logging.JobLogMover.moveLog(JobLogMover.java:78)
>        	at org.apache.falcon.service.LogMoverService$LogMover.run(LogMoverService.java:118)
>        	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)



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