You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2023/04/07 22:25:00 UTC

[jira] [Created] (NIFI-11408) PutGCSObject appears to send GZIP compressed content by default

Joe Witt created NIFI-11408:
-------------------------------

             Summary: 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


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)