You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/10/05 23:01:05 UTC

[33/37] storm git commit: Update for time -> errorTime name change

Update for time -> errorTime name change


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3983084b
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3983084b
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3983084b

Branch: refs/heads/master
Commit: 3983084b7a66b1ecde43fbf223f059e4e598f2ae
Parents: 68c0a16
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Tue Sep 29 14:49:04 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Tue Sep 29 14:49:04 2015 -0500

----------------------------------------------------------------------
 STORM-UI-REST-API.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/3983084b/STORM-UI-REST-API.md
----------------------------------------------------------------------
diff --git a/STORM-UI-REST-API.md b/STORM-UI-REST-API.md
index a8f2bd1..3c5ca80 100644
--- a/STORM-UI-REST-API.md
+++ b/STORM-UI-REST-API.md
@@ -436,7 +436,7 @@ Response fields:
 |windowHint| String | window param value in "hh mm ss" format. Default value is "All Time"|
 |executors| Integer |Number of executor tasks in the component|
 |componentErrors| Array of Errors | List of component errors|
-|componentErrors.time| Long | Timestamp when the exception occurred |
+|componentErrors.errorTime| Long | Timestamp when the exception occurred (Prior to 0.11.0, this field was named 'time'.)|
 |componentErrors.errorHost| String | host name for the error|
 |componentErrors.errorPort| String | port for the error|
 |componentErrors.error| String |Shows the error happened in a component|
@@ -477,7 +477,7 @@ Sample response:
     "componentType": "spout",
     "windowHint": "10m 0s",
     "executors": 5,
-    "componentErrors":[{"time": 1406006074000,
+    "componentErrors":[{"errorTime": 1406006074000,
                         "errorHost": "10.11.1.70",
                         "errorPort": 6701,
                         "errorWorkerLogLink": "http://10.11.1.7:8000/log?file=worker-6701.log",