You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Thierry PRATS (Jira)" <ji...@apache.org> on 2022/04/11 14:57:00 UTC

[jira] [Created] (NIFI-9909) GetHDFSFileInfo returns wrong timestamp

Thierry PRATS created NIFI-9909:
-----------------------------------

             Summary: GetHDFSFileInfo returns wrong timestamp
                 Key: NIFI-9909
                 URL: https://issues.apache.org/jira/browse/NIFI-9909
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.15.3
         Environment: Ubuntu 20.04 LTS
openjdk version "11.0.10" 2021-01-19
            Reporter: Thierry PRATS


GetHDFSFileInfo returns a wrong timestamp from an Azure Data Lake Storage Gen2, built on Azure Blob Storage.

For example, a file is last modified at Sunday April 10 2022 {*}04:01:35{*}, the processor returns :
{code:java}
"lastModified" : "1649548895000"{code}
"1649548895000" is Sunday April 10 2022 {*}02:01:35{*}. I expected "1649556095000".

In winter time, the difference is only one hour between the result from GetHDFSFileInfo and the reality timestamp.



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