[inputs.opcua] Regression between 1.18.3 and 1.19.1 #9523
Labels
area/opcua
bug
unexpected problem or unintended behavior
platform/windows
regression
something that used to work, but is now broken
Relevant telegraf.conf:
System info:
1.18.3
and1.19.1
in a docker containerSteps to reproduce:
1.18.3
and1.19.1
telegraf container with the same agent and input configurationExpected behavior:
Succesful recovery in the next collection interval. Version
1.18.3
would give the following output (withdebug=false
):Other than this output the data collection would resume the next interval. The timeout does resurface about every hour, I'm not sure if this related to the plugin or something else.
Actual behavior:
Collection completely stops. Version 1.19.1 gives the following output (with
debug=true
):The
secure channel not open
error keeps repeating for every collection interval until the container is manually restarted. No more data is passed to the output.Additional info:
I preferred the behavior of
1.18.3
. I also tested1.19.1
with the open62541 dummy server and there no timeouts occur. Probably caused by 8e7da35. My proposed solution would be a similar approach as #8871: print the error but don't return it.The text was updated successfully, but these errors were encountered: