You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/05/15 21:35:54 UTC

[1/2] storm git commit: Revert "Added STORM-469 to Changelog and Reademe."

Repository: storm
Updated Branches:
  refs/heads/master 847958cad -> 512d3def0


Revert "Added STORM-469 to Changelog and Reademe."

This reverts commit 1a9e9e92e5e6f3ad54be6655706984d42dc9cf77.


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

Branch: refs/heads/master
Commit: d66444ced195e1546cfcfb188d3146974d42fd78
Parents: 847958c
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri May 15 14:30:13 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Fri May 15 14:30:13 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md    | 1 -
 README.markdown | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d66444ce/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e016c06..c3cfebd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -123,7 +123,6 @@
  * STORM-687: Storm UI does not display up to date information despite refreshes in IE
  * STORM-557: High Quality Images for presentations
  * STORM-554: the type of first param "topology" should be ^StormTopology not ^TopologyContext
- * STORM-469: Storm UI Last Error Detail Insufficient for debugging
  * STORM-656: Document "external" modules and "Committer Sponsors"
  * STORM-657: make the shutdown-worker sleep time before kill -9 configurable
  * STORM-663: Create javadocs for BoltDeclarer

http://git-wip-us.apache.org/repos/asf/storm/blob/d66444ce/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 74c2522..46d8958 100644
--- a/README.markdown
+++ b/README.markdown
@@ -194,7 +194,6 @@ under the License.
 * Zhihui Jiao ([@onlychoice](https://github.com/onlychoice))
 * Hari Sekhon ([@harisekhon](https://github.com/harisekhon))
 * iBuddha ([@iBuddha](https://github.com/iBuddha))
-* Rekha Joshi ([@rekhajoshm](https://github.com/rekhajoshm))
 * Dave Katten ([@dkatten](https://github.com/dkatten))
 * Mark Davis ([@markdav](https://github.com/markdav))
 * Zhuo Liu ([@zhuoliu](https://github.com/zhuoliu))


[2/2] storm git commit: Revert "Merge branch 'STORM-469' of https://github.com/rekhajoshm/storm into STORM-469"

Posted by da...@apache.org.
Revert "Merge branch 'STORM-469' of https://github.com/rekhajoshm/storm into STORM-469"

This reverts commit 9b56bc8064dda3c9eab8358dddfed5e60d614a03, reversing
changes made to 27a36066bd1ed21a6fed4b8b0fc71a543740e5b3.


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

Branch: refs/heads/master
Commit: 512d3def033e2a66ce8f2c8a401c7cef99cbedea
Parents: d66444c
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri May 15 14:30:34 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Fri May 15 14:30:34 2015 -0500

----------------------------------------------------------------------
 storm-core/src/ui/public/templates/component-page-template.html | 2 +-
 storm-core/src/ui/public/templates/topology-page-template.html  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/512d3def/storm-core/src/ui/public/templates/component-page-template.html
----------------------------------------------------------------------
diff --git a/storm-core/src/ui/public/templates/component-page-template.html b/storm-core/src/ui/public/templates/component-page-template.html
index 4882e1e..440628a 100644
--- a/storm-core/src/ui/public/templates/component-page-template.html
+++ b/storm-core/src/ui/public/templates/component-page-template.html
@@ -479,7 +479,7 @@
         <td>{{errorHost}}</td>
         <td><a href="{{errorWorkerLogLink}}">{{errorPort}}</a></td>
         <td>
-          <span id="{{errorLapsedSecs}}" class="errorSpan"><a href="{{errorWorkerLogLink}}">{{error}}</a></span>
+          <span id="{{errorLapsedSecs}}" class="errorSpan">{{error}}</span>
         </td>
       </tr>
       {{/componentErrors}}

http://git-wip-us.apache.org/repos/asf/storm/blob/512d3def/storm-core/src/ui/public/templates/topology-page-template.html
----------------------------------------------------------------------
diff --git a/storm-core/src/ui/public/templates/topology-page-template.html b/storm-core/src/ui/public/templates/topology-page-template.html
index da7929c..ddf89b7 100644
--- a/storm-core/src/ui/public/templates/topology-page-template.html
+++ b/storm-core/src/ui/public/templates/topology-page-template.html
@@ -242,7 +242,7 @@
         <td>{{errorHost}}</td>
         <td><a href="{{errorWorkerLogLink}}">{{errorPort}}</a></td>
         <td>
-          <span id="{{errorLapsedSecs}}" class="errorSpan"><a href="{{errorWorkerLogLink}}">{{lastError}}</a></span>
+          <span id="{{errorLapsedSecs}}" class="errorSpan">{{lastError}}</span>
         </td>
         {{/spouts}}
     </tbody>
@@ -331,7 +331,7 @@
         <td>{{errorHost}}</td>
         <td><a href="{{errorWorkerLogLink}}">{{errorPort}}</a></td>
         <td>
-          <span id="{{errorLapsedSecs}}" class="errorSpan"><a href="{{errorWorkerLogLink}}">{{lastError}}</a></span>
+          <span id="{{errorLapsedSecs}}" class="errorSpan">{{lastError}}</span>
         </td>
         {{/bolts}}
     </tbody>