You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there's no connection, Snowflake library goes into infinite loop, trying to reconnect to the database forever. Part of logs:
15:21:26.024 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.SocketException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: Connection reset
15:21:26.025 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:27.027 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: No such host is known (xxx.us-east-1.snowflakecomputing.com)
15:21:27.027 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:29.029 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:29.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:33.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:33.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:37.032 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:37.032 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:41.034 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: No such host is known (When there's no connection, Snowflake library goes into infinite loop, trying to reconnect to the database forever. Logs:
15:21:26.024 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.SocketException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: Connection reset
15:21:26.025 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:27.027 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: No such host is known (xxx.us-east-1.snowflakecomputing.com)
15:21:27.027 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:29.029 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:29.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:33.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:33.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:37.032 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:37.032 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
The text was updated successfully, but these errors were encountered:
When there's no connection, Snowflake library goes into infinite loop, trying to reconnect to the database forever. Part of logs:
15:21:26.024 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.SocketException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: Connection reset
15:21:26.025 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:27.027 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: No such host is known (xxx.us-east-1.snowflakecomputing.com)
15:21:27.027 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:29.029 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:29.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:33.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:33.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:37.032 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:37.032 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:41.034 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: No such host is known (When there's no connection, Snowflake library goes into infinite loop, trying to reconnect to the database forever. Logs:
15:21:26.024 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.SocketException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: Connection reset
15:21:26.025 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:27.027 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: No such host is known (xxx.us-east-1.snowflakecomputing.com)
15:21:27.027 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:29.029 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:29.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:33.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:33.030 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
15:21:37.032 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - I/O exception (java.net.UnknownHostException) caught when processing request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443: xxx.us-east-1.snowflakecomputing.com
15:21:37.032 [] [] [pool-12-thread-1] INFO n.s.c.j.i.a.h.i.execchain.RetryExec - Retrying request to {s}->https://xxx.us-east-1.snowflakecomputing.com:443
The text was updated successfully, but these errors were encountered: