GitHub user d2r reopened a pull request:
https://github.com/apache/storm/pull/1129
[STORM-1488] fix broken component error times
Note that the errorTime reported for the component/ path was previously in
milliseconds, but the errorTime reported for the topology/ path was in seconds.
This inconsistency fixed, but we should also update the REST API example. The
REST API doc currently does not specify the units.
This should also go to master branch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/d2r/storm storm-1488-err-times-in-70s
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1129.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1129
----
commit 2c6fc60054b1cb7115bf53d3d4f592888c263961
Author: Derek Dagit <[email protected]>
Date: 2016-02-19T22:50:58Z
fix broken component error times
commit 1397246d2b2721783bb43445a84996ec552a05d5
Author: Derek Dagit <[email protected]>
Date: 2016-02-24T22:12:19Z
Topo page last error time blank when no errors
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---