Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ExtendedObjectMetadata, holding Writes #87

Merged
merged 3 commits into from
Feb 13, 2020

Commits on Feb 10, 2020

  1. Introduce ExtendedObjectMetadata, holding Writes

    Introduced an additional metadata section to Subnet and
    NetworkEndpoint, holding a server-side timestamped record of the
    latest write to each section of the object.  The timestamps are full
    precision, NOT truncated to a whole number of seconds.
    
    Updated ipam and connection agent to use those write stamps instead of
    the truncated creation timestamp in the relevant histograms.  Also
    introduced a histogram of latency from (a) setting of status by local
    connection agent to (b) creation of remote ifc by remote connection
    agent.
    MikeSpreitzer committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    3edb973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a572c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. One more improvement from review

    Overlooked fixup
    MikeSpreitzer committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    fb1d177 View commit details
    Browse the repository at this point in the history