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_r374196119
 
 

 ##########
 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:
   Okay. 
   You might want to update the log message since this function is not only 
about getting visualization

----------------------------------------------------------------
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

Reply via email to