karuturi commented on a change in pull request #1832: CLOUDSTACK-9652 Job 
framework - Cancelling async jobs
URL: https://github.com/apache/cloudstack/pull/1832#discussion_r116166347
 
 

 ##########
 File path: server/src/com/cloud/network/router/NetworkHelperImpl.java
 ##########
 @@ -171,8 +172,10 @@ public boolean sendCommandsToRouter(final VirtualRouter 
router, final Commands c
         try {
             answers = _agentMgr.send(router.getHostId(), cmds);
         } catch (final OperationTimedoutException e) {
-            s_logger.warn("Timed Out", e);
+            s_logger.warn("Timed out", e);
             throw new AgentUnavailableException("Unable to send commands to 
virtual router ", router.getHostId(), e);
+        } catch (final OperationCancelledException e) {
 
 Review comment:
   added rethrow.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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