Bhupendra Yadav
06/01/2023, 4:19 PM{
"type": "org.apache.flink.kubernetes.operator.exception.ReconciliationException",
"message": "java.util.concurrent.TimeoutException",
"throwableList": [
{
"type": "java.util.concurrent.TimeoutException"
}
]
}
In case of job retries when the job fails, it will be helpful to get a restart count in FlinkSessionJob CR status to know what exactly is going on.
In the current state if CR's status.jobStatus.state is null, then it's hard to determine the state of a job. For an external observer watching these session jobs, we can't determine the state just based on if the status.error is null or not as we don't know if the error is transient or not. Please let me know if anyone already using FlinkSessionJob then how are you determining the flink job state based on it.Bhupendra Yadav
06/01/2023, 4:21 PMGyula F贸ra
06/01/2023, 4:31 PMGyula F贸ra
06/01/2023, 4:32 PMRajat Ahuja
07/03/2023, 3:46 AM