@Override
public Trigger.TriggerState getTriggerState(TriggerKey triggerKey) throws JobPersistenceException {
try {
return realJobStore.getTriggerState(triggerKey);
} catch (RejoinException e) {
throw new JobPersistenceException("Trigger state retrieval failed due to client rejoin", e);
}
}