Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0044265 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | critical | always | 2020-06-02 16:26 | 2021-09-07 06:53 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | cberner | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | PR20Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 45a22d23973d | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0044265: Grid timeout is not working on the popup for audit trail | |||||||
Description | Having a timeout for the queries of the grid defined on the Openbravo.properties, that value is not considered on the grids shown on the audit trail popups. | |||||||
Steps To Reproduce | -On an environment with big amount of data and big amout of audit information. -Define on Openbravo.properties a low value for the grid timeout -open the popup for audit trail on a window that is being audited. *Query is not killed after the timeout. | |||||||
Tags | Performance | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||||
|
Notes | |
(0120640) cberner (developer) 2020-06-04 10:27 |
Merge Request: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/80 [^] |
(0120645) hgbot (developer) 2020-06-04 12:13 |
Repository: erp/devel/pi Changeset: 45a22d23973d6bfb14514f5d58978d7879129bee Author: Cristian Berner <cristian.berner <at> openbravo.com> Date: Thu Jun 04 10:11:08 2020 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/45a22d23973d6bfb14514f5d58978d7879129bee [^] Fixes ISSUE-44265: Use grid timeout in audit trail popup grid queries --- M modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonUtils.java M src/org/openbravo/erpCommon/businessUtility/AuditTrailPopup.java --- |
(0131586) hgbot (developer) 2021-09-07 06:53 |
Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: 448e3cec40b60c13179d889e1e09f29840eb79a1 Author: Asier Lostalé <asier.lostale@openbravo.com> Date: 2021-08-31T08:50:00+02:00 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/448e3cec40b60c13179d889e1e09f29840eb79a1 [^] fixed BUG-47590: grid timeout not applied in audit trail deleted rows Although correct grid query profile was set by fix 45a22d23973d for BUG-44265, it was not applied when displaying deleted records. The reason is deleted records queries are generated as manual sql and executed through the ExecuteQuery API. This API was not taking into account profile timeouts. This commit: * Makes ExecuteQuery aware of query timeouts. * Allows AuditTrailDeletedRecords.getDeletedRecords to throw the exceptions that might occur during query execution so the caller catches them displaying a message to the user. * Removes an unused AuditTrailDeletedRecords.getDeletedRecords overloaded method. --- M src/org/openbravo/erpCommon/businessUtility/AuditTrailDeletedRecords.java M src/org/openbravo/erpCommon/businessUtility/AuditTrailPopup.java M src/org/openbravo/erpCommon/utility/ExecuteQuery.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2020-06-02 16:26 | egoitz | New Issue | |
2020-06-02 16:26 | egoitz | Assigned To | => platform |
2020-06-02 16:26 | egoitz | Modules | => Core |
2020-06-02 16:26 | egoitz | Resolution time | => 1592258400 |
2020-06-02 16:26 | egoitz | Triggers an Emergency Pack | => No |
2020-06-03 10:16 | egoitz | Summary | Grid timeout is now working on the popup for audit trail => Grid timeout is not working on the popup for audit trail |
2020-06-03 18:33 | cberner | Assigned To | platform => cberner |
2020-06-04 10:06 | alostale | Tag Attached: Performance | |
2020-06-04 10:06 | alostale | Relationship added | related to 0040479 |
2020-06-04 10:07 | alostale | Relationship added | related to 0040449 |
2020-06-04 10:16 | cberner | Status | new => scheduled |
2020-06-04 10:27 | cberner | Note Added: 0120640 | |
2020-06-04 10:27 | cberner | Review Assigned To | => alostale |
2020-06-04 11:37 | alostale | Status | scheduled => feedback |
2020-06-04 11:37 | alostale | Status | feedback => new |
2020-06-04 11:38 | alostale | Severity | major => critical |
2020-06-04 11:38 | alostale | Status | new => scheduled |
2020-06-04 12:13 | hgbot | Checkin | |
2020-06-04 12:13 | hgbot | Note Added: 0120645 | |
2020-06-04 12:13 | hgbot | Status | scheduled => resolved |
2020-06-04 12:13 | hgbot | Resolution | open => fixed |
2020-06-04 12:13 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/45a22d23973d6bfb14514f5d58978d7879129bee [^] |
2020-06-04 12:18 | alostale | Status | resolved => closed |
2020-06-04 12:18 | alostale | Fixed in Version | => 3.0PR20Q3 |
2021-08-25 10:53 | egoitz | Relationship added | related to 0047590 |
2021-09-07 06:53 | hgbot | Note Added: 0131586 |
Copyright © 2000 - 2009 MantisBT Group |