[
https://issues.apache.org/jira/browse/NIFI-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749642#comment-17749642
]
mayki commented on NIFI-11865:
------------------------------
Thanks for your response.
So here the logs in attachment
We could dropped in the "read timed out" with smal file size 1mb but often when
the file is around 4GB
The network team said they don't see any drops
Regards
> PutGCSObject fails "Read timed out" when connects via proxy
> -----------------------------------------------------------
>
> Key: NIFI-11865
> URL: https://issues.apache.org/jira/browse/NIFI-11865
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 1.17.0, 1.18.0
> Environment: Production
> Reporter: mayki
> Priority: Critical
> Attachments: putgcsobject_read_timed_out.txt
>
>
> Hello all,
> We use PutGCSObject via proxy to send the datas to the Google.
> Sometime NIFI receive this error :
> {code:java}
> PutGCSObject[id=206b15cf-8412-3f24-86bf-ef35fc7ac4ac] Failed to put
> FlowFile[filename=text.txt] to Google Cloud Storage due to Read timed out:
> com.google.cloud.storage.StorageException: Read timed out
> - Caused by: java.net.SocketTimeoutException: Read timed out {code}
> {code:java}
> PutGCSObject[id=206b15cf-8412-3f24-86bf-ef35fc7ac4ac] Failure completing
> upload flowfile=text.txt bucket=xxx key=text.txt reason=Read timed out:
> com.google.cloud.storage.StorageException: Read timed out - Caused by:
> java.net.SocketTimeoutException: Read timed out
> {code}
>
> Is it possible to setup the timeout ?
> In the most time, we use Retry processor with PutGCSObject, so all files are
> pushed correctly.
> But sometime after receive "Read Timed out", the file is truncate in the
> bucket.
> So it cause some issue for the consumer of this file.
> Any infos would be great.
> thanks a lot
--
This message was sent by Atlassian Jira
(v8.20.10#820010)