On 3/25/24 00:18, Bandi, Venkataramana - Dell Team wrote:
Hi,

Please find my inline comments for your questions.


Regards,
Venkat


Internal Use - Confidential
-----Original Message-----
From: Adrian Klaver <adrian.kla...@aklaver.com>
Sent: Tuesday, March 19, 2024 9:33 PM
To: Bandi, Venkataramana - Dell Team <venkataramana.ba...@dellteam.com>; Greg Sabino 
Mullane <htamf...@gmail.com>
Cc: pgsql-general@lists.postgresql.org; Kishore, Nanda - Dell Team 
<nanda.kish...@dellteam.com>; Alampalli, Kishore 
<kishoreravishankar.alampa...@dellteam.com>
Subject: Re: Query on Postgres SQL transaction


[EXTERNAL EMAIL]

On 3/19/24 02:18, Bandi, Venkataramana - Dell Team wrote:
Hi Greg,

We are using hibernate framework to persist the data into Postgres SQL
DB and data is persisting and committing for all the clients but one
of the client data is not inserted into DB.

What is different about that client?
Ans: In our application data is getting from different nodes(systems) and 
persisting into Postgres SQL DB but for one of the nodes(system) data is not 
persisting and sometimes data is persisting for this node also. We have to 
trace out the transaction why data is not persisting sometimes.

That we knew already. What I was after was whether that particular node(system) is different in some important way from the others. For instance different OS or OS version, different encoding, different location on the network, different data it is working, etc.

Define what you have done to trace the path of the transaction.

Are all the clients passing data through the same instance of the framework?
Ans: Since it is a monolithic architecture application, it is running on same 
instance.
Are you sure that the client is pointed at the correct database?
Ans: Yes, its pointed to correct database and with same database connection, 
data is persisting for other nodes.
Is the log entry below from that client?
Ans: Yes


--
Adrian Klaver
adrian.kla...@aklaver.com



Reply via email to