Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.16.0, 1.17.0, 1.15.2
Description
We have the case where we don't see (in the logs) a job being registered in the {[JobResultStore}} after it reached a globally-terminal state (HA-mode enabled).
We would have expected the job to be picked up again for recovery after the JM failover which didn't happen as well. We're missing a debug statement here that would help us identify the case that the job was actually registered in the JobResultStore but the log message afterwards isn't printed.
We could fix that by adding some info logs for the filtering mechanism when recovering the jobs as a else branch in SessionDispatcherLeaderProcess:149 (and in JobDispatcherLeaderProcessFactoryFactory accordingly)
Attachments
Issue Links
- links to