You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/01/10 06:53:44 UTC

[GitHub] muralikoripally commented on issue #2311: CLOUDSTACK-10134 Optimization of applying port forwarding rules

muralikoripally commented on issue #2311: CLOUDSTACK-10134 Optimization of applying port forwarding rules
URL: https://github.com/apache/cloudstack/pull/2311#issuecomment-356515968
 
 
   Verified by adding 50 port forwarding rules parallel on this PR and also on master branch.
   Observed, rules add complete timings are improved.
   
   Steps:
   
       1. Allocate ip address
       2. Added 50 PortForwarding rule to the IP address repeatedly - Captured time (start time)
       3. Repeatedly check all the Async jobs and capture the completion time.
       
   Here are timings (captured time from creatPF rule request to its Async job compete):
   
   On Master branch: Took 129 seconds to complete all the rules
   On PR: Took 85 seconds to complete all the rules.
   
   Also verified that all the rules are applied.
   LGTM for test.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services