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
manodwhb
Champion II
Champion II

@Anjali Ramesh​ , As per my knowledge root_pid will be same for all those three files for the each run.

 

Root_pid: Process ID of the root Job if applicable. If not applicable, pid of current Job is duplicated.

 

Thanks,

Manohar

Anonymous
Not applicable

Hi

Yes, the rootpid is always the same in the main job and all it's child jobs. For more details about pid, father_pid and root_pid, you can read this topic.

 

Regards

Shong

Anjalivnr
Contributor
Contributor
Author

Thanks for your replies.

 

can you please confirm , if rootpid will be unique for each job run?Suppose if im going to thousand talend jobs. Will rootpid be unique for each run?

manodwhb
Champion II
Champion II

@Anjali Ramesh​ , yes rootpid will be unique for each job run.

 

Thanks,

Manohar

Anjalivnr
Contributor
Contributor
Author

@Manohar B​ .. Hi Manohar ,

 

root_pid always generated some 6 digits alpha numeric. like PeEfel. Today i when the job , i noticed root_pid was generated like 20200921163537_o23cr. the datetimestamp was appended to the root_pid. can you help , in what case root_pid will always be generated with timestamp.

manodwhb
Champion II
Champion II

@Anjali Ramesh​ , Yes I have tested and root_pid is 6 digits of alpha numeric. I do not understand how it has generated with date ? have you changed any setting in Talend regarding root_pid?

 

Thanks,

Manohar

Anjalivnr
Contributor
Contributor
Author

Hi Manohar ,

 

I ran the job from remote server. Guess that could be the reason. Not sure though

manodwhb
Champion II
Champion II

@Anjali Ramesh​ ,it could be that server root_pid they might have set that way.

 

Thanks,

Manohar

Anjalivnr
Contributor
Contributor
Author

Hi Manohar ,

 

Where can i find that root_pid setting in talend? can you please help