← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1486388] [NEW] use timestamp of resources to reduce the agent sync load

 

Public bug reported:

Problem Description
===================

agent needs to resync with neutron server for some kind of reasons time to time.
These syncs will consume lots of resources for neutron server, database, message queues etc.


Proposed Change
===============

add update timestamp to neutron resources,
 keep related resources and their synced time stamp on agent sides
 when resync is needed, agent sends resync time stamp to nerutron server, neutron server compares the time stamp with its resources, and send newer resources to agent then.

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  use timestamp of resources to reduce the agent sync load

Status in neutron:
  New

Bug description:
  Problem Description
  ===================

  agent needs to resync with neutron server for some kind of reasons time to time.
  These syncs will consume lots of resources for neutron server, database, message queues etc.

  
  Proposed Change
  ===============

  add update timestamp to neutron resources,
   keep related resources and their synced time stamp on agent sides
   when resync is needed, agent sends resync time stamp to nerutron server, neutron server compares the time stamp with its resources, and send newer resources to agent then.

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


Follow ups