Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032576 | Openbravo ERP | A. Platform | public | 2016-04-04 11:36 | 2017-08-23 08:41 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q3 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0032576: connection leak when printing Requisition report |
Description | Whenever Requisition report is printed a DB connection is got from pool and never released. |
Steps To Reproduce | 0. In DB (PG) execute: select * from pg_stat_activity where state = 'idle in transaction'
-> Check there are no rows
1. Open Requisition window
2. Create a Requisition with at least one line
3. Print the Requisition by clicking the "Printer" icon in the toolbar
4. Execute again select * from pg_stat_activity where state = 'idle in transaction'
-> Check there is one row
Each time step 3 is repeated, a new row will appear in the query. This means a new connection is set as idle in transaction state, these transactions are never closed. |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | design defect | 0030182 | | closed | Triage Platform Base | jasper subreports using DAL do leak connection + transactions | related to | feature request | 0034816 | | closed | caristu | Support a second database for reporting | related to | defect | 0035193 | | closed | caristu | Error fired when trying to print and attach a document | related to | defect | 0035356 | | closed | caristu | print & attach doc logs error using (old) commons jdbc pool | related to | defect | 0036697 | | closed | caristu | connection leak when printing a image on a jasper subreport using the Utility.showImage method | related to | defect | 0048465 | | closed | caristu | Some process definition reports stop working after upgrading from 18Q3 to 21Q2.3 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-04-04 11:36 | alostale | New Issue | |
2016-04-04 11:36 | alostale | Assigned To | => platform |
2016-04-04 11:36 | alostale | Modules | => Core |
2016-04-04 11:36 | alostale | Triggers an Emergency Pack | => No |
2016-04-04 11:37 | alostale | Relationship added | related to 0030182 |
2016-04-04 11:37 | alostale | Status | new => scheduled |
2016-04-04 11:37 | alostale | Assigned To | platform => alostale |
2016-04-04 11:37 | alostale | Review Assigned To | => caristu |
2016-04-04 11:53 | hgbot | Checkin | |
2016-04-04 11:53 | hgbot | Note Added: 0085406 | |
2016-04-04 11:53 | hgbot | Status | scheduled => resolved |
2016-04-04 11:53 | hgbot | Resolution | open => fixed |
2016-04-04 11:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/69d33f65c988d16d5f1864893c9030f0629e491b [^] |
2016-04-04 12:31 | alostale | Tag Attached: Performance | |
2016-04-04 12:43 | caristu | Note Added: 0085413 | |
2016-04-04 12:43 | caristu | Status | resolved => closed |
2016-04-04 12:43 | caristu | Fixed in Version | => 3.0PR16Q3 |
2016-04-04 12:43 | caristu | Note Edited: 0085413 | bug_revision_view_page.php?bugnote_id=0085413#r11639 |
2016-06-17 19:36 | hudsonbot | Checkin | |
2016-06-17 19:36 | hudsonbot | Note Added: 0087413 | |
2017-02-08 09:40 | caristu | Relationship added | related to 0035193 |
2017-02-24 15:21 | caristu | Relationship added | related to 0035356 |
2017-02-24 15:25 | caristu | Relationship added | related to 0034816 |
2017-08-23 08:41 | egoitz | Issue cloned | 0036697 |
2017-08-23 08:41 | egoitz | Relationship added | related to 0036697 |
2022-02-15 08:01 | caristu | Relationship added | related to 0048465 |