You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The detection of whether the current instance has a parent in order to set the parent-uri attribute currently relies on whether FLUX_JOB_ID is set in the environment. This doesn't always work because FLUX_JOB_ID can leak from the environment as is the case for flux run flux start -s 4 for example. (This is exercised by the inception tests)
Detection of instance as a job should instead rely on the jobid attribute, which is only set by a PMI boot.
The text was updated successfully, but these errors were encountered:
The detection of whether the current instance has a parent in order to set the
parent-uri
attribute currently relies on whetherFLUX_JOB_ID
is set in the environment. This doesn't always work becauseFLUX_JOB_ID
can leak from the environment as is the case forflux run flux start -s 4
for example. (This is exercised by the inception tests)Detection of instance as a job should instead rely on the
jobid
attribute, which is only set by a PMI boot.The text was updated successfully, but these errors were encountered: