Uh oh!
There was an error while loading. Please reload this page.
More VR performance! - #1356
Conversation
remibergsma
commented
Jan 22, 2016
LGTM based on these tests: Result: And: Result: |
DaanHoogland
commented
Jan 22, 2016
I see no harm in these changes and as they are putting related code closer together it improves readability: LGTM |
borisroman
commented
Jan 22, 2016
@DaanHoogland It improves performance due to fact firewall rules are only created (in memory) once we expect a change. If for example a dhcp lease needs to be added, no firewall rules will be build or changed. At first these were always executed: Now they are only executed if we expect change to the firewall rules. Less execution == more performance! Hope that clears up! :-) |
wilderrodrigues
commented
Jan 22, 2016
@remibergsma already tested and code LGTM 👍 We have this PR already running in out Beta environment, which is a copy of our production environment. Please, proceed with merge. Cheers, |
DaanHoogland
commented
Jan 22, 2016
@boris, thanks. moving code to to be executed only conditionally is a very good idea, this is even better then seemed at first glance :) |
More VR performance!Ping @remibergsma Integration tests runnning now! * pr/1356: More VR performance! Signed-off-by: Remi Bergsma <github@remi.nl>
milamberspace
commented
Mar 20, 2016
FYI (perhaps need to backport this PR on 4.6 branch.) |
DaanHoogland
commented
Mar 21, 2016
@milamberspace I think we seriously need to consider if we are going to maintain 4.6 as in the beginning of 4.7 many bugs were fixed on master and later 4.7 instead of on 4.6, not just this one. |
remibergsma
commented
Mar 21, 2016
@milamberspace No back porting please :-) Just upgrade to 4.7, it's a painless 10min job. |
milamberspace
commented
Mar 21, 2016
@DaanHoogland@remibergsma I don't want backport this fix, my (new) current installation of CS is under 4.8, but this RV bug is coming with the new python script since systemvm 4.6. That was just a note if another user have this issue (and too because I don't know the current support of CS versions) |
swill
commented
Mar 21, 2016
I am happy with this PR. I believe I should be merging into 4.7 and then forward merging into 4.8 and master. I am sorry this is a bit off topic, but should we be running integration tests for each forward merge or is that not necessarily required? I am still ramping up as the RM, so bare with me. |
ustcweizhou
commented
Mar 21, 2016
@swill this PR has already been merged into 4.7 on 2016-01-23 |
swill
commented
Mar 21, 2016
Sorry, I missed that line in the comments. :) Thanks @ustcweizhou. I will check and see if it has been forward merged. It should be if it hasn't been, correct? |
milamberspace
commented
Mar 21, 2016
swill
commented
Mar 21, 2016
Sorry, my bad. I have been disconnected for 3 days and my inbox has exploded and I am trying to work my way through everything and my brain is a bit fried. Sorry for the spam everyone... |
prashanthvarma
commented
Apr 27, 2016
@milamberspace@swill@remibergsma@DaanHoogland, I am seeing a similar issue on master: https://issues.apache.org/jira/browse/CLOUDSTACK-9370 I have couple of questions regarding this issue: Please excuse me, if this is not the correct platform for such questions. Let me know, where I can ask such questions. Thank you !! |
swill
commented
Apr 27, 2016
I am not seeing the issue on master. It appears that your issue may be related to the Host(9) being unreachable. I would validate the connectivity is all working as expected in your environment. |
Ping @remibergsma
Integration tests runnning now!