----- Original Message ----- > Updated Branches: > refs/heads/master 0a92bcdcc -> cb9b0ffd8 > > > TS-1637: Fix nodes as idle/dead if we have not heard from them in awhile > > > Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo > Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/cb9b0ffd > Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/cb9b0ffd > Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/cb9b0ffd > > Branch: refs/heads/master > Commit: cb9b0ffd8e9b4fb0f1b6909918abb2894eb76217 > Parents: 0a92bcd > Author: Chen Bin <[email protected]> > Authored: Tue Sep 10 15:54:05 2013 +0800 > Committer: Chen Bin <[email protected]> > Committed: Tue Sep 10 15:54:05 2013 +0800 > > ---------------------------------------------------------------------- > CHANGES | 2 ++ > mgmt/RecordsConfig.cc | 2 ++ > mgmt/cluster/ClusterCom.cc | 5 ++++- > mgmt/cluster/ClusterCom.h | 1 + > 4 files changed, 9 insertions(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cb9b0ffd/CHANGES > ---------------------------------------------------------------------- > diff --git a/CHANGES b/CHANGES > index e973653..868829d 100644 > --- a/CHANGES > +++ b/CHANGES > @@ -2,6 +2,8 @@ > Changes with Apache Traffic Server 4.1.0 > > > + *) [TS-1637] Fix nodes as idle/dead if we have not heard from them in > awhile > + > *) [TS-2185] Support to control ClusterCom::sendSharedData frequency. > > *) [TS-2195] Deprecate experimental TSHttpTxnCacheLookupSkip API. > > http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cb9b0ffd/mgmt/RecordsConfig.cc > ---------------------------------------------------------------------- > diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc > index d9e4ab3..201216d 100644 > --- a/mgmt/RecordsConfig.cc > +++ b/mgmt/RecordsConfig.cc > @@ -217,6 +217,8 @@ RecordElement RecordsConfig[] = { > , > {RECT_CONFIG, "proxy.config.cluster.mc_send_interval", RECD_INT, "2", > RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL} > , > + {RECT_CONFIG, "proxy.config.cluster.mc_poll_timeout", RECD_INT, "5", > RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL} > + ,
same as previous email: proxy.config.cluster.mc_send_interval is missing an entry in lib/perl/lib/Apache/TS/AdminClient.pm as well as under doc/reference/configuration/records.config.en.rst (perhaps, if relevant, also mention in doc/admin/cluster-howto.en.rst ) i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: [email protected] URL: http://brainsware.org/ GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE
