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

FALCON-2285 Ignored instances are not being abled to be killed #377

Closed
wants to merge 39 commits into from

Conversation

sandeepSamudrala
Copy link
Contributor

No description provided.

… submission and colo addition to schedule command
@@ -949,7 +949,8 @@ private void performAction(String cluster, JobAction action, CoordinatorAction c
status = Status.KILLED.name();
break;
}
if (!WF_KILL_PRECOND.contains(jobInfo.getStatus())) {
if (!WF_KILL_PRECOND.contains(jobInfo.getStatus()) &&
jobInfo.getStatus().name().equalsIgnoreCase(Status.IGNORED.name())) {

Choose a reason for hiding this comment

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

Shouldn't you rather add IGNORED to WF_KILL_PRECOND, instead?

@sandeepSamudrala
Copy link
Contributor Author

Closing this pull request as this is more an issue from oozie as the instance status not being changed to READY from KILLED state upon rerun until as there is a concurrency limit. This has to be fixed at the oozie end.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants