This is an automated email from the ASF dual-hosted git repository.
rob pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 017446e Improve tc package GoDoc (#4309)
add 979e5b9 Add an optimistic quorum feature to peering within Traffic
Monitor to prevent false negatives from propagating to downstream components
when network isolation occurs (#4307)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
docs/source/admin/traffic_monitor.rst | 6 ++
docs/source/overview/traffic_monitor.rst | 18 ++++-
.../traffic_monitor/traffic_monitor.cfg | 1 +
traffic_monitor/conf/traffic_monitor.cfg | 1 +
traffic_monitor/config/config.go | 8 ++
traffic_monitor/datareq/crstate.go | 31 +++++++-
traffic_monitor/datareq/datareq.go | 34 +++++++--
.../datareq/{stat_test.go => datareq_test.go} | 89 ++++++++++++++++++++--
traffic_monitor/manager/manager.go | 2 +-
traffic_monitor/peer/crstates.go | 70 +++++++++++++++--
11 files changed, 230 insertions(+), 31 deletions(-)
rename traffic_monitor/datareq/{stat_test.go => datareq_test.go} (73%)