Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||||||||||||||||||||||||||||||
View Issue Details | ||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||||||||||||||||||||||
0036636 | Openbravo ERP | A. Platform | public | 2017-08-10 16:12 | 2017-09-21 16:49 | |||||||||||||||||||||||||||||||||||
Reporter | shuehner | |||||||||||||||||||||||||||||||||||||||
Assigned To | alostale | |||||||||||||||||||||||||||||||||||||||
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.0PR17Q4 | ||||||||||||||||||||||||||||||||||||||
Merge Request Status | ||||||||||||||||||||||||||||||||||||||||
Review Assigned To | caristu | |||||||||||||||||||||||||||||||||||||||
OBNetwork customer | ||||||||||||||||||||||||||||||||||||||||
Web browser | ||||||||||||||||||||||||||||||||||||||||
Modules | Core | |||||||||||||||||||||||||||||||||||||||
Support ticket | ||||||||||||||||||||||||||||||||||||||||
Regression level | ||||||||||||||||||||||||||||||||||||||||
Regression date | ||||||||||||||||||||||||||||||||||||||||
Regression introduced in release | ||||||||||||||||||||||||||||||||||||||||
Regression introduced by commit | ||||||||||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | |||||||||||||||||||||||||||||||||||||||
Summary | 0036636: new DalConnectionProvider() causes double flush in 1 case | |||||||||||||||||||||||||||||||||||||||
Description | Using that constructor or DalConnectionProvider(true) requests a flush being done. However at least in 1 case 2 flushes are done instead. Trigger is: conn = new DalConnectionProvider() and then use connection = conn.getConnection() which inside the DalConnectionProvider inside the getConnection() method does not have connection member initialized (first use): if (connection == null || connection.isClosed()) { connection = OBDal.getInstance(pool).getConnection(flush); } but then a few lines later also calls this: // always flush all remaining actions if (flush) { OBDal.getInstance(pool).flush(); } Which does 2 flushes in practice when only 1 single one is requested. | |||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | calling this java method reproduces the problem SystemInfo.getSystemIdentifier() That happen i.e. in the StaticResources request calling it during ftl template processing. | |||||||||||||||||||||||||||||||||||||||
Proposed Solution | ||||||||||||||||||||||||||||||||||||||||
Additional Information | ||||||||||||||||||||||||||||||||||||||||
Tags | Performance | |||||||||||||||||||||||||||||||||||||||
Relationships |
| |||||||||||||||||||||||||||||||||||||||
Attached Files | ||||||||||||||||||||||||||||||||||||||||
Issue History | ||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | |||||||||||||||||||||||||||||||||||||
2017-08-10 16:12 | shuehner | New Issue | ||||||||||||||||||||||||||||||||||||||
2017-08-10 16:12 | shuehner | Assigned To | => platform | |||||||||||||||||||||||||||||||||||||
2017-08-10 16:12 | shuehner | Modules | => Core | |||||||||||||||||||||||||||||||||||||
2017-08-10 16:12 | shuehner | Triggers an Emergency Pack | => No | |||||||||||||||||||||||||||||||||||||
2017-08-10 16:13 | shuehner | Relationship added | related to 0036607 | |||||||||||||||||||||||||||||||||||||
2017-08-10 16:13 | shuehner | Relationship added | related to 0036606 | |||||||||||||||||||||||||||||||||||||
2017-08-10 17:16 | shuehner | Relationship added | related to 0036638 | |||||||||||||||||||||||||||||||||||||
2017-08-11 11:49 | alostale | Tag Attached: Performance | ||||||||||||||||||||||||||||||||||||||
2017-08-11 12:18 | hgbot | Checkin | ||||||||||||||||||||||||||||||||||||||
2017-08-11 12:18 | hgbot | Note Added: 0098487 | ||||||||||||||||||||||||||||||||||||||
2017-08-11 12:18 | hgbot | Status | new => resolved | |||||||||||||||||||||||||||||||||||||
2017-08-11 12:18 | hgbot | Resolution | open => fixed | |||||||||||||||||||||||||||||||||||||
2017-08-11 12:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/64c98f878ddb9f4f0e82905509d191d95fd06764 [^] | |||||||||||||||||||||||||||||||||||||
2017-08-11 12:18 | alostale | Assigned To | platform => alostale | |||||||||||||||||||||||||||||||||||||
2017-08-11 12:19 | alostale | Review Assigned To | => caristu | |||||||||||||||||||||||||||||||||||||
2017-08-11 12:45 | caristu | Relationship added | related to 0035193 | |||||||||||||||||||||||||||||||||||||
2017-08-11 12:45 | caristu | Relationship added | related to 0035356 | |||||||||||||||||||||||||||||||||||||
2017-08-11 13:08 | caristu | Note Added: 0098491 | ||||||||||||||||||||||||||||||||||||||
2017-08-11 13:08 | caristu | Status | resolved => closed | |||||||||||||||||||||||||||||||||||||
2017-08-11 13:08 | caristu | Fixed in Version | => 3.0PR17Q4 | |||||||||||||||||||||||||||||||||||||
2017-09-21 16:49 | hudsonbot | Checkin | ||||||||||||||||||||||||||||||||||||||
2017-09-21 16:49 | hudsonbot | Note Added: 0099308 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|