[
https://issues.apache.org/jira/browse/TS-4868?focusedWorklogId=29133&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29133
]
ASF GitHub Bot logged work on TS-4868:
--------------------------------------
Author: ASF GitHub Bot
Created on: 15/Sep/16 16:50
Start Date: 15/Sep/16 16:50
Worklog Time Spent: 10m
Work Description: Github user jpeach commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1022#discussion_r79010160
--- 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 --
Remove ``cluster_type`` altogether?
Issue Time Tracking
-------------------
Worklog Id: (was: 29133)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)