Opened 4 years ago
#1609 new defect
kerberos credential caches need to include the task id
Reported by: | opoplawski | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.1.9 |
Severity: | minor | Keywords: | |
Cc: |
Description
Currently the kerberos credential caches created on the exec hosts only have the job id. This causes problems with multiple task jobs as the credential cache is removed when the first task on the host finishes. Later jobs might see problems due to lack of an active ticket, as well as delete_cred complaining on exit:
05/01/2017 15:25:12| main|host|E|delete_cred stderr: unlink: No such file or directory 05/01/2017 15:25:12| main|host|E|delete_cred stderr: delete_cred: could not delete credentials 05/01/2017 15:25:12| main|host|E|could not delete credentials for job 49693 - command "/usr/share/gridengine/utilbin/lx-amd64/delete_cred" failed with return code 3
Note: See
TracTickets for help on using
tickets.