简体   繁体   中英

Is an oozie workflow job id unique?

Is a workflow job id unique within a single oozie server/oozie DB instance? If we dropped and recreated an external oozie DB or restart oozie server, would new oozie wf ids be unique to previously generated?

We use oozie rest api from our app and register wf ids in our own db to track their status and communication between the app and running oozie wfs, I wonder can I rely on their uniqueness.

The oozie workflow ids are composed of <a 7-digit number>-<server start timestamp>-oozie-<4 character of user name>-<W\\C\\B> for example : 0000013-160129104602393-oozie-oozi-W .

I guess you can decide now, whether you should consider this as unique or not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM