- Thank you received: 0
Persistant Idle Connections
- sray
- Topic Author
- Visitor
-
11 years 3 months ago #6649
by sray
Persistant Idle Connections was created by sray
We seem to be getting a lot of stale idle connections on our Postgres server. All these connections are coming from our SQL Server and the pgoledb driver and appear to happen randomly over time as scheduled jobs run.
This appears to be happening with different scheduled tasks but there is one daily task that appears to trigger the scenario every time it runs. This particular SQL Server Stored Procedure uses the following syntax:
SET XACT_ABORT ON
BEGIN TRAN
SELECT ... FROM OPENQUERY(BBI, 'SELECT .. FROM xxxx')
SELECT ... FROM OPENQUERY(BBI, 'SELECT .. FROM xxxx')
INSERT INTO [bbi].[db].[schema]....
INSERT INTO [bbi].[db].[schema].
...
This appears to be happening with different scheduled tasks but there is one daily task that appears to trigger the scenario every time it runs. This particular SQL Server Stored Procedure uses the following syntax:
SET XACT_ABORT ON
BEGIN TRAN
SELECT ... FROM OPENQUERY(BBI, 'SELECT .. FROM xxxx')
SELECT ... FROM OPENQUERY(BBI, 'SELECT .. FROM xxxx')
INSERT INTO [bbi].[db].[schema].
Please Log in or Create an account to join the conversation.
- Moderator
-
- Offline
- New Member
Less
More
11 years 3 months ago #6652
by Moderator
Replied by Moderator on topic Re: Persistant Idle Connections
Thank you for reporting this issue! We are able reproduce it, and we are working on a fix. We will send update as soon as the fix is ready.
Please Log in or Create an account to join the conversation.
- alex_b2
- Visitor
-
11 years 3 weeks ago #9816
by alex_b2
Replied by alex_b2 on topic Re: Persistant Idle Connections
Please tell me, when will this fix?
Please Log in or Create an account to join the conversation.
Time to create page: 0.179 seconds