Skip to content

ignore signal urgent I/O condition logs #13231

Closed Answered by agilgur5
tooptoop4 asked this question in Q&A
Discussion options

You must be logged in to vote

when enabling debug level on controller, my workflow UI logs

Do you mean the logs of each of your steps? As in, the logs of the Executor?
The way you wrote this is quite ambiguous, as "UI logs" would mean browser logs, and seeing the logs of a step Pod would not require the UI either (the Server uses the equivalent of kubectl logs).

The Executor does by default inherit the log configuration of the Controller.

anything to be concerned with?
the workflows themself appear to run ok

Otherwise, this should normally be fine and expected; no concerns.
Go itself uses SIGURG for goroutine preemption since Go 1.14, as #10141 states (can search "SIGURG" in the codebase and blame back to it). Thi…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@agilgur5
Comment options

@tooptoop4
Comment options

@agilgur5
Comment options

@tooptoop4
Comment options

@agilgur5
Comment options

Answer selected by agilgur5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/executor type/support User support issue - likely not a bug area/upstream This is an issue with an upstream dependency, not Argo itself
2 participants