Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029199 | Openbravo ERP | 09. Financial management | public | 2015-02-13 12:48 | 2015-04-01 08:31 |
|
Reporter | eduardo_Argal | |
Assigned To | eduardo_Argal | |
Priority | immediate | Severity | critical | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1.2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
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 | Yes |
|
Summary | 0029199: Perfromance problem running module script in environments with large amount of transactions (invoices and orders) |
Description | UpdateBpPaymentLine module script takes huge time to finish when updating from an environment with large amount of data (invoices and orders) |
Steps To Reproduce | Execute update.database on a database with big amount of data (containing lots of invoices and orders).
the issue was reproduced in an environment with 460000 invoices |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0030544 | 3.0PR15Q4 | closed | dmiguelez | Perfromance problem running module script in environments with large amount of transactions in ORACLE (invoices and orders) | blocks | defect | 0028939 | 3.0PR15Q1.2 | closed | eduardo_Argal | Perfromance problem running module script in environments with large amount of transactions (invoices and orders) |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-09 11:56 | eduardo_Argal | Type | defect => backport |
2015-03-09 12:13 | hgbot | Checkin | |
2015-03-09 12:13 | hgbot | Note Added: 0075309 | |
2015-03-09 12:13 | hgbot | Status | scheduled => resolved |
2015-03-09 12:13 | hgbot | Resolution | open => fixed |
2015-03-09 12:13 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/b9fc7e8e60ae95fd9a92c65ba2c6460c5151bbbc [^] => http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/ca337ee89a855c93b7889b3f958a4972e0327876 [^] |
2015-03-10 11:12 | hgbot | Checkin | |
2015-03-10 11:12 | hgbot | Note Added: 0075370 | |
2015-03-26 15:51 | vmromanos | Review Assigned To | => vmromanos |
2015-03-26 15:51 | vmromanos | Note Added: 0076018 | |
2015-03-26 15:51 | vmromanos | Status | resolved => closed |
2015-04-01 08:05 | hgbot | Checkin | |
2015-04-01 08:05 | hgbot | Note Added: 0076199 | |
2015-04-01 08:05 | hgbot | Status | closed => resolved |
2015-04-01 08:05 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/ca337ee89a855c93b7889b3f958a4972e0327876 [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/ca337ee89a855c93b7889b3f958a4972e0327876 [^] |
2015-04-01 08:06 | hgbot | Checkin | |
2015-04-01 08:06 | hgbot | Note Added: 0076204 | |
2015-04-01 08:31 | priyam | Status | resolved => closed |
2015-04-01 08:31 | priyam | Note Added: 0076271 | |
2015-08-11 12:34 | VictorVillar | Relationship added | related to 0030544 |
Notes |
|
(0075309)
|
hgbot
|
2015-03-09 12:13
|
|
Repository: erp/backports/3.0PR15Q1.2
Changeset: ca337ee89a855c93b7889b3f958a4972e0327876
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Mon Mar 09 11:59:44 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/ca337ee89a855c93b7889b3f958a4972e0327876 [^]
Fixes issue 29199
Fixes performance problem when missing index
---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateBpPaymentLine.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateBpPaymentLineData.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateBpPaymentLine.java
M src-util/modulescript/src/org/openbravo/modulescript/UpdateBpPaymentLine_data.xsql
---
|
|
|
(0075370)
|
hgbot
|
2015-03-10 11:12
|
|
Repository: erp/backports/3.0PR15Q1.2
Changeset: 06304f2fc541a6f454a5170717f5623be76330ef
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Tue Mar 10 11:11:51 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/06304f2fc541a6f454a5170717f5623be76330ef [^]
Related to issue 29199
Problem with generated classes
---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateBpPaymentLine.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateBpPaymentLineData.class
---
|
|
|
|
|
|
(0076199)
|
hgbot
|
2015-04-01 08:05
|
|
Repository: erp/backports/3.0PR15Q2
Changeset: ca337ee89a855c93b7889b3f958a4972e0327876
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Mon Mar 09 11:59:44 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/ca337ee89a855c93b7889b3f958a4972e0327876 [^]
Fixes issue 29199
Fixes performance problem when missing index
---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateBpPaymentLine.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateBpPaymentLineData.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateBpPaymentLine.java
M src-util/modulescript/src/org/openbravo/modulescript/UpdateBpPaymentLine_data.xsql
---
|
|
|
(0076204)
|
hgbot
|
2015-04-01 08:06
|
|
Repository: erp/backports/3.0PR15Q2
Changeset: 06304f2fc541a6f454a5170717f5623be76330ef
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Tue Mar 10 11:11:51 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/06304f2fc541a6f454a5170717f5623be76330ef [^]
Related to issue 29199
Problem with generated classes
---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateBpPaymentLine.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateBpPaymentLineData.class
---
|
|
|
(0076271)
|
priyam
|
2015-04-01 08:31
|
|
closed again, as the status changed due the merge tag of 3.0PR15Q1.2 to backports/3.0PR15Q2 |
|