[trafficserver] branch master updated (6ff0f48 -> ad49416)

2020-06-26 Thread sudheerv
This is an automated email from the ASF dual-hosted git repository.

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


from 6ff0f48  Make HostDBInfo class safer to use. (#6858)
 add ad49416  Prevent buffer overflow during log filter actions (#6950)

No new revisions were added by this update.

Summary of changes:
 proxy/logging/LogAccess.cc | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)



[trafficserver] branch master updated (32b4827 -> 6ff0f48)

2020-06-26 Thread wkaras
This is an automated email from the ASF dual-hosted git repository.

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


from 32b4827  Remove two unused includes in HdrHeap.h. (#6905)
 add 6ff0f48  Make HostDBInfo class safer to use. (#6858)

No new revisions were added by this update.

Summary of changes:
 iocore/hostdb/I_HostDBProcessor.h | 46 +++
 1 file changed, 37 insertions(+), 9 deletions(-)



[trafficserver] branch master updated (3d14b21 -> 32b4827)

2020-06-26 Thread wkaras
This is an automated email from the ASF dual-hosted git repository.

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


from 3d14b21  Set the default thread count factor to 1x the number of 
logical cores (#6949)
 add 32b4827  Remove two unused includes in HdrHeap.h. (#6905)

No new revisions were added by this update.

Summary of changes:
 proxy/hdrs/HdrHeap.h | 2 --
 1 file changed, 2 deletions(-)



[trafficserver] branch 8.1.x updated: Updated ChangeLog

2020-06-26 Thread zwoop
This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.1.x by this push:
 new 002f64e  Updated ChangeLog
002f64e is described below

commit 002f64e6f00ab43b94917a052a9825d2f76c224b
Author: Leif Hedstrom 
AuthorDate: Fri Jun 26 10:36:01 2020 -0600

Updated ChangeLog
---
 CHANGELOG-8.1.0 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG-8.1.0 b/CHANGELOG-8.1.0
index 7e18af5..bc4fa89 100644
--- a/CHANGELOG-8.1.0
+++ b/CHANGELOG-8.1.0
@@ -204,3 +204,4 @@ Changes with Apache Traffic Server 8.1.0
   #6876 - Make Http2ClientSession inactive on EOS event
   #6885 - Revert 4028 for 8.1.x branch
   #6936 - Fix rare SSN/TXN Start/Close Hook misorderings (#6364)
+  #6955 - Do not create Host Status stats for Origin servers.



[trafficserver] branch master updated (61f8ee3 -> 3d14b21)

2020-06-26 Thread bcall
This is an automated email from the ASF dual-hosted git repository.

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


from 61f8ee3  Build test C/C++ files with Automake. (#6945)
 add 3d14b21  Set the default thread count factor to 1x the number of 
logical cores (#6949)

No new revisions were added by this update.

Summary of changes:
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[trafficserver] branch 8.1.x updated: Do not create stats for origin servers (#6955)

2020-06-26 Thread vmamidi
This is an automated email from the ASF dual-hosted git repository.

vmamidi pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.1.x by this push:
 new f2267fe   Do not create stats for origin servers (#6955)
f2267fe is described below

commit f2267feafcc9579d689fe41a2d5e94d482917c05
Author: Vijay Mamidi 
AuthorDate: Fri Jun 26 08:35:42 2020 -0700

 Do not create stats for origin servers (#6955)
---
 src/traffic_server/HostStatus.cc | 4 
 1 file changed, 4 deletions(-)

diff --git a/src/traffic_server/HostStatus.cc b/src/traffic_server/HostStatus.cc
index a33a844..348dc15 100644
--- a/src/traffic_server/HostStatus.cc
+++ b/src/traffic_server/HostStatus.cc
@@ -406,10 +406,6 @@ HostStatus::getHostStatus(const char *name)
 }
 _status->reasons = reasons;
   }
-  // didn't find this host in host status db, create the record
-  if (!lookup) {
-createHostStat(name);
-  }
 
   return _status;
 }



[trafficserver] branch quic-latest updated (5d3cecf -> fbc8d4a)

2020-06-26 Thread scw00
This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


from 5d3cecf  Update tests
 add fbc8d4a  Document qlog_dir configuration (#6935)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/files/records.config.en.rst | 6 ++
 1 file changed, 6 insertions(+)