Re: redis_fdw failure on crake

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: redis_fdw failure on crake
Date: 2025-07-22 05:54:38
Message-ID: aH8nnnZ4lodjG_CB@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-07-22 06:20:13 Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt
Previous Message Pavel Stehule 2025-07-22 05:53:26 Re: proposal: schema variables