Re: Anyone Getting deadlocks using 9.5

From: rapidtransit440(at)aol(dot)com
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Anyone Getting deadlocks using 9.5
Date: 2016-09-05 14:38:31
Message-ID: 156fac94c91-6196-e8d6@webprd-m32.mail.aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

It's kind of a general question. If anyone has observed anything similar. I eventually figured I had to flush my EntityManager after saving the record even though I was in a transaction. In my logs, everything was the same, with 9.5 though it would just hang and deadlock itself.

-----Original Message-----
From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: rapidtransit440 <rapidtransit440(at)aol(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Sent: Fri, Sep 2, 2016 8:19 am
Subject: Re: [JDBC] Anyone Getting deadlocks using 9.5

We'd need more detail.

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 21 August 2016 at 19:45, <rapidtransit440(at)aol(dot)com> wrote:

I keep running into a deadlock using 9.5 on the very first attempt at a transaction, 9.4 works fine Both are a default Windows install.
I don't know if the error is from the application side or the database side, so this seems like the most logical place to start and see if anyone ran into this.
Driver: postgresql:9.4.1208.jre7
Spring: 4.3.2.RELEASE
Hibernate: 5.2.2.Final
Hikari: 2.4.7
Using Spring JPA Transaction Manager

Sent from AOL Mobile Mail

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mithun Cy 2016-09-06 02:28:28 Re: Patch: Implement failover on libpq connect level.
Previous Message Aleksander Alekseev 2016-09-05 11:03:11 Re: Patch: Implement failover on libpq connect level.