Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Question regarding Talend Open Studio 7.3 and if you experienced similar behavior.
While just running a job which triggers other jobs (independent process not set double checked).
I use a tLoop (with a while condition handle the paging) component -> tREST -> tjavaRow set stop paging flag .
Works fine also when last page is reached.
The thing is: while running and lets say at page 5 I click the red kill button to make sure the job finishes, it says it does,
the console logs the job stopped... however looking in the folder where all files are written it keeps on going.
In the background Talend is still happily running and the tLoop ignores, doesnt make sense the kill switch isnt working properly ?
So I need to kill java (via taskbar) and only then it stops.
Anybody could enlighten me on this? Is it a (project) setting I'm missing?!?
Its, I assume, behavior of the Dynamic Job which to me is new, in the past I cant recall this happened?
I think I notticed it when in 7 the pid started to change, might be related.
This is annoying, this is a major step from 6 to 7...