Uh oh!
There was an error while loading. Please reload this page.
Conversation
| final GlobalLock commitVlanLock = GlobalLock.getInternLock("CommitVlan"); | ||
| commitVlanLock.lock(5); | ||
| s_logger.debug("Acquiring lock for committing vlan"); | ||
| try { |
There was a problem hiding this comment.
Below is an existing code, changes can be seen due to addition of spaces for doing proper alignment.
yadvr
commented
Dec 17, 2017
@blueorangutan package |
blueorangutan
commented
Dec 17, 2017
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 17, 2017
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1390 |
yadvr
commented
Dec 18, 2017
@blueorangutan test |
blueorangutan
commented
Dec 18, 2017
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Dec 18, 2017
Trillian test result (tid-1807)
|
niteshsarda
commented
Dec 18, 2017
Test Cases which are failing are not related to these changes. |
yadvr
commented
Dec 19, 2017
Test LGTM, ignoring known failures. Additional review requested. |
mrunalinikankariya
commented
Dec 19, 2017
Code LGTM |
niteshsarda
commented
Dec 19, 2017
@rhtyd : Can you please merge this PR as code LGTM is given by @mrunalinikankariya ? |
yadvr
commented
Dec 19, 2017
Merging based on code review and test results. |
ISSUE :
Duplicate public VLAN for two different admin accounts.
STEPS TO REPRODUCE :
`mysql> select * from vlan where vlan_id like 'vlan://77' and removed is null;
+----+--------------------------------------+-----------+--------------+-----------------+---------------------------+----------------+----------------+------------+---------------------+-------------+----------+-----------+---------+---------------------+
| id | uuid | vlan_id | vlan_gateway | vlan_netmask | description | vlan_type | data_center_id | network_id | physical_network_id | ip6_gateway | ip6_cidr | ip6_range | removed | created |
+----+--------------------------------------+-----------+--------------+-----------------+---------------------------+----------------+----------------+------------+---------------------+-------------+----------+-----------+---------+---------------------+
| 15 | 6a205b78-d162-43e3-8da9-86a3ff60f40e | vlan://77 | 10.112.63.65 | 255.255.255.192 | 10.112.63.66-10.112.63.70 | VirtualNetwork | 1 | 200 | 200 | NULL | NULL | NULL | NULL | 2017-12-13 12:55:51 |
| 17 | ff8b5175-b247-45a5-b8d3-feb6a1ca64d0 | vlan://77 | 10.112.63.65 | 255.255.255.192 | 10.112.63.66-10.112.63.70 | VirtualNetwork | 1 | 200 | 200 | NULL | NULL | NULL | NULL | 2017-12-13 12:55:51 |
+----+--------------------------------------+-----------+--------------+-----------------+---------------------------+----------------+----------------+------------+---------------------+-------------+----------+-----------+---------+---------------------+
`