Skip to content

Bug 624056: 10000 records to json array conversion in Data Archive Provider causes PROD nodes to run out of memory#7001

Merged
BardurKnudsen merged 7 commits intomainfrom
bugs/624056-arch
Mar 9, 2026
Merged

Bug 624056: 10000 records to json array conversion in Data Archive Provider causes PROD nodes to run out of memory#7001
BardurKnudsen merged 7 commits intomainfrom
bugs/624056-arch

Conversation

@BardurKnudsen
Copy link
Contributor

@BardurKnudsen BardurKnudsen commented Mar 4, 2026

Summary

Instead of piling up 10000 records before flushing, we only pile up 1000 records before we flush.

Work Item(s)

Fixes AB#624056

@BardurKnudsen BardurKnudsen requested a review from a team as a code owner March 4, 2026 13:19
@github-actions github-actions bot added the AL: Apps (W1) Add-on apps for W1 label Mar 4, 2026
@github-actions github-actions bot added this to the Version 29.0 milestone Mar 4, 2026
attilatoury
attilatoury previously approved these changes Mar 4, 2026
VolodySyn
VolodySyn previously approved these changes Mar 4, 2026
darjoo
darjoo previously approved these changes Mar 4, 2026
PredragMaricic
PredragMaricic previously approved these changes Mar 4, 2026
Copy link
Contributor

@PhDuck PhDuck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BardurKnudsen BardurKnudsen merged commit da921d6 into main Mar 9, 2026
48 checks passed
@BardurKnudsen BardurKnudsen deleted the bugs/624056-arch branch March 9, 2026 09:42
BardurKnudsen added a commit that referenced this pull request Mar 10, 2026
…ovider causes PROD nodes to run out of memory (#7001)

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
Instead of piling up 10000 records before flushing, we only pile up 1000
records before we flush.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#624056](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/624056)

---------

Co-authored-by: Bardur Knudsen <bknudsen@microsoft.com>
BardurKnudsen added a commit that referenced this pull request Mar 10, 2026
…ovider causes PROD nodes to run out of memory (#7001)

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
Instead of piling up 10000 records before flushing, we only pile up 1000
records before we flush.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#624056](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/624056)

---------

Co-authored-by: Bardur Knudsen <bknudsen@microsoft.com>
BardurKnudsen added a commit that referenced this pull request Mar 11, 2026
…ive Provider causes PROD nodes to run out of memory (#7076)

…ovider causes PROD nodes to run out of memory (#7001)

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md -->
#### Summary <!-- Provide a general summary of your changes --> Instead
of piling up 10000 records before flushing, we only pile up 1000 records
before we flush.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes

[AB#624751](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/624751)

---------

Co-authored-by: Bardur Knudsen <bknudsen@microsoft.com>
BardurKnudsen added a commit that referenced this pull request Mar 11, 2026
…ive Provider causes PROD nodes to run out of memory (#7077)

…ovider causes PROD nodes to run out of memory (#7001)

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md -->
#### Summary <!-- Provide a general summary of your changes --> Instead
of piling up 10000 records before flushing, we only pile up 1000 records
before we flush.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes

[AB#624754](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/624754)

---------

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes #

Co-authored-by: Bardur Knudsen <bknudsen@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants