You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2020/02/03 16:09:43 UTC

[GitHub] [storm] agresch commented on a change in pull request #3202: STORM-3572 prevent NPEs when doing visualization with restarting exec…

agresch commented on a change in pull request #3202: STORM-3572 prevent NPEs when doing visualization with restarting exec…
URL: https://github.com/apache/storm/pull/3202#discussion_r374192549
 
 

 ##########
 File path: storm-webapp/src/main/java/org/apache/storm/daemon/ui/resources/StormApiResource.java
 ##########
 @@ -299,6 +299,9 @@ public Response getTopology(@PathParam("id") String id,
                     ),
                     callback
             );
+        } catch (RuntimeException e) {
 
 Review comment:
   This provided the callstack that let me debug this.  If a different error occurs, I would like to be able to see the callstack.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services