You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2015/12/28 02:40:43 UTC

trafficserver git commit: TS-4101: remove unused proxy.config.stats.config_file

Repository: trafficserver
Updated Branches:
  refs/heads/master 2a0a86c7c -> f5439a24e


TS-4101: remove unused proxy.config.stats.config_file


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f5439a24
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f5439a24
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f5439a24

Branch: refs/heads/master
Commit: f5439a24e41de524d60e3c533f84d073182f705a
Parents: 2a0a86c
Author: James Peach <jp...@apache.org>
Authored: Sun Dec 27 17:40:37 2015 -0800
Committer: James Peach <jp...@apache.org>
Committed: Sun Dec 27 17:40:37 2015 -0800

----------------------------------------------------------------------
 lib/perl/lib/Apache/TS/AdminClient.pm | 1 -
 mgmt/RecordsConfig.cc                 | 2 --
 2 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f5439a24/lib/perl/lib/Apache/TS/AdminClient.pm
----------------------------------------------------------------------
diff --git a/lib/perl/lib/Apache/TS/AdminClient.pm b/lib/perl/lib/Apache/TS/AdminClient.pm
index 28d128d..dfbf999 100644
--- a/lib/perl/lib/Apache/TS/AdminClient.pm
+++ b/lib/perl/lib/Apache/TS/AdminClient.pm
@@ -672,7 +672,6 @@ The Apache Traffic Server Administration Manual will explain what these strings
  proxy.config.ssl.server.private_key.path
  proxy.config.stat_collector.interval
  proxy.config.stat_collector.port
- proxy.config.stats.config_file
  proxy.config.stats.snap_file
  proxy.config.stats.snap_frequency
  proxy.config.syslog_facility

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f5439a24/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index f3a2566..c390ac5 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -1113,8 +1113,6 @@ static const RecordElement RecordsConfig[] =
   //# frequency is in seconds
   {RECT_CONFIG, "proxy.config.stats.snap_frequency", RECD_INT, "60", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.stats.config_file", RECD_STRING, "stats.config", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
-  ,
   // Jira TS-21
   {RECT_CONFIG, "proxy.config.stats.snap_file", RECD_STRING, "stats.snap", RECU_RESTART_TS, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,