Re: Vacuum process waiting on BufferPin

From: Don Seiler <don(at)seiler(dot)us>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vacuum process waiting on BufferPin
Date: 2018-08-13 21:26:50
Message-ID: CAHJZqBC6NQEExzBYJ9EvXwkxpVikzYU9YrrU3gA04fen5RwA_A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 13, 2018 at 4:04 PM, Don Seiler <don(at)seiler(dot)us> wrote:
>
>
> Anyway, my next step is getting the OK to terminate those idle in
> transaction sessions to see if that gets my vacuum job moving. Meanwhile
> I'll ask a dev to sort out why they might be sitting idle in transaction,
> there's no reason for them to be unless the app server connection died and
> they are zombies. However I'm curious if there is someplace else I
> could/should also look to get to the root cause of this.
>

FYI, killing those idle-in-transaction sessions did free up the vacuum job,
which then finished almost immediately afterward.

Don.

--
Don Seiler
www.seiler.us

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2018-08-13 22:55:09 Re: Vacuum process waiting on BufferPin
Previous Message Don Seiler 2018-08-13 21:19:42 Re: Vacuum process waiting on BufferPin