We are still seeing `[108]: code:"UnexpectedObject...
# flyte-support
m
We are still seeing
[108]: code:"UnexpectedObjectDeletion" message:"object [maps-flyte/al8qb8mq9xvkzsr7tvh5-n1-0-108] terminated in the background, manually"
errors when running
map_task
(not sure about other tasks). Can confirm
inject-finalizer: true
and finializers are applied to the launched pods:
Copy code
finalizers:
  - flyte/array
Anything else I should look into?
h
Have you collected logs from Flytepropeller? I wonder if there is a correctness issue here where we finalize the pod (removing the finalizer), then fail to send the event to admin, then we attempt to finalize again (at which point the pod has already disappeared) leading to that failure... I would look at flytepropeller for that node and execution (both of these are tags on each log line)...
cc @hallowed-mouse-14616 to keep me honest 🙂
f
@high-park-82026 / @many-exabyte-15566 this also might be the old map tasks, @many-exabyte-15566 we have released an alpha version (experimental) of Array nodes, that is the replacement of map tasks. This should fix a lot of these edge issues as this is now integrated into the propeller core