Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023583 | Openbravo ERP | 07. Sales management | public | 2013-04-18 18:01 | 2013-04-22 16:36 |
|
Reporter | egoitz | |
Assigned To | dmiguelez | |
Priority | immediate | 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 | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023583: When the c_invoice_post the processinvoice.java should stop the execution and return inmeidatly the error |
Description | When the c_invoice_post the processinvoice.java should stop the execution and return inmeidatly the error.
Right now if the process fails the processinvoice continue working causing a severe performance problem when there are a lot of rows on the FIN_Payment_ScheduleDetail table |
Steps To Reproduce | -On an environment with 80.000 lines on FIN_Payment_ScheduleDetail table
-Create an invoice without lines.
-Complete it
-The c_invoice_post fails but the process continue
-Then the executePayment method of the ProcessInvoice.java clases is called causing a high cpu consumption during a long time |
Proposed Solution | -Exit from the java class when the c_invoice_post process fails. |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0023591 | | closed | dmiguelez | In AdvPaymentMngtDao.java in executePayments(Invoice) Method,if the Invoice has no PaymentSchedule return a null List of Payment |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-04-18 18:01 | egoitz | New Issue | |
2013-04-18 18:01 | egoitz | Assigned To | => dmiguelez |
2013-04-18 18:01 | egoitz | Modules | => Core |
2013-04-18 18:01 | egoitz | OBNetwork customer | => Yes |
2013-04-18 18:01 | egoitz | Triggers an Emergency Pack | => No |
2013-04-18 18:01 | egoitz | Tag Attached: Performance | |
2013-04-19 14:09 | dmiguelez | Relationship added | related to 0023591 |
2013-04-19 14:11 | hgbot | Checkin | |
2013-04-19 14:11 | hgbot | Note Added: 0058057 | |
2013-04-19 14:11 | hgbot | Status | new => resolved |
2013-04-19 14:11 | hgbot | Resolution | open => fixed |
2013-04-19 14:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ca3b550183cbc9c2b3744571ed2c746088e68599 [^] |
2013-04-22 16:03 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2013-04-22 16:03 | Sandrahuguet | Note Added: 0058098 | |
2013-04-22 16:03 | Sandrahuguet | Status | resolved => closed |
2013-04-22 16:36 | hudsonbot | Checkin | |
2013-04-22 16:36 | hudsonbot | Note Added: 0058101 | |