-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, panorama, 4.9.1
-
Component/s: Pegasus Lite
-
None
When assigning names to containers we use the date function to provide a unique name.
However, because the granularity is in seconds, when planning multiple instances of the same workflow, this can lead to name collisions.
Collisions will only affect the runs if the jobs will attempt to run simultaneously on the same host machine.
A possible fix is to use the guid function instead of a timestamp.