Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

FALCON-2175 java.lang.IllegalArgumentException in LogMover service #292

Closed
wants to merge 6 commits into from

Conversation

pallavi-rao
Copy link

No description provided.

Copy link
Contributor

@sandeepSamudrala sandeepSamudrala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except for that 1 comment. looks good.

if (StringUtils.isBlank(engineUrl)) {
LOG.warn("Unable to retrieve workflow url for {} with status {} ",
context.getWorkflowId(), context.getWorkflowStatus());
return 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there could be a case where the oozie host has been moved from when the instance ran and the current running oozie.
In which case this will not work. Should we not try with the current oozie url? to get the status of the workflow id?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the host has moved, the log movement anyway can't happen as the new host cannot return the old logs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense. Got you.

@praveen8927
Copy link

looks good +1

@asfgit asfgit closed this in 54a88b8 Nov 15, 2016
pallavi-rao pushed a commit to pallavi-rao/falcon that referenced this pull request Feb 16, 2018
Author: Pallavi Rao <pallavi.rao@inmobi.com>

Reviewers: @sandeepSamudrala, @praveen8927

Closes apache#292 from pallavi-rao/2175 and squashes the following commits:

38e16ee [Pallavi Rao] Fixing checkstyle issue
144c588 [Pallavi Rao] Revert "FALCON-1821 Update git pull merge script to accept and update JIRA type"
3848b10 [Pallavi Rao] FALCON-2175  java.lang.IllegalArgumentException in LogMover service
5ecb344 [Pallavi Rao] FALCON-2175  java.lang.IllegalArgumentException in LogMover service
be17164 [Pallavi Rao] Merge remote-tracking branch 'upstream/master'
a6d8c6c [Pallavi Rao] FALCON-1821 Update git pull merge script to accept and update JIRA type
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants