connor_flynn
04/12/2022, 3:32 PMRecharge
), inherits from target-redshift
(datamill variant). When running we currently get the error message...
psycopg2.OperationalError: SSL connection has been closed unexpectedly
psycopg2.InterfaceError: cursor already closed
I have tried to significantly decrease the max_batch_size
to as low as 50
, but it appears despite changing the max_batch_size
to an extremely low value, it still will not load any batches of data!
If anyone could shine some light on how to resolve this issue that would be great!connor_flynn
04/12/2022, 3:36 PMnick_james
05/25/2022, 8:39 PMconnor_flynn
05/25/2022, 11:32 PMnick_james
05/25/2022, 11:35 PMMELTANO_ELT_BUFFER_SIZE
environment variable. Oddly enough, it seems to fail right at the end of the job.nick_james
05/25/2022, 11:36 PMedward_ryan
05/28/2022, 5:36 AMedward_ryan
05/28/2022, 5:38 AMnick_james
06/01/2022, 6:56 PMnick_james
06/01/2022, 6:57 PMmax_standby_archive_delay
and max_standby_streaming_delay
nick_james
06/01/2022, 6:58 PMnick_james
06/01/2022, 6:59 PMedward_ryan
06/01/2022, 6:59 PMedward_ryan
06/01/2022, 7:00 PMconnor_flynn
06/01/2022, 7:01 PMnick_james
06/01/2022, 7:02 PMmonika_rajput
06/02/2022, 6:57 AMconnor_flynn
06/02/2022, 8:38 PMmax_standby_streaming_delay
& max_standby_archive_delay
. Currently looking for where we need to apply these changes.
How did you go about increasing these value for your database?nick_james
06/02/2022, 8:38 PMnick_james
06/02/2022, 8:42 PMconnor_flynn
06/02/2022, 8:44 PMnick_james
06/02/2022, 8:46 PMedward_ryan
06/02/2022, 8:51 PMedward_ryan
06/02/2022, 8:51 PMnick_james
06/02/2022, 8:52 PMnick_james
06/02/2022, 9:03 PMwal_receiver_timeout
is the one you’ll want to extend if you’re using a replicaconnor_flynn
06/03/2022, 12:56 PMwal_receiver_timeout
, max_standby_streaming_delay
& max_standby_archive_delay
) all will be "ignored on a master server". And we can confirm we are using a master server by running the following and getting the output "`false`"
select pg_is_in_recovery();
Do you know if you are using a "standby" or "master" server?nick_james
06/03/2022, 5:53 PMnick_james
06/03/2022, 5:53 PMwal_sender_timeout
might be your ticket thenconnor_lough
08/10/2022, 8:48 PMedward_ryan
08/11/2022, 3:23 PMedward_ryan
08/11/2022, 3:24 PMconnor_lough
08/11/2022, 4:06 PMconnor_flynn
08/11/2022, 4:19 PMconnor_lough
08/11/2022, 5:55 PMconnor_flynn
08/11/2022, 5:56 PMmartin_morset
09/19/2022, 8:50 AMconnor_flynn
10/27/2022, 10:14 PMmartin_morset
11/24/2022, 5:20 PM