[
https://issues.apache.org/jira/browse/TS-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom updated TS-4874:
------------------------------
Fix Version/s: 7.1.0
> CID 1021725: Uninitialized members (UNINIT_CTOR) in ClusterCom.cc
> -------------------------------------------------------------------
>
> Key: TS-4874
> URL: https://issues.apache.org/jira/browse/TS-4874
> Project: Traffic Server
> Issue Type: Bug
> Components: Clustering
> Reporter: Leif Hedstrom
> Fix For: 7.1.0
>
>
> {code}
> *** CID 1021725: Uninitialized members (UNINIT_CTOR)
> /mgmt/cluster/ClusterCom.cc: 450 in ClusterCom::ClusterCom(unsigned long,
> char *, int, char *, int, char *)()
> 444 mismatchLog = ink_hash_table_create(InkHashTableKeyType_String);
> 445
> 446 if (cluster_type != NO_CLUSTER) {
> 447 ink_thread_create(drainIncomingChannel_broadcast, this); /* Spin
> drainer thread */
> 448 ink_thread_create(drainIncomingChannel, this); /* Spin
> drainer thread */
> 449 }
> CID 1021725: Uninitialized members (UNINIT_CTOR)
> Non-static class member "configFiles" is not initialized in this
> constructor nor in any functions that it calls.
> 450 return;
> 451 } /* End ClusterCom::ClusterCom */
> 452
> 453 /*
> 454 * checkPeers(...)
> 455 * Function checks on our peers by racing through the peer list(ht)
> and
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)