Re: DBeaver Experiencing timeouts while connecting to New Linux PostgreSql server

From: Tomas Vondra <tomas(at)vondra(dot)me>
To: Srinivas Kumar <srinivasnerusu(at)gmail(dot)com>, Roberto Mello <roberto(dot)mello(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: DBeaver Experiencing timeouts while connecting to New Linux PostgreSql server
Date: 2026-06-01 23:07:34
Message-ID: acd7daba-f300-4e6c-a9ba-dd5635f79d6a@vondra.me
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sri,

I already gave you a couple general suggestions how you might
investigate this. What have you tried since then? Have you checked the
components on the path between the server and the clients? Have you foun
any new clues? Have you tried connecting using a different client
(psql/pgadmin/...)?

If not, I doubt anyone can give you any sensible advice - not
considering the lack of information. All we have is your "it
disconnects" description, and 30 lines from a server log that shows
nothing about clients disconnecting.

regards

On 6/1/26 16:57, Srinivas Kumar wrote:
> Any further tips/ troubleshooting needed for this issue? Please let me know.
>
> Thanks,
> Sri.
>
> On Wed, May 27, 2026 at 8:14 PM Srinivas Kumar <srinivasnerusu(at)gmail(dot)com
> <mailto:srinivasnerusu(at)gmail(dot)com>> wrote:
>
> In our company all team members face this broken pipe , client side
> disconnect while using DBeaver. Any fixes for it? As we have same
> tool working fine for dev server. 
>
> On Wed, 27 May 2026 at 7:49 PM, Roberto Mello
> <roberto(dot)mello(at)gmail(dot)com <mailto:roberto(dot)mello(at)gmail(dot)com>> wrote:
>
> On Wed, May 27, 2026 at 4:19 PM Srinivas Kumar
> <srinivasnerusu(at)gmail(dot)com <mailto:srinivasnerusu(at)gmail(dot)com>> wrote:
>
> Hello Tomas,
>
> Thanks for reaching out! For more details, users connect
> directly to PostgreSQL using the DBeaver tool. Please review
> the attached error messages in the PostgreSQL server logs,
> and the timeout error on the EDWDBPRDL01A server. We have
> another dev server in Windows, which works absolutely fine
> without this issue, as you can review. Please let me know if
> any more specific details are required. 
>
>
> From the logs you sent I don't see anything that jumps out.
>
>   - 58 lines total
>   - 6 connection authenticated
>   - 6 connection authorized
>
> Only one problem: FATAL 08006 connection to client lost on PID
> 1994906 (pgAdmin -> EDW, 18:56:11). Preceded by LOG 08006 -
> could not send data to client: Broken pipe. pgAdmin dropped the
> TCP socket while the session was idle. Postgres detected it when
> it tried to write back. Client-side disconnect, not a server error.
>
> Everything else is normal: SETs, idle state transitions, and
> clean disconnections. No auth failures, no query errors, no
> locks, no timeouts recorded server-side. 
>
> Roberto
>

--
Tomas Vondra

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mingwei Jia 2026-06-01 23:22:42 [RFC PATCH v2 RESEND 0/10] Umbra: a remap-aware smgr prototype
Previous Message Zsolt Parragi 2026-06-01 22:18:20 Re: Extended statistics improvement: multi-column MCV missing values