[
https://issues.apache.org/jira/browse/STORM-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097499#comment-15097499
]
ASF GitHub Bot commented on STORM-1472:
---------------------------------------
Github user zhuoliu commented on a diff in the pull request:
https://github.com/apache/storm/pull/1014#discussion_r49682555
--- Diff: storm-core/src/clj/org/apache/storm/ui/core.clj ---
@@ -646,7 +646,7 @@
reverse)]
{"componentErrors"
(for [^ErrorInfo e errors]
- {"time" (* 1000 (long (.get_error_time_secs e)))
+ {"errorTime" (* 1000 (long (.get_error_time_secs e)))
--- End diff --
Here fix a bug.
> Change long to readble date/time format for error log link
> ----------------------------------------------------------
>
> Key: STORM-1472
> URL: https://issues.apache.org/jira/browse/STORM-1472
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Zhuo Liu
> Assignee: Zhuo Liu
> Priority: Minor
> Fix For: 1.0.0
>
>
> In the error log link of UI, long of millisecond dates makes little sense to
> user. It would be nice to change it to be readable date.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)