spring-attic / spring-cloud-scheduler-kubernetes

Apache License 2.0
8 stars 10 forks source link

batch tasks that started by scheduler miss `External Execution Id` and `Logs` in Task Execution Details #31

Closed WeekiXu closed 4 years ago

WeekiXu commented 4 years ago

Batch tasks that started by scheduler miss External Execution Id and Logs in Task Execution Details

this is composed task execution started by schedule and missed the External Execution Id

this is a normal task execution started by composed task runner , it has External Execution Id and Logs

WeekiXu commented 4 years ago

additional table task_execution.EXTERNAL_EXECUTION_ID has no value, and task_deployment has no record witch started by schedule. image

these tasks is started by a composed-task-runner, and has no record with the composed-task-runner image

sabbyanandan commented 4 years ago

Hi, @WeekiXu. Thank you for reporting this discrepancy. This may, however, be a problem in the handshake between the spring-cloud-dataflow-scheduler-task-launcher and SCDF API, so it will have to be reviewed at the level of SCDF first.

Before we move it to the right repo, let's make sure you're on the latest version of SCDF. Please describe the versions in use, the task definition, and the defined schedules in your environment.

ps: The spring-cloud/spring-cloud-scheduler-kubernetes is deprecated; the scheduler support is an integral component of spring-cloud/spring-cloud-deployer-kubernetes going forward.

WeekiXu commented 4 years ago

Thanks, current version:

I'll try the latest version soon.

WeekiXu commented 4 years ago

Hi, @WeekiXu. Thank you for reporting this discrepancy. This may, however, be a problem in the handshake between the spring-cloud-dataflow-scheduler-task-launcher and SCDF API, so it will have to be reviewed at the level of SCDF first.

Before we move it to the right repo, let's make sure you're on the latest version of SCDF. Please describe the versions in use, the task definition, and the defined schedules in your environment.

ps: The spring-cloud/spring-cloud-scheduler-kubernetes is deprecated; the scheduler support is an integral component of spring-cloud/spring-cloud-deployer-kubernetes going forward.

Done. Thanks.

scdf-server:2.3.0.RELEASE don't have this problem.