Created 07-15-2016 05:33 PM
I need to know when oozie fails over to HA instance how does that impact current running jobs?
Created 07-18-2016 03:50 PM
HA is only related to Oozie server, which is stateless (rely on its backend database).
Since, failover can only be seen from a job submission perspective so there's no impact on current running jobs.
Created 07-18-2016 03:50 PM
HA is only related to Oozie server, which is stateless (rely on its backend database).
Since, failover can only be seen from a job submission perspective so there's no impact on current running jobs.
Created 07-18-2016 04:05 PM
@Laurent Edel thanks. I thought so but needed another to confirm.
Created 02-06-2017 01:05 PM
@Laurent Edel what about the jobs are planified to be run? if every oozie server know that there are jobs that must be executed, how to decide which execute the job? If it is done by locking using zookeeper, it does the job submissionpasses trhoughtout the load balancer /dns round robin / VIP?