[
https://issues.apache.org/jira/browse/TS-4868?focusedWorklogId=29138&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29138
]
ASF GitHub Bot logged work on TS-4868:
--------------------------------------
Author: ASF GitHub Bot
Created on: 15/Sep/16 17:46
Start Date: 15/Sep/16 17:46
Worklog Time Spent: 10m
Work Description: Github user PSUdaemon commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1022#discussion_r79022008
--- Diff: cmd/traffic_cop/traffic_cop.cc ---
@@ -657,9 +656,6 @@ config_reload_records()
config_read_int("proxy.config.cop.source_port", &source_port, true);
#endif
- config_read_int("proxy.local.cluster.type", &tmp_int);
- cluster_type = static_cast<MgmtClusterType>(tmp_int);
-
--- End diff --
There is another patch that I have as a WIP that is for totally removing
it. It touches more things than it first appears.
Issue Time Tracking
-------------------
Worklog Id: (was: 29138)
Time Spent: 50m (was: 40m)
> latest master requires config value in file
> -------------------------------------------
>
> Key: TS-4868
> URL: https://issues.apache.org/jira/browse/TS-4868
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Jason Kenny
> Assignee: Phil Sorber
> Priority: Blocker
> Fix For: 7.1.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> <1473896704.0000> [FATAL]: could not find integer variable
> proxy.local.cluster.type in records.config
> This is a regression. Our configuration system allows for defaults to be
> defined. records.config needs to stay optional.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)