SNOW-1942008: Connection reset is not handled #1101
Labels
bug
status-information_needed
Additional information is required from the reporter
status-triage
Issue is under initial triage
What version of .NET driver are you using?
4.3.0
What operating system and processor architecture are you using?
Ubuntu
What version of .NET framework are you using?
.NET Core 8.0.6
It seems like the connector does not retry
SocketException
, though I did see the codeRetryHandler
that should take care of it.Providing the connector logs is VERY complex with SF.
The library requirements are not suitable for real life production where the real bugs happen (instead of incorrect usage).
Tthe library really must adopt the .NET way of logging with
ILogger<T>
instead of using a very old and deprecated way of forcing users to use log4net.https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-9.0
The text was updated successfully, but these errors were encountered: