Yu Qing created TS-2466:
---------------------------
Summary: we should NOT increase the version of records.config when
change the local parameter
Key: TS-2466
URL: https://issues.apache.org/jira/browse/TS-2466
Project: Traffic Server
Issue Type: Improvement
Components: Configuration
Reporter: Yu Qing
the version of records.config increases when we change the local parameter
using following methods:
1. execute: traffic_line -s name -v value
2. modify the records.config and execute: traffic_line -x
in cluster mode, the version increasement of records.config means that this
file will be synced to other machines in this cluster. when we change the local
parameter only, records.config should NOT be synced to other machines. so the
version of records.config should NOT increase in this case.
the sample for the local parameters in records.config:
LOCAL proxy.local.cluster.type INT 1
LOCAL proxy.local.log.collation_mode INT 0
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)