You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Paul Kelly (Jira)" <ji...@apache.org> on 2022/03/18 18:19:00 UTC

[jira] [Commented] (NIFI-9753) FetchGCSObject : failed with file with SPACE in the name

    [ https://issues.apache.org/jira/browse/NIFI-9753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508997#comment-17508997 ] 

Paul Kelly commented on NIFI-9753:
----------------------------------

This appears to be caused by a bug in the GCS SDK:

[https://github.com/googleapis/java-storage/issues/353]

 

NIFI-9304 already upgrades the GCP SDK to a version that includes the fix.  I confirmed that the 1.16.0 RC2 resolves this problem.

> FetchGCSObject : failed with file with SPACE in the name
> --------------------------------------------------------
>
>                 Key: NIFI-9753
>                 URL: https://issues.apache.org/jira/browse/NIFI-9753
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.15.3
>            Reporter: mayki
>            Priority: Blocker
>
> Hello
> Since I upgrade NIFI to 1.15.3, it seems the FetchGCSObject failed to push the file with SPACE. The same dataflow works in NIFI 1.11.4
> {code:java}
> FetchGCSObject[id=d4bd3b0d-1faf-15a4-e7fd-54ec8a7a739f] Failed to fetch GCS Object due to Blob BlobId{bucket=rtm-62991-ope-1, name=testFile/DTM-XFK PT14605-20220302_143829.csv, generation=null} not found: com.google.cloud.storage.StorageException: Blob BlobId{bucket=rtm-62991-ope-1, name=testFile/DTM/DTM-XFK PT14605-20220302_143829.csv, generation=null} not found {code}
> Have you change something in the 1.15.3 compare to 1.11.4 ?
>  
> Regards 
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)