Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0031446 | Openbravo ERP | A. Platform | public | 2015-11-10 09:03 | 2015-11-16 08:53 | |||||||
Reporter | mtaal | |||||||||||
Assigned To | mtaal | |||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | 3.0PR15Q3.4 | Fixed in Version | 3.0PR15Q3.4 | |||||||||
Merge Request Status | ||||||||||||
Review Assigned To | marvintm | |||||||||||
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 | 0031446: Import entry process can have a stopped but not deregistered thread: tickets remain in the queue | |||||||||||
Description | If a low-level error occurs when processing import entries there is a possibility that the run method ([1]) in the ImportEntryProcessRunnable is exited without deregistering. [1] https://code.openbravo.com/erp/devel/pi/file/710400f71264/src/org/openbravo/service/importprocess/ImportEntryProcessor.java#l274 [^] | |||||||||||
Steps To Reproduce | Force a low level exception, for example throw an exception around this line: https://code.openbravo.com/erp/devel/pi/file/710400f71264/src/org/openbravo/service/importprocess/ImportEntryProcessor.java#l375 [^] | |||||||||||
Proposed Solution | Add a catch (Throwable logIt) before the finally block in this location: https://code.openbravo.com/erp/devel/pi/file/710400f71264/src/org/openbravo/service/importprocess/ImportEntryProcessor.java#l381 [^] Also add more logging statements to log errors/exceptions. Backend threads shallow exceptions/they are not logged. | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2015-11-12 11:14 | mtaal | Type | defect => backport | |||||||||
2015-11-12 11:14 | mtaal | Target Version | 3.0PR16Q1 => 3.0PR15Q3.4 | |||||||||
2015-11-15 12:51 | mtaal | Review Assigned To | => marvintm | |||||||||
2015-11-15 12:57 | hgbot | Checkin | ||||||||||
2015-11-15 12:57 | hgbot | Note Added: 0081853 | ||||||||||
2015-11-15 12:57 | hgbot | Status | scheduled => resolved | |||||||||
2015-11-15 12:57 | hgbot | Resolution | open => fixed | |||||||||
2015-11-15 12:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR15Q3.4/rev/12dfd7922c07f1b9692932cfcb1942dab0007e8d [^] | |||||||||
2015-11-16 08:53 | marvintm | Status | resolved => closed | |||||||||
2015-11-16 08:53 | marvintm | Fixed in Version | => 3.0PR15Q3.4 |
Notes | |||||
|
|||||
|
|