[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Docker OOM



Thank you.
Sounds like a good reason.

David. 

Get Outlook for Android

From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of John M Knoeller via HTCondor-users <htcondor-users@xxxxxxxxxxx>
Sent: Wednesday, December 27, 2023 6:19:33 PM
To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx>
Cc: John M Knoeller <johnkn@xxxxxxxxxxx>
Subject: Re: [HTCondor-users] Docker OOM
 
Docker jobs are not different from vanilla jobs with respect to file transfer.  Whether or not stdout/error are returned to the AP when the job is OOM killed will depend on the job and on which processes on the EP are killed.  For instance, if the condor_starter is killed, file transfer cannot happen.   

-tj


From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Dudu Handelman <duduhandelman@xxxxxxxxxxx>
Sent: Wednesday, December 27, 2023 7:13 AM
To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] Docker OOM
 
Hi All,
When docker job is killed by OOM killer the stdout is not returned to the AP.
If I recall correctly Vanilla will return the output.

Thanks
David.