nitin-maharana commented on a change in pull request #1870: CLOUDSTACK-9708:
Router deployment failed due to two threads start VR simultaneously.
URL: https://github.com/apache/cloudstack/pull/1870#discussion_r131407142
##########
File path: engine/schema/src/com/cloud/vm/dao/UserVmDaoImpl.java
##########
@@ -192,6 +192,18 @@ void init() {
JoinBuilder.JoinType.INNER);
AccountDataCenterVirtualSearch.done();
+ SearchBuilder<NicVO> nicSearchByNetwork =
_nicDao.createSearchBuilder();
Review comment:
@rhtyd: Perfect! Thanks for finding out. I will submit a new pull request
with the proper fix.
----------------------------------------------------------------
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