Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0047510 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2021-08-05 17:48 | 2021-10-27 11:03 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | RR21Q4 | |||
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 | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0047510: in 21Q2, incremental refresh process is slower in 21Q2 than previous releases | |||||||
Description | In 21Q2, the incremental refresh process is slower than previous releases | |||||||
Steps To Reproduce | same data . in 19Q3: - [BO] update 7000 products - [POS] execute incremental refresh process: Product model takes less than 3 segs (see internal note- video1) . in 21Q2: - [BO] update 7000 products - [POS] execute incremental refresh process: Product model takes less than 150 segs (see internal note- video2) | |||||||
Tags | NOR | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||||
|
Notes | |
(0131039) hgbot (developer) 2021-08-09 13:29 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/268 [^] |
(0131155) hgbot (developer) 2021-08-17 12:18 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.programs/-/merge_requests/18 [^] |
(0131245) hgbot (developer) 2021-08-23 08:40 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/268 [^] |
(0131246) hgbot (developer) 2021-08-23 08:40 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: c7fc5ebdf8554bab23c5dbd5aa396fbb561ed5e7 Author: Adrián Romero <adrian.romero@openbravo.com> Date: 2021-08-23T05:26:48+00:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/c7fc5ebdf8554bab23c5dbd5aa396fbb561ed5e7 [^] Fixes ISSUE-0047510: in 21Q2, incremental refresh process is slower in 21Q2 than previous releases * Executes all records updates in a single IndexedDB model in one transaction instead using one transaction for each record. --- M web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/IndexedDBController.js --- |
(0131247) hgbot (developer) 2021-08-23 08:40 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: c517f0bbdc7f60098384b8cd06c4a8358d70894b Author: Adrián Romero <adrian.romero@openbravo.com> Date: 2021-08-23T05:26:48+00:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/c517f0bbdc7f60098384b8cd06c4a8358d70894b [^] Related to ISSUE-0047510: in 21Q2, incremental refresh process is slower in 21Q2 than previous releases * Use writeBatch in putIncrementalMasterdata() and create new function updateMasterData() --- M web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js --- |
(0131248) hgbot (developer) 2021-08-23 08:40 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: c8d2a3c16aeb053f7b69e5bbe687a590f6c5d5aa Author: Adrián Romero <adrian.romero@openbravo.com> Date: 2021-08-23T05:26:48+00:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/c8d2a3c16aeb053f7b69e5bbe687a590f6c5d5aa [^] Related to ISSUE-0047510: in 21Q2, incremental refresh process is slower in 21Q2 than previous releases * Move cache update to the end of the IndexedDB transaction --- M web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js --- |
(0131249) hgbot (developer) 2021-08-23 08:40 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.programs [^] Changeset: 089626066418801204cd9e57ca70d563996e1bd6 Author: Ranjith S R <ranjith@qualiantech.com> Date: 2021-08-17T12:37:27+05:30 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.programs/-/commit/089626066418801204cd9e57ca70d563996e1bd6 [^] Related to ISSUE-47510: Renamed isactive property with active property --- M src/org/openbravo/retail/loyalty/programs/master/LoyaltySubscriptionsProperties.java M src/org/openbravo/retail/loyalty/programs/process/GetSubscriptionInformationPollingHandler.java M src/org/openbravo/retail/loyalty/programs/term/LoyaltyProgramProperties.java M web/org.openbravo.retail.loyalty.programs/app/model/masterdata/LoyaltySubscriptionsModel.js M web/org.openbravo.retail.loyalty.programs/js/component/program-selection-popup.js M web/org.openbravo.retail.loyalty.programs/js/component/subscription-icon.js M web/org.openbravo.retail.loyalty.programs/js/hooks/obrlp_postBarcodeAction.js M web/org.openbravo.retail.loyalty.programs/js/model/loyaltysubscriptions.js M web/org.openbravo.retail.loyalty.programs/js/utils/obrlputils.js M web/org.openbravo.retail.loyalty.programs/js/view/addpoints-popup.js M web/org.openbravo.retail.loyalty.programs/js/view/customeredit-fields.js M web/org.openbravo.retail.loyalty.programs/js/view/manageLoyalty.js M web/org.openbravo.retail.loyalty.programs/js/view/subscription-create-form.js --- |
(0131250) hgbot (developer) 2021-08-23 08:40 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.programs/-/merge_requests/18 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2021-08-05 17:48 | malsasua | New Issue | |
2021-08-05 17:48 | malsasua | Assigned To | => Retail |
2021-08-05 17:48 | malsasua | Resolution time | => 1628719200 |
2021-08-05 17:48 | malsasua | Triggers an Emergency Pack | => No |
2021-08-05 18:26 | Practics | Issue Monitored: Practics | |
2021-08-05 18:35 | adrianromero | Relationship added | related to 0047468 |
2021-08-06 11:28 | adrianromero | Status | new => acknowledged |
2021-08-06 12:20 | adrianromero | Relationship added | related to 0047433 |
2021-08-06 12:25 | adrianromero | Relationship deleted | related to 0047433 |
2021-08-06 12:25 | adrianromero | Relationship added | related to 0047423 |
2021-08-09 13:29 | hgbot | Note Added: 0131039 | |
2021-08-17 12:18 | hgbot | Note Added: 0131155 | |
2021-08-20 07:40 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2021-08-20 07:41 | ranjith_qualiantech_com | Status | acknowledged => scheduled |
2021-08-20 13:15 | marvintm | Status | scheduled => acknowledged |
2021-08-20 13:15 | marvintm | Status | acknowledged => scheduled |
2021-08-23 08:40 | hgbot | Resolution | open => fixed |
2021-08-23 08:40 | hgbot | Status | scheduled => closed |
2021-08-23 08:40 | hgbot | Note Added: 0131245 | |
2021-08-23 08:40 | hgbot | Fixed in Version | => RR21Q4 |
2021-08-23 08:40 | hgbot | Note Added: 0131246 | |
2021-08-23 08:40 | hgbot | Note Added: 0131247 | |
2021-08-23 08:40 | hgbot | Note Added: 0131248 | |
2021-08-23 08:40 | hgbot | Note Added: 0131249 | |
2021-08-23 08:40 | hgbot | Note Added: 0131250 | |
2021-09-02 14:26 | alostale | Relationship added | causes 0047622 |
2021-10-27 11:03 | rafaroda | Tag Attached: NOR |
Copyright © 2000 - 2009 MantisBT Group |