Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020498 | Openbravo ERP | A. Platform | public | 2012-05-14 18:45 | 2012-05-25 12:12 |
|
Reporter | shuehner | |
Assigned To | alostale | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
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 | 0020498: With big number of rows in ad_session SqlC somtimes fail with OOM regarding heap-space |
Description | With a sufficiently high number of rows in ad_session sometimes compilation fails with an OOM error regarding heap-space when processing the SessionLogin_data.xsql file.
Checking it shows that the first method in that file does 'select * from ad_session' without any filters but is never ever called from the erp.
As the xsql-file is not public that dummy method should be fixed or just be removed.
|
Steps To Reproduce | i.e. compile on butler |
Proposed Solution | Reorder SqlMethods in that file not require an unused dummy method.
Attached patch implements that (only compile tested)
|
Additional Information | |
Tags | Performance |
Relationships | |
Attached Files | xsql-oom-ad_session.diff (1,503) 2012-05-14 18:45 https://issues.openbravo.com/file_download.php?file_id=5219&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-14 18:45 | shuehner | New Issue | |
2012-05-14 18:45 | shuehner | Assigned To | => alostale |
2012-05-14 18:45 | shuehner | File Added: xsql-oom-ad_session.diff | |
2012-05-14 18:45 | shuehner | Modules | => Core |
2012-05-14 18:45 | shuehner | OBNetwork customer | => No |
2012-05-16 08:23 | alostale | Tag Attached: Performance | |
2012-05-16 08:25 | hgbot | Checkin | |
2012-05-16 08:25 | hgbot | Note Added: 0048669 | |
2012-05-16 08:25 | hgbot | Status | new => resolved |
2012-05-16 08:25 | hgbot | Resolution | open => fixed |
2012-05-16 08:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d4ef642f1e2aea82ef2afa8619f971f00f82272a [^] |
2012-05-16 08:25 | alostale | Note Added: 0048670 | |
2012-05-16 08:25 | alostale | Status | resolved => closed |
2012-05-16 08:25 | alostale | Fixed in Version | => 3.0MP12 |
2012-05-25 12:12 | hudsonbot | Checkin | |
2012-05-25 12:12 | hudsonbot | Note Added: 0049142 | |