From: | Richard Guo <guofenglinux(at)gmail(dot)com> |
---|---|
To: | Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Subject: | redis_fdw failure on crake |
Date: | 2025-07-22 03:12:25 |
Message-ID: | CAMbWs4_TEttjn2xTTbBkWwnUQp=NrO6RNxMJNCJ7xpAkrg45Aw@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2025-07-22 03:19:05 | Re: Proposal: QUALIFY clause |
Previous Message | Richard Guo | 2025-07-22 02:55:14 | Re: Reduce "Var IS [NOT] NULL" quals during constant folding |