Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
None
-
None
Description
In a K8s setup with the pods from multiple jobs sharing the same node, the temp directory (used for spills), is not unique because it is named using the slave number and the PID (which is always 1 in the pod).
Disambiguate by using the job wuid as part of the naming convention for the temp directory.