GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2222
[STORM-2133] add page-rendered-at timestamp on the UI
As a user, I would like a simple timestamp of when a UI page was rendered,
so that, I can quickly check if the information is fresh.
This is mainly for the case of keeping browser tabs open for a long while
during debugging. Seeing old data in your browser could harm the effort.
-Reported by @d2r
see: https://issues.apache.org/jira/browse/STORM-2133
This PR adds timestamp on index, topology, supervisor, owner, component
pages, etc. I didn't add timestamp on logviewer pages since logs have clear
timestamps. Please let me know if it's also needed. Thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2133
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2222.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 #2222
----
commit 8ac87838d584eebe5d8c6ef434c0e560c177d4a2
Author: Ethan Li <[email protected]>
Date: 2017-07-18T17:23:53Z
[STORM-2133] add Page-rendered-at timestamp on the UI
----
---
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.
---