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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anjalivnr
Contributor
Contributor

rootpid is unique for each run?

Hi All ,

Im using the talend inbuilt logging mechanism in my project. There are three files generated. stats , meter and log files. Im trying to identify a unique value in all these three files. Can someone confirm whether root_pid in all these files will be unique for each run.?

Thanks.

Labels (2)
10 Replies
lennelei
Creator III
Creator III

As far as I know, there is no such settings.

 

Technically, there is nothing but probability that guarantees the uniqeness of the root_pid.

 

However, root_pid can be set when running a job from outside the Studio by appending "--root_pid=<your_value>" as parameter.

 

For example :

java -Xms128M -Xmx2048M -cp ...  project_name.job_name_0_1.JOB_NAME --context=CTX --root_pid=20200928-144100-xxx

 

Very useful when you use external scheduler. And that's probably what's done with the remote server execution.