weizhouapache commented on pull request #5839: URL: https://github.com/apache/cloudstack/pull/5839#issuecomment-1007296104
> clgtm, do we have a reason for this regression? @DaanHoogland the exception is thrown at https://github.com/apache/cloudstack/blob/main/engine/schema/src/main/java/com/cloud/network/dao/NetworkServiceMapDaoImpl.java#L125-L127 ``` if (ntwkSvc == null) { throw new UnsupportedServiceException("Service " + service.getName() + " is not supported in the network id=" + networkId); } ``` removing the lines might also fix the issue. but it has large impact. this PR has much smaller impact. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
