Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Sparta_123
Contributor II
Contributor II

Parallel Execution on TAC

Hi Team,

 

We have requirement to execute the 18 Talend jobs in a parallel. I have created execution plan to with 18 jobs and simultaneous exe. is set as MAX.

 

 When i trigger the execution plan all jobs shows as in RUNNING status, but in job conductor execution status shows as "TASK LAUNCHED".

Job is getting stuck in same status  as "TASK LAUNCHED" for long time.

 

Can you provide the update to resolve the as "TASK LAUNCHED" status.

 

 

Labels (4)
1 Solution

Accepted Solutions
Sparta_123
Contributor II
Contributor II
Author

Issue is resolved.

What we were doing earlier is, we published one job in GitHub and we were created 18 artifact task for the same job by changing the Task name, as we required to run same job for different 18 source databases at same time.

Task launch issue was occurring due to single jar file were created for the job we published in GitHub and 18 job threads were trying to access same jar file. One job were getting same jar file and other jobs were suspended into task launch status.

We have published the one talend job in GitHub 18 times with different name and by creating artifact task which we ran in the parallel.

Jobs run completed successfully. 

View solution in original post

6 Replies
Anonymous
Not applicable

Hi,

Is there any error message in TAC log when your job is blocking as "TASK LAUNCHED" status? More information about your current situation will be preferred.

Best regards

Sabrina

 

JBristow
Creator
Creator

I started experiencing the same issue this weekend. I have an execution plan that runs a series of parallel tasks. The job runs once an hour. At some point it starts to run and we end up in a state where one of the tasks hangs up in a 'Task Launched' status. What happens is that because the task actually never launches...the overall execution plan remains in a 'Running' status and thus future triggers never start and end up in a misfired status once we kill the execution plan. All I did this morning was click 'run' on the plan and everything worked fine. I see nothing in the logs associated with this - but I have a gut feeling it's a bug:

 

0683p000009LrJF.jpgTask Execution History Example

 

 

Anonymous
Not applicable

Hello,

With your subscription solution, could you please create a case on talend support portal so that we can give you a remote assistance through support cycle with priority to see if it is a bug on your current build version.

Best regards

Sabrina

JBristow
Creator
Creator

Will do. I'll post back any resolution found.

Sparta_123
Contributor II
Contributor II
Author

Issue is resolved.

What we were doing earlier is, we published one job in GitHub and we were created 18 artifact task for the same job by changing the Task name, as we required to run same job for different 18 source databases at same time.

Task launch issue was occurring due to single jar file were created for the job we published in GitHub and 18 job threads were trying to access same jar file. One job were getting same jar file and other jobs were suspended into task launch status.

We have published the one talend job in GitHub 18 times with different name and by creating artifact task which we ran in the parallel.

Jobs run completed successfully. 

Anonymous
Not applicable

Hello,

Thanks for sharing your solution with us. Please mark your solution as accepted.  This allows others to see what has worked.

Best regards

Sabrina