You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by vm...@apache.org on 2019/04/09 21:14:09 UTC

[trafficserver] branch master updated (2c3dd8d -> c1f8435)

This is an automated email from the ASF dual-hosted git repository.

vmamidi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 2c3dd8d  Changed how current age is determined to age out documents. Guaranteed freshness was being used innapropriately when the docs age was already beyond that value
     new 5c643b6  DRAFT:  This PR fixes #5248 - parent host status is not persistent accross restarts.
     new c1f8435  Adds a HostStatus::loadStats() function used to load persisted HostStatus stats after a restart of trafficserver.

The 11711 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 proxy/HostStatus.h                   |  1 +
 proxy/ParentSelection.cc             |  6 ++++++
 src/traffic_server/HostStatus.cc     | 38 +++++++++++++++++++++++++++++++++++-
 src/traffic_server/traffic_server.cc |  2 +-
 4 files changed, 45 insertions(+), 2 deletions(-)