mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7886: cloudstackoperations like deployvm,deleteNW are failing if CS fail to contact rabbit mq server. This is happening in case of Async API calls.
Signed-off-by: Koushik Das <koushik@apache.org>
This commit is contained in:
parent
0c45c96ec7
commit
f1361796bf
|
|
@ -304,11 +304,8 @@ public class ApiServer extends ManagerBase implements HttpRequestHandler, ApiSer
|
|||
try {
|
||||
eventBus.publish(event);
|
||||
} catch (EventBusException evx) {
|
||||
String errMsg = "F" +
|
||||
"" +
|
||||
"ailed to publish async job event on the the event bus.";
|
||||
String errMsg = "Failed to publish async job event on the the event bus.";
|
||||
s_logger.warn(errMsg, evx);
|
||||
throw new CloudRuntimeException(errMsg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue