mayki created NIFI-11865:
----------------------------
Summary: 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.18.0, 1.17.0
Environment: Production
Reporter: mayki
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)