Description
1. Ideally if instances are succeeded, then they can be rerun only using -force option. But now if we rerun without using -force option then workflow reruns and increments run count also.
dataqa@lda01:~$ falcon instance -type process -status -name ProcessInstanceRerunTest-agregator-coord16-e7c38400 Consolidated Status: SUCCEEDED Instances: Instance Cluster SourceCluster Status Start End Details Log ----------------------------------------------------------------------------------------------- 2010-01-02T01:05Z ProcessInstanceRerunTest-corp-6b1a9224 - SUCCEEDED 2016-01-07T09:17Z 2016-01-07T09:18Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000398-160104160825636-oozie-oozi-W actions: aggregator SUCCEEDED http://8RPCG32.corp.inmobi.com:8088/proxy/application_1451904068232_0563/ 2010-01-02T01:00Z ProcessInstanceRerunTest-corp-6b1a9224 - SUCCEEDED 2016-01-07T09:19Z 2016-01-07T09:20Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000396-160104160825636-oozie-oozi-W actions: aggregator SUCCEEDED http://8RPCG32.corp.inmobi.com:8088/proxy/application_1451904068232_0568/ Additional Information: Response: ua1/STATUS Request Id: ua1/1341453654@qtp-630572412-6 - a2de8e25-c0c4-4bcf-89ff-deb1e449119a
On rerunning(without using -force)
dataqa@lda01:~$ falcon instance -type process -rerun -name ProcessInstanceRerunTest-agregator-coord16-e7c38400 -start 2010-01-02T01:00Z -end 2010-01-02T01:05Z Consolidated Status: SUCCEEDED Instances: Instance Cluster SourceCluster Status Start End Details Log ----------------------------------------------------------------------------------------------- 2010-01-02T01:00Z ProcessInstanceRerunTest-corp-6b1a9224 - RUNNING 2016-01-07T09:19Z 2016-01-07T09:20Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000396-160104160825636-oozie-oozi-W Additional Information: Response: ua1/RERUN Request Id: ua1/1341453654@qtp-630572412-6 - e2af5810-208f-4e46-a429-8feddcb5e537
2. Params which used to appear as a result of rerun are removed from the result set.