Project

General

Profile

Bug #21314

Updated by Tom Clegg 5 months ago

If a container's "mounts" field is invalid, a-d-c logs this, and keeps trying. 

 <code class="json"> 
 Dec 13 20:34:41 controller arvados-dispatch-cloud[2037423]: {"ClusterID":"irdev","ContainerUUID":"xxxxx-dz642-xxxxxxxxxxxxxxx","PID":2037423,"error":"json: cannot unmarshal array into Go struct field Container.mounts of type arvados.Mount","level":"warning","msg":"error getting mounts","time":"2023-12-13T20:34:41.064140517Z"} 
 </code> 

 In this situation, the offending container should be cancelled.

Back