[
https://issues.apache.org/jira/browse/FALCON-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14342915#comment-14342915
]
pavan kumar kolamuri commented on FALCON-950:
---------------------------------------------
return sendInstanceRequest(Instances.KILL, type, entity, start, end,
- getServletInputStream(clusters, sourceClusters, null), null,
colo, lifeCycles);
+ getServletInputStream(clusters, sourceClusters, null), null,
colo, lifeCycles, null);
Instead of adding null to all options like kill suspend etc Can we add one more
method sendInstanceRequest and by default it will send null as argument to
actual sendInstanceRequest method having boolean as argument and rerun api
should call directly method having Boolean isForced as argument.
Or if there is any other good way to do this, we should do that .
> Rerun does not work on succeeded instances
> ------------------------------------------
>
> Key: FALCON-950
> URL: https://issues.apache.org/jira/browse/FALCON-950
> Project: Falcon
> Issue Type: Bug
> Components: process
> Reporter: Pragya Mittal
> Assignee: Suhas Vasu
> Attachments: FALCON-950.patch
>
>
> Falcon rerun does not work for succeeded instances.
> ProcessInstanceRerunTest.testProcessInstanceRerunMultipleSucceeded and
> ProcessInstanceRerunTest.testProcessInstanceRerunSingleSucceeded is failing
> becuase of this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)