Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020789 | Openbravo ERP | I. Performance | public | 2012-06-18 11:25 | 2012-06-27 05:28 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP13 | |
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 | 0020789: TriggerHandler currently flushes the DAL connection when disabling and enabling triggers |
Description | This can cause performance problems if the triggers need to be disabled and enabled during a sub-process which is repeated multiple times.
|
Steps To Reproduce | This can cause performance problems if the triggers need to be disabled and enabled during a sub-process which is repeated multiple times.
|
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-06-18 11:25 | marvintm | New Issue | |
2012-06-18 11:25 | marvintm | Assigned To | => marvintm |
2012-06-18 11:25 | marvintm | Modules | => Core |
2012-06-18 11:25 | marvintm | OBNetwork customer | => No |
2012-06-18 11:28 | alostale | Tag Attached: Performance | |
2012-06-18 11:32 | hgbot | Checkin | |
2012-06-18 11:32 | hgbot | Note Added: 0049883 | |
2012-06-18 11:32 | hgbot | Status | new => resolved |
2012-06-18 11:32 | hgbot | Resolution | open => fixed |
2012-06-18 11:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/70514770c8717c4984c4616285db532db7a784df [^] |
2012-06-25 11:14 | AugustoMauch | Note Added: 0050058 | |
2012-06-25 11:17 | AugustoMauch | Note Added: 0050059 | |
2012-06-25 11:17 | AugustoMauch | Status | resolved => closed |
2012-06-25 11:17 | AugustoMauch | Fixed in Version | => 3.0MP13 |
2012-06-27 05:28 | hudsonbot | Checkin | |
2012-06-27 05:28 | hudsonbot | Note Added: 0050110 | |
Notes |
|
(0049883)
|
hgbot
|
2012-06-18 11:32
|
|
Repository: erp/devel/pi
Changeset: 70514770c8717c4984c4616285db532db7a784df
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Jun 18 11:32:16 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/70514770c8717c4984c4616285db532db7a784df [^]
Fixed issue 20789. Removed flushes when disabling/enabling triggers in TriggerHandler to improve performance
---
M src/org/openbravo/dal/core/TriggerHandler.java
---
|
|
|
|
changeset: 16908:a95907cb54ce
tag: tip
user: Antonio Moreno <antonio.moreno@openbravo.com>
date: Mon Jun 25 10:56:21 2012 +0200
files: src/org/openbravo/dal/core/TriggerHandler.java
description:
Related to 20789. Now the setting of the ThreadLocal will happen inside the try/catch |
|
|
|
Code reviewed and verified pi@a95907cb54ce |
|
|
|
|