Ethanlm 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_r374183258
##########
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:
why do we need this
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services