[
https://issues.apache.org/jira/browse/CLOUDSTACK-10122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16226014#comment-16226014
]
ASF GitHub Bot commented on CLOUDSTACK-10122:
---------------------------------------------
nvazquez commented on a change in pull request #2302: CLOUDSTACK-10122:
Unrelated error message
URL: https://github.com/apache/cloudstack/pull/2302#discussion_r147867183
##########
File path:
engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
##########
@@ -1423,7 +1423,7 @@ public void prepare(VirtualMachineProfile vm,
DeployDestination dest) throws Sto
}
}
catch (Throwable e){
- s_logger.debug("[NSX_PLUGIN_LOG] ERROR: " +
e.getMessage());
Review comment:
Thanks @rafaelweingartner @marcaurele, sorry for late response.
@rafaelweingartner good observation, I think we can either remove try/catch
block or throw a checked exception which will be caught on
`VirtualMachineManagerImpl#orchestrateStart`, what do you think?
@marcaurele you're right, done, thanks
----------------------------------------------------------------
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]
> Unrelated error message
> -----------------------
>
> Key: CLOUDSTACK-10122
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10122
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.11.0.0
> Reporter: Nicolas Vazquez
> Assignee: Nicolas Vazquez
>
> Remove unrelated text "NSX_PLUGIN_LOG" from error message
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)