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_r374216255
##########
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:
Need to fix this file. Thanks for catching
----------------------------------------------------------------
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