Re: Infinite waitOnLock

From: Leonard Meyer <lmeyer(at)excilys(dot)com>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Infinite waitOnLock
Date: 2014-12-04 15:45:06
Message-ID: CADGbXSRz-yOOMwhLMd9sB20FjKu7n_=pvMXMY1UunC7A_czV5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

We call stop on the postgresql service so "sudo service postgresql stop".
The TCP keepalive settings are all at default but we also tried these
settings :

tcp_keepalives_idle = 30
tcp_keepalives_interval = 30
tcp_keepalives_count = 1

2014-12-04 16:30 GMT+01:00 Kevin Grittner <kgrittn(at)ymail(dot)com>:

> Leonard Meyer <lmeyer(at)excilys(dot)com> wrote:
>
> > We're doing an ETL Akka application using PostgreSQL 9.3.5 using
> > driver 9.3-1102-jdbc41. We're currently testing our application
> > resilience by shutting down the database in the middle of our
> > processing.
>
> *Exactly* how are you "shutting down the database"?
>
> What TCP keepalive settings have you set on either end?
>
> --
> Kevin Grittner
> EDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G Johnston 2014-12-04 16:01:02 Re: BUG #12137: ORDER BY with expresion changes the output if added
Previous Message David G Johnston 2014-12-04 15:43:33 Re: BUG #12129: questions on exporting data from a database