Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0052284 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2023-04-27 15:41 | 2023-05-03 09:15 | |||
Reporter | gorka_gil | View Status | public | |||||
Assigned To | gorka_gil | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR23Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0052284: Creating many cash managements hangs the terminal | |||||||
Description | When creating around 14 - 16 cash managements the terminal goes extremly slow and hangs. The problem it is the cashupReportInformation of the cashManagement that it is added recursively in each cash management. What causes the state to increase a lot in size till reach the limit quota or the compression to persist uses all the cpu. | |||||||
Steps To Reproduce | go to pos go to cash management window, add a deposit, click done repeat previus line 16 times ERROR: Starting from 10-12 it will go slower, and when reachin 14-16 it will be almost hang | |||||||
Proposed Solution | Remove the cashupReportInformation from the state, only it is needed when sending to backend the cash management | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0149022) hgbot (developer) 2023-04-27 15:46 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1167 [^] |
(0149149) hgbot (developer) 2023-05-02 16:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 58c770127ff28a15a54ea11cc72805dbb00cf1ed Author: Gorka Gil <gorka.gil@openbravo.com> Date: 02-05-2023 14:26:56 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/58c770127ff28a15a54ea11cc72805dbb00cf1ed [^] Fixes ISSUE-52284: Fix to not store in the state in each cashmanagement the cashupReportInformation If stored in the state, in each cash management it is adding recursively the cashupReportInformation, and in around 15 cash managements the application hangs because the state is too big and runs out of quota or the compression to save to disk takes all the cpu. Also cash management messages can not be synchronized to the backend because of its huge size --- M web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/ProcessCashManagements.js --- |
(0149150) hgbot (developer) 2023-05-02 16:27 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1167 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2023-04-27 15:41 | gorka_gil | New Issue | |
2023-04-27 15:41 | gorka_gil | Assigned To | => gorka_gil |
2023-04-27 15:41 | gorka_gil | OBNetwork customer | => No |
2023-04-27 15:41 | gorka_gil | Triggers an Emergency Pack | => No |
2023-04-27 15:46 | hgbot | Merge Request Status | => open |
2023-04-27 15:46 | hgbot | Note Added: 0149022 | |
2023-05-02 16:26 | hgbot | Merge Request Status | open => approved |
2023-05-02 16:27 | hgbot | Resolution | open => fixed |
2023-05-02 16:27 | hgbot | Status | new => closed |
2023-05-02 16:27 | hgbot | Fixed in Version | => RR23Q3 |
2023-05-02 16:27 | hgbot | Note Added: 0149149 | |
2023-05-02 16:27 | hgbot | Note Added: 0149150 | |
2023-05-03 09:14 | marvintm | Status | closed => new |
2023-05-03 09:14 | marvintm | Resolution | fixed => open |
2023-05-03 09:14 | marvintm | Fixed in Version | RR23Q3 => |
2023-05-03 09:14 | marvintm | Status | new => scheduled |
2023-05-03 09:14 | marvintm | Status | scheduled => resolved |
2023-05-03 09:14 | marvintm | Fixed in Version | => RR23Q3 |
2023-05-03 09:14 | marvintm | Resolution | open => fixed |
2023-05-03 09:15 | marvintm | Review Assigned To | => marvintm |
2023-05-03 09:15 | marvintm | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |