Openbravo Issue Tracking System - Localization Pack: Spain |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048440 | Localization Pack: Spain | SII | public | 2022-01-19 17:31 | 2022-04-01 10:51 |
|
Reporter | vmromanos | |
Assigned To | vmromanos | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0048440: SendInvoicesGroupsToAEAT might have problems when sending many invoices |
Description | The SendInvoicesGroupsToAEAT class might have the following issues:
1. It loads into memory many DAL objects without flushing and clearing cache on a regular basis. This might create an out of memory exception if the number of invoices to load is too high.
2. If the number of invoices to send in the batch, we might exceed a limit in the AEAT side (to be confirmed if this limit exists and the exact number). |
Steps To Reproduce | Detected in code review. |
Proposed Solution | 1. Flush and clear session while iterating over the invoices.
2. Add a limit to the invoices retrieved by the main query. |
Additional Information | |
Tags | NOR |
Relationships | related to | design defect | 0048238 | | new | psanjuan | SII performance review |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-01-19 17:31 | vmromanos | New Issue | |
2022-01-19 17:31 | vmromanos | Assigned To | => Jorge Bravo |
2022-01-19 17:31 | vmromanos | Assigned To | Jorge Bravo => vmromanos |
2022-02-21 16:19 | rafaroda | Relationship added | related to 0048238 |
2022-02-21 16:19 | rafaroda | Tag Attached: NOR | |
2022-03-17 20:37 | hgbot | Note Added: 0135823 | |
2022-03-29 18:57 | hgbot | Note Added: 0136140 | |
2022-03-29 19:08 | hgbot | Note Added: 0136141 | |
2022-04-01 10:51 | hgbot | Resolution | open => fixed |
2022-04-01 10:51 | hgbot | Status | new => closed |
2022-04-01 10:51 | hgbot | Note Added: 0136246 | |
2022-04-01 10:51 | hgbot | Note Added: 0136247 | |