Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034512 | Openbravo ERP | 09. Financial management | public | 2016-11-15 09:13 | 2017-05-29 17:43 |
|
Reporter | caristu | |
Assigned To | AtulOpenbravo | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q3 | |
Merge Request Status | |
Review Assigned To | aferraz |
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 | 0034512: [clustering] Close year process is locked just at JVM level |
Description | The processYearClose method of the EndYearCloseUtility is a synchronized method. This means that the process has been designed to prevent its execution by different threads in parallel.
In a clustered environment the previous assumption is not guaranteed, as the synchronized method is preventing concurrent executions within the same JVM.
Therefore it could be possible to execute this process in parallel by different threads which belong to different nodes of a clustered environment. |
Steps To Reproduce | In description |
Proposed Solution | |
Additional Information | |
Tags | clustering |
Relationships | has duplicate | defect | 0034507 | | closed | collazoandy4 | Unneeded lock in processButtonReg and processButtonClose methods of EndYearCloseUtility | blocks | design defect | 0034490 | | acknowledged | Triage Platform Base | [clustering] Support clustering |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-15 09:13 | caristu | New Issue | |
2016-11-15 09:13 | caristu | Assigned To | => Triage Finance |
2016-11-15 09:13 | caristu | OBNetwork customer | => No |
2016-11-15 09:13 | caristu | Modules | => Core |
2016-11-15 09:13 | caristu | Triggers an Emergency Pack | => No |
2016-11-15 09:13 | caristu | Relationship added | related to 0034490 |
2016-11-15 09:14 | caristu | Relationship deleted | related to 0034490 |
2016-11-15 09:14 | caristu | Relationship added | blocks 0034490 |
2016-11-15 10:17 | caristu | Description Updated | bug_revision_view_page.php?rev_id=13716#r13716 |
2016-11-15 11:12 | caristu | Tag Attached: clustering | |
2017-03-23 15:02 | markmm82 | Assigned To | Triage Finance => AtulOpenbravo |
2017-05-12 07:46 | AtulOpenbravo | Status | new => scheduled |
2017-05-24 10:11 | hgbot | Checkin | |
2017-05-24 10:11 | hgbot | Note Added: 0096744 | |
2017-05-24 10:11 | hgbot | Status | scheduled => resolved |
2017-05-24 10:11 | hgbot | Resolution | open => fixed |
2017-05-24 10:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6bf3013c651bc50a81cf929eaff043acc587d49d [^] |
2017-05-24 10:13 | aferraz | Review Assigned To | => aferraz |
2017-05-24 10:13 | aferraz | Note Added: 0096746 | |
2017-05-24 10:13 | aferraz | Status | resolved => closed |
2017-05-24 10:13 | aferraz | Fixed in Version | => 3.0PR17Q3 |
2017-05-29 17:43 | hudsonbot | Checkin | |
2017-05-29 17:43 | hudsonbot | Note Added: 0096981 | |
2017-12-27 09:44 | vmromanos | Relationship added | has duplicate 0034507 |