[
https://issues.apache.org/jira/browse/HADOOP-16479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16898042#comment-16898042
]
Hadoop QA commented on HADOOP-16479:
------------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 5s{color}
| {color:red} HADOOP-16479 does not apply to trunk. Rebase required? Wrong
Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HADOOP-16479 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12976434/HADOOP-16479-002.patch
|
| Console output |
https://builds.apache.org/job/PreCommit-HADOOP-Build/16444/console |
| Powered by | Apache Yetus 0.8.0 http://yetus.apache.org |
This message was automatically generated.
> ABFS FileStatus.getModificationTime returns localized time instead of UTC
> -------------------------------------------------------------------------
>
> Key: HADOOP-16479
> URL: https://issues.apache.org/jira/browse/HADOOP-16479
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure
> Affects Versions: 3.2.0
> Reporter: Joan Sala Reixach
> Assignee: Bilahari T H
> Priority: Major
> Attachments: HADOOP-16479-001.patch, HADOOP-16479-002.patch,
> image-2019-07-31-18-21-53-023.png, image-2019-07-31-18-23-37-349.png
>
>
> As per javadoc, the method FileStatus.getModificationTime() should return the
> time in UTC, but it returns the time in the JVM timezone.
> The issue origins in AzureBlobFileSystemStore.getFileStatus() itself, sinceĀ
> parseLastModifiedTime() returns a wrong date. I have created a file in Azure
> Data Lake Gen2 and when I look atĀ it through the Azure Explorer it shows the
> correct modification time, but the method returns -2 hours time (I am in CET
> = UTC+2).
> Azure Explorer last modified time:
> !image-2019-07-31-18-21-53-023.png|width=460,height=45!
> AbfsClient parseLastModifiedTime:
> !image-2019-07-31-18-23-37-349.png|width=459,height=284!
> It shows 15:21 CEST as utcDate, when it should be 15:21 UTC, which results in
> the 2 hour loss.
> DateFormat.parse uses a localized calendar to parse dates which might be the
> source of the issue.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]