Skip to content

NIFI-11987: Set read buffer size in PutAzureBlobStorage_v12#7640

Closed
turcsanyip wants to merge 1 commit intoapache:mainfrom
turcsanyip:NIFI-11987
Closed

NIFI-11987: Set read buffer size in PutAzureBlobStorage_v12#7640
turcsanyip wants to merge 1 commit intoapache:mainfrom
turcsanyip:NIFI-11987

Conversation

@turcsanyip
Copy link
Contributor

@turcsanyip turcsanyip commented Aug 24, 2023

Increased the read buffer size in order to avoid OOME due to too many buffer allocations (exceeding vm.max_map_count on Linux).

Summary

NIFI-11987

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using mvn clean install -P contrib-check
    • JDK 17

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

Increased the read buffer size in order to avoid OOME due to too many buffer allocations (exceeding vm.max_map_count on Linux).
Copy link
Contributor

@nandorsoma nandorsoma left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the fix @turcsanyip!

@asfgit asfgit closed this in 68983ce Aug 24, 2023
asfgit pushed a commit that referenced this pull request Aug 24, 2023
Increased the read buffer size in order to avoid OOME due to too many buffer allocations (exceeding vm.max_map_count on Linux).

Backported
This closes #7640

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit 68983ce)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants