Issue #1602 - Applying requested change
This commit is contained in:
parent
48123eefc6
commit
0fc78e4924
|
@ -516,7 +516,8 @@ public class DeploymentManager extends ContainerLifeCycle
|
|||
}
|
||||
catch (Throwable ignore)
|
||||
{
|
||||
// The runBindings failed for 'failed' node, no point doing anything else here.
|
||||
// The runBindings failed for 'failed' node
|
||||
LOG.ignore(ignore);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue