redis_fdw failure on crake

Started by Richard Guo6 months ago4 messages
#1Richard Guo
guofenglinux@gmail.com

After pushing commit e2debb643 I noticed redis_fdw failure on crake.

+ERROR:  failed to connect to Redis: 1
+CONTEXT:  SQL statement "select                   (select count(*) from db15) +
+        (select count(*) from db15_hash) +
+        (select count(*) from db15_set) +
+        (select count(*) from db15_list) +
+        (select count(*) from db15_zset)"
+PL/pgSQL function inline_code_block line 5 at SQL statement

This same failure occurred three days ago as well. It seems that
connecting to Redis has been unstable recently.

(CC'ing Andrew, as he's the owner.)

Thanks
Richard

#2Michael Paquier
michael@paquier.xyz
In reply to: Richard Guo (#1)
Re: redis_fdw failure on crake

On Tue, Jul 22, 2025 at 12:12:25PM +0900, Richard Guo wrote:

After pushing commit e2debb643 I noticed redis_fdw failure on crake.

+ERROR:  failed to connect to Redis: 1
+CONTEXT:  SQL statement "select                   (select count(*) from db15) +
+        (select count(*) from db15_hash) +
+        (select count(*) from db15_set) +
+        (select count(*) from db15_list) +
+        (select count(*) from db15_zset)"
+PL/pgSQL function inline_code_block line 5 at SQL statement

This same failure occurred three days ago as well. It seems that
connecting to Redis has been unstable recently.

That's unrelated to your commit, stable branches of crake are red as
well.
--
Michael

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Michael Paquier (#2)
Re: redis_fdw failure on crake

On 2025-07-22 Tu 1:54 AM, Michael Paquier wrote:

On Tue, Jul 22, 2025 at 12:12:25PM +0900, Richard Guo wrote:

After pushing commit e2debb643 I noticed redis_fdw failure on crake.

+ERROR:  failed to connect to Redis: 1
+CONTEXT:  SQL statement "select                   (select count(*) from db15) +
+        (select count(*) from db15_hash) +
+        (select count(*) from db15_set) +
+        (select count(*) from db15_list) +
+        (select count(*) from db15_zset)"
+PL/pgSQL function inline_code_block line 5 at SQL statement

This same failure occurred three days ago as well. It seems that
connecting to Redis has been unstable recently.

That's unrelated to your commit, stable branches of crake are red as
well.

Yes, fallout from a system upgrade. Fixed, now, sorry for the noise.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

#4Michael Paquier
michael@paquier.xyz
In reply to: Andrew Dunstan (#3)
Re: redis_fdw failure on crake

On Tue, Jul 22, 2025 at 10:02:57AM -0400, Andrew Dunstan wrote:

Yes, fallout from a system upgrade. Fixed, now, sorry for the noise.

Thanks!
--
Michael