← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1916918] Re: It's better to use deepcopy in function rpc_loop of ovs-agent

 

I agree with Rodolfo's comment #3. I'm closing this bug for now. Feel
free to reopen it if You would find any issue with the current behavior.

** Changed in: neutron
       Status: New => Opinion

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1916918

Title:
  It's better to use deepcopy in function rpc_loop of ovs-agent

Status in neutron:
  Opinion

Bug description:
  This variable [ports] represents the current ports list in func rpc_loop. It maybe modified by any func which call it like func process_port_info. So I think it's better to deepcopy [ports] behind the while-statement in func rpc_loop.
  Do you have any other opinions?

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1916918/+subscriptions


References