[
https://issues.apache.org/jira/browse/NIFI-11408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17710226#comment-17710226
]
ASF subversion and git services commented on NIFI-11408:
--------------------------------------------------------
Commit 4414793f2a1a458dae922864c7c53959491f8393 in nifi's branch
refs/heads/main from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4414793f2a ]
NIFI-11408 enable user to disable gzip compression with PutGCSObject
Signed-off-by: Pierre Villard <[email protected]>
This closes #7139.
> PutGCSObject appears to send GZIP compressed content by default
> ---------------------------------------------------------------
>
> Key: NIFI-11408
> URL: https://issues.apache.org/jira/browse/NIFI-11408
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Joe Witt
> Assignee: Joe Witt
> Priority: Major
> Fix For: 1.latest, 2.latest
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> In looking at a stack trace from a live system it was observed that many
> threads were spending time on PutGCSObject specifically routing through a
> GZIP compression stream in use by the GCS storage library.
> In some searching I found
> https://github.com/sonatype-nexus-community/nexus-blobstore-google-cloud/pull/53/files
> It appears we should make it optional to take advantage of disabling this as
> default performance can be quite hampered especially for data which won't
> benefit from additional compression.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)