Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0054029 | Openbravo ERP | A. Platform | public | 2023-11-26 21:39 | 2023-12-15 08:32 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0054029: Connection leak when using scheduling process requests based on process groups |
Description | Whenever a process request based on a process group is scheduled, some database connections will be leaked |
Steps To Reproduce | In any OB environment:
- Log in in the backoffice
- Open the Process Group window
- Create a process group (i.e. name it test, create two entries in the subtab, one for the Alert Process and another one for the Log Cleanup process)
- Check the number of non-idle connection by executing this query in the database: select count(*) from pg_stat_activity where state <> 'idle';
- Open the Process Request window
- Create a new process request, based on the group created earlier, by checking the Group flag and selecting the new group.
- Schedule the process request. Notice that each time that process request is scheduled, the number of non-idle database connection increases |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0053777 | | closed | AugustoMauch | Background grouping process is not working in HA | related to | defect | 0054090 | | closed | alostale | connection leak on Tomcat start if a process is missfired | causes | defect | 0054081 | | closed | Triage Platform Base | Regression: Number of database connection kept open in idle tomcat went up by +10 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-11-26 21:39 | AugustoMauch | New Issue | |
2023-11-26 21:39 | AugustoMauch | Assigned To | => AugustoMauch |
2023-11-26 21:39 | AugustoMauch | OBNetwork customer | => No |
2023-11-26 21:39 | AugustoMauch | Modules | => Core |
2023-11-26 21:39 | AugustoMauch | Triggers an Emergency Pack | => No |
2023-11-26 21:39 | AugustoMauch | Status | new => scheduled |
2023-11-26 21:40 | AugustoMauch | Relationship added | related to 0053777 |
2023-11-30 08:05 | hgbot | Resolution | open => fixed |
2023-11-30 08:05 | hgbot | Status | scheduled => resolved |
2023-11-30 08:05 | hgbot | Fixed in Version | => PR24Q1 |
2023-11-30 08:05 | hgbot | Note Added: 0157829 | |
2023-11-30 08:05 | AugustoMauch | Status | resolved => closed |
2023-11-30 08:05 | AugustoMauch | Fixed in Version | PR24Q1 => |
2023-12-11 09:25 | alostale | Relationship added | causes 0054081 |
2023-12-11 09:58 | alostale | Relationship added | related to 0054090 |
2023-12-11 10:00 | hgbot | Merge Request Status | => open |
2023-12-11 10:00 | hgbot | Note Added: 0158031 | |
2023-12-15 08:31 | hgbot | Merge Request Status | open => approved |
2023-12-15 08:32 | hgbot | Note Added: 0158247 | |
2023-12-15 08:32 | hgbot | Note Added: 0158250 | |