Open black-snow opened 1 week ago
@black-snow provide the controller logs surrounding that line
This is not really actually an issue, there is a bug where we call IsTransientError
on an nil error.
Thanks for looking into this. Do you still need the surrounding logs? Can we get rid of them if they are false positives?
@black-snow Do you like to contribute? It is a good first issue
@black-snow the surrounding logs can help to know which line to change
@sarabala1979 absolutely. Sounds like @isubasinghe already has a notion of where to look.
@black-snow No need for the logs. I can reproduce this locally and entered https://github.com/argoproj/argo-workflows/pull/13917 with a fix.
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
I encounter a lot of these:
and sadly there's not much context I can give. Actually, I can give close to
nil
context. ;)We run workflows with up to 250 nodes and thousands of concurrent pods. The above log is apparenty just a
warning
but thenil
there seems worrisome. Should I worry?Sadly, I cannot provide proper steps to reproduce. This ain't very helpful but perhaps someone else is seeing the same or has an immediate idea.
Version(s)
v3.5.12
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container