"Container does not exist" error when getting PIDs for containerd
metadata collector.
#498
Labels
area/core
Core functionality, event model, etc.
type/investigation
A potential issue that requires further investigation to quantify and categorize.
I noticed an error log in staging complaining about a container not existing when attempting to get the PIDs for it:
Thinking about it, it seems perfectly reasonable that we're notified about a new container, but it exits fast enough that we can't get the PIDs for it first... but we should maybe look at the code path involved to make sure that we're not missing some other non-obvious failure mode.
We might also consider hiding these error messages (why complain about not being able to get PIDs for a container that indeed exited?) although it's also not clear if there's a good status field to key off of instead of having to manually parse the error message, etc.
The text was updated successfully, but these errors were encountered: