-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37292/
-----------------------------------------------------------

Review request for Falcon.


Repository: falcon-git


Description
-------

In case of backlogs, or cluster issues, we need to rerun all failed instances 
in an entire pipeline. Currently falcon supports rerun only on one entity or 
instances of an entity. An ability to filter desired several entities or 
instances from several entities and rerun them in one command will add lot of 
value to falcon.
Users should be able to use the following criteria to filter the instances 
which need to be rerun.
1) start date and end date
2) name 
3) tag key=value
4) pipeline (valid only in case of processes)
5) Status (should accept multiple values for status)
Need to pay attention on partial success / recovery of such operations.


Diffs
-----

  client/src/main/java/org/apache/falcon/ResponseHelper.java 2df3e00 
  client/src/main/java/org/apache/falcon/cli/FalconCLI.java 148f789 
  client/src/main/java/org/apache/falcon/client/FalconClient.java 9649e10 
  client/src/main/java/org/apache/falcon/resource/BulkRerunResult.java 
PRE-CREATION 
  
common/src/main/java/org/apache/falcon/workflow/engine/AbstractWorkflowEngine.java
 07fafb5 
  
oozie/src/main/java/org/apache/falcon/workflow/engine/OozieWorkflowEngine.java 
2f3dc6f 
  prism/src/main/java/org/apache/falcon/resource/AbstractEntityManager.java 
43461c8 
  prism/src/main/java/org/apache/falcon/resource/AbstractInstanceManager.java 
248ee7b 
  
prism/src/main/java/org/apache/falcon/resource/proxy/InstanceManagerProxy.java 
465a636 
  webapp/src/main/java/org/apache/falcon/resource/InstanceManager.java cbc936e 

Diff: https://reviews.apache.org/r/37292/diff/


Testing
-------

Done


Thanks,

Narayan Periwal

Reply via email to