What will happen to the job if a job is running during the middle of failover?
Release: 9.x
A Job is tracked locally from an Agent through the process ID. If the RMI fails over to a secondary RMI, Remote Agent running the Job should continue to track that process ID and then report that to the secondary RMI.So this way the job will continue to run from where it left off.