github-vet / github-vet/rangeloop-pointer-findings

Tencent/bk-bcs: bcs-network/bcs-ingress-controller/ingresscontroller/podfilter.go; 5 LoC

Open
#7,857 0 comments 0 reactions 0 assignees View on GitHub
fresh tiny
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
PR metrics pending

Description

Found a possible issue in [Tencent/bk-bcs](https://www.github.com/Tencent/bk-bcs) at [bcs-network/bcs-ingress-controller/ingresscontroller/podfilter.go](https://github.com/Tencent/bk-bcs/blob/4f7af6157ef2a6eca524da40868bec4087bcff11/bcs-network/bcs-ingress-controller/ingresscontroller/podfilter.go#L78-L82)

Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.

> function call which takes a reference to svc at line 79 may start a goroutine

[Click here to see the code in its original context.](https://github.com/Tencent/bk-bcs/blob/4f7af6157ef2a6eca524da40868bec4087bcff11/bcs-network/bcs-ingress-controller/ingresscontroller/podfilter.go#L78-L82)

Click here to show the 5 line(s) of Go which triggered the analyzer.

```go
for _, svc := range svcList.Items {
if isServiceMatchesPod(&svc, pod) {
retList = append(retList, findIngressesByService(svc.GetName(), svc.GetNamespace(), ingressList)...)
}
}

```

Click here to show extra information the analyzer produced.

```
The following paths through the callgraph could lead to a goroutine:
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (GetStorageService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (NewWatcherManager, 6) -> (NewSynchronizer, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (watchLoop, 1) -> (decodeStorageResource, 1) -> (decodeMesosTaskgroup, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (New, 2) -> (DesDecryptFromBase, 1) -> (PKCS5UnPadding, 1) -> (Intn, 1) -> (discvNetservice, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (SetupHTTPPprof, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (GetDynamicWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Infof, 2) -> (Printf, 2) -> (output, 5) -> (AddInt64, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (LaunchTaskgroup, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (namespaceCheck, 1) -> (namespaceWatch, 2) -> (namespaceClean, 1) -> (item, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3) -> (taskGroupNodeWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Handler, 2) -> (CustomSuccessResponse, 3) -> (CustomHTTPResponse, 6)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (HandleSignals, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (SetupHTTPPprof, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (HandleSignals, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (SetupHTTPPprof, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Stop, 0) -> (UnSubscribe, 0) -> (Unsubscribe, 0) -> (Delete, 2) -> (Allow, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (addServiceNodeFromList, 1) -> (dataNodeWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2) -> (setRequestHeader, 1) -> (NewUpgradeAwareHandler, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (discoverClusterK8sApiserver, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (renderForCluster, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (setupAppMod, 1) -> (initInnerMods, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (GetMetricWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (launchTaskgroup, 2) -> (LaunchTaskgroup, 1) -> (loopInspectTasks, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewRoleController, 4) -> (WatchRole, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (NewWatcherManager, 6) -> (NewSynchronizer, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (addWatch, 1) -> (pathWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Handler, 2) -> (CustomSuccessResponse, 3) -> (CustomHTTPResponse, 6) -> (Copy, 0) -> (renderForCluster, 2) -> (renderForZone, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (StatusReport, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (GetDynamicWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewEtcdReflector, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (watchMetric, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (discvMesosdriver, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (StatusReport, 1) -> (checkApplicationChange, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (watchDynamic, 1) -> (GetDynamicWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (synchronizeK8sNodeInfo, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (HandleSignals, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (addWatch, 1) -> (pathWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (Lock, 0) -> (reportMetrics, 3) -> (Close, 0) -> (Drain, 0) -> (GetEx, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (taskGroupStatusUpdated, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (List, 1) -> (Children, 1) -> (GetChildrenEx, 1) -> (Decode, 1) -> (renderForZone, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (runServer, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (watchLoop, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2) -> (setRequestHeader, 1) -> (NewUpgradeAwareHandler, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (startCheckDeployments, 0) -> (DeploymentCheck, 3) -> (deploymentCheckTick, 3) -> (deploymentCheckRolling, 1) -> (checkDeleteFirstRolling, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3) -> (taskGroupNodeWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (setupAppMod, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (GetStorageService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (namespaceCheck, 1) -> (namespaceWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (UpdateTaskStatus, 3) -> (checkApplicationChange, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (DeploymentCheck, 3) -> (deploymentCheckTick, 3) -> (deploymentCheckRolling, 1) -> (checkDeleteFirstRolling, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (runServer, 4) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (InitLogs, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Write, 1) -> (HasPrefix, 2) -> (WriteTo, 1) -> (WriteMessage, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (RegisterAndWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (ScaleApplication, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (StartStoreObjectMetrics, 0) -> (ListAllSecrets, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (WatchClusterResources, 2) -> (doWatchClusterResources, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (run, 1) -> (Done, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (init, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (HandleSignals, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Close, 0) -> (Drain, 0) -> (GetEx, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewBcsMesosScalerController, 1) -> (discvMesosdriver, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (UpdateTaskStatus, 3) -> (checkApplicationChange, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (launchTaskgroup, 2) -> (LaunchTaskgroup, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (childrenNodeWatch, 1) -> (addServiceNodeFromList, 1) -> (dataNodeWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (signalling, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (dynamicLoad, 0) -> (stopAppMods, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (launchTaskgroup, 2) -> (LaunchTaskgroup, 1) -> (loopInspectTasks, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (renderForCluster, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (addWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (beforeRun, 0) -> (SetupCPUPprof, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (ProcessAppPathes, 0) -> (addWatch, 1) -> (pathWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (ProcessAppPathes, 0) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3) -> (taskGroupNodeWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (Allow, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (addWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3) -> (taskGroupNodeWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (synchronizeMesosNodeInfo, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (RunMetric, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (NewTokenCache, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (GetDynamicWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (run, 1) -> (Done, 0) -> (ToMSTimestamp, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (beforeRun, 0) -> (SetupCPUPprof, 2) -> (StartCPUProfile, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3) -> (taskGroupNodeWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (New, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (init, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (setupAppMod, 1) -> (initInnerMods, 3) -> (NewSignallingChannel, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (namespaceWatch, 2) -> (namespaceClean, 1) -> (item, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (GetNetService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (getShutdownResponse, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (discvMesosdriver, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (RunAsLeader, 3) -> (StopCrdWatchers, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (dynamicLoad, 0) -> (stopAppMods, 1) -> (initInnerMods, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2) -> (setRequestHeader, 1) -> (NewUpgradeAwareHandler, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (WatchClusterResources, 2) -> (doWatchClusterResources, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (RegisterResource, 1) -> (Register, 1) -> (register, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (printf, 3) -> (output, 5) -> (AddInt64, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (init, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (GetNetService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (launchTaskgroup, 2) -> (LaunchTaskgroup, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (NewWatcherManager, 6) -> (NewSynchronizer, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (Unlock, 0) -> (reportMetrics, 3) -> (Close, 0) -> (Drain, 0) -> (GetEx, 1) -> (deleteENI, 1) -> (Allow, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (produceEvent, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (init, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (WatchClusterResources, 2) -> (doWatchClusterResources, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (GetNetService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (addWatch, 1) -> (pathWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (GetMetricWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (renderForCluster, 2) -> (renderForZone, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewCCStorage, 1) -> (init, 0) -> (unlockConfigSetCmd, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3) -> (taskGroupNodeWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (renderForCluster, 2) -> (renderForZone, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (DeploymentCheck, 3) -> (deploymentCheckTick, 3) -> (deploymentCheckRolling, 1) -> (checkDeleteFirstRolling, 1) -> (checkDeleteFirstRollingStart, 1) -> (finishRollingUpdate, 1) -> (InnerDeleteApplication, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (discoverClusterMesosApiserver, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (GetHostAttributes, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (GetNetService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Get, 2) -> (RecordCallWithMethodType, 5) -> (newNodeNetworks, 2) -> (QueryVariableList, 2) -> (renderForZone, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewAuth, 1) -> (parseRSAFromFile, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (LaunchTaskgroup, 1) -> (loopInspectTasks, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (ProcessAppPathes, 0) -> (addWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewWatcherManager, 6) -> (NewSynchronizer, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (cancel, 0) -> (Audit, 6) -> (addAudit, 1) -> (AddUint64, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Add, 1) -> (Info, 5) -> (Sum, 1) -> (Register7LayerBackends, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Stop, 0) -> (UnSubscribe, 0) -> (Unsubscribe, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (getTaskGroupInfoResponse, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (GetNetService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (RegisterMetrics, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (reportMongdbMetrics, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (clientDial, 3) -> (pipe, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (dispatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (SetupHTTPPprof, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (checkTaskgroupWhetherLost, 2) -> (SaveTaskGroup, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3) -> (taskGroupNodeWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (ScaleDeployment, 3) -> (ScaleApplication, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (addRemovePeers, 1) -> (RemovePeer, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (init, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (clientDial, 3) -> (pipe, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (StatusReport, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (init, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (GetMetricWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (init, 0) -> (unlockConfigSetCmd, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Watch, 1) -> (completePath, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (watchDynamic, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (GetStorageService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (SetupHTTPPprof, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (discvMesosdriver, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (getUpdateResponse, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (HandleSignals, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (init, 0) -> (unlockConfigSetCmd, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (init, 0) -> (unlockConfigSetCmd, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (WatchClusterResources, 2) -> (doWatchClusterResources, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewRouter, 1) -> (initVariables, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (SetupHTTPPprof, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (addServiceNodeFromList, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (watchMetric, 1) -> (GetMetricWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2) -> (setRequestHeader, 1) -> (NewUpgradeAwareHandler, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (List, 1) -> (Children, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Get, 2) -> (RecordCallWithMethodType, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (connectToProxy, 6)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (GetDynamicWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (reportMongdbMetrics, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (startCheckDeployments, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (startCheckDeployments, 0) -> (DeploymentCheck, 3) -> (deploymentCheckTick, 3) -> (deploymentCheckRolling, 1) -> (checkDeleteFirstRolling, 1) -> (checkDeleteFirstRollingStart, 1) -> (finishRollingUpdate, 1) -> (InnerDeleteApplication, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (New, 2) -> (DesDecryptFromBase, 1) -> (PKCS5UnPadding, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (getRegisteredResponse, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (HandleSignals, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (addWatch, 1) -> (pathWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (WatchClusterResources, 2) -> (doWatchClusterResources, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Watch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (discvNetservice, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (GetStorageService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (GetMetricWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (createListener, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Close, 0) -> (Drain, 0) -> (GetEx, 1) -> (deleteENI, 1) -> (Allow, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (dynamicLoad, 0) -> (stopAppMods, 1) -> (initInnerMods, 3) -> (NewSignallingChannel, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (List, 1) -> (Children, 1) -> (GetChildrenEx, 1) -> (Decode, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (discvNetservice, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (namespaceWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (addWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (createListener, 1) -> (dispatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (init, 0) -> (unlockConfigSetCmd, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0) -> (NewEndpointWatch, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (runMetric, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (childrenNodeWatch, 1) -> (addServiceNodeFromList, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (namespaceCheck, 1) -> (namespaceWatch, 2) -> (namespaceClean, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (discvMesosdriver, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (ProcessAppPathes, 0) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2) -> (setRequestHeader, 1) -> (NewUpgradeAwareHandler, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2) -> (setRequestHeader, 1) -> (NewUpgradeAwareHandler, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Get, 2) -> (RecordCallWithMethodType, 5) -> (newNodeNetworks, 2) -> (QueryVariableList, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (discvMesosdriver, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (discvMesosdriver, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (NewWatcherManager, 6) -> (NewSynchronizer, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (addWatch, 1) -> (pathWatch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (syncPeers, 1) -> (addRemovePeers, 1) -> (RemovePeer, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Errorf, 2) -> (Printf, 2) -> (output, 5) -> (AddInt64, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (Lock, 0) -> (reportMetrics, 3) -> (Close, 0) -> (Drain, 0) -> (GetEx, 1) -> (deleteENI, 1) -> (Allow, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewCCStorage, 1) -> (init, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (StatusReport, 1) -> (checkApplicationChange, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (New, 2) -> (DesDecryptFromBase, 1) -> (PKCS5UnPadding, 1) -> (Intn, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (LoadImageBeforeUpdate, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (GetNetService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (addWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (GetDynamicWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (addWatch, 1) -> (pathWatch, 2) -> (handleTaskGroupList, 3)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (cancel, 0) -> (Audit, 6)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (GetStorageService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Handler, 2) -> (CustomSuccessResponse, 3) -> (CustomHTTPResponse, 6) -> (Copy, 0) -> (renderForCluster, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (AddEvent, 1) -> (convertToEndpoint, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (SetupHTTPPprof, 1) -> (ServeHTTP, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (GetStorageService, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (namespaceWatch, 2) -> (namespaceClean, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (RunAsLeader, 3) -> (StopCrdWatchers, 0) -> (NewSynchronizer, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (beforeRun, 0) -> (SetupCPUPprof, 2) -> (StartCPUProfile, 1) -> (setRequestHeader, 1) -> (NewUpgradeAwareHandler, 5)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (WatchClusterResources, 2) -> (doWatchClusterResources, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (NewWatcherManager, 6) -> (NewSynchronizer, 4)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Add, 1) -> (Info, 5) -> (Sum, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (Unlock, 0) -> (reportMetrics, 3) -> (Close, 0) -> (Drain, 0) -> (GetEx, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (runCrdWatcher, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (init, 0) -> (unlockConfigSetCmd, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Start, 0) -> (Warnf, 2) -> (GetEx, 1) -> (GetChildrenEx, 1) -> (NewEtcdCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (childrenNodeWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (genRootCmd, 0) -> (AddCommand, 1) -> (NewTemplateServer, 0) -> (handleEvent, 3) -> (addWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (GetMetricWatcher, 1) -> (Connect, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (runServer, 4) -> (NewMesosCluster, 3) -> (initialize, 0) -> (createZkConn, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (NewBcsMesosScalerController, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Run, 0) -> (run, 0) -> (RUnlock, 0) -> (addTaskToCluster, 3) -> (watch, 2)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewProcessor, 1) -> (SetGWClient, 1) -> (loadCertificates, 3) -> (X509KeyPair, 2) -> (addWatch, 1)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (Init, 0) -> (Print, 1) -> (Purge, 0) -> (process, 1) -> (init, 0) -> (unlockConfigSetCmd, 0)
(isServiceMatchesPod, 2) -> (Set, 1) -> (New, 1) -> (NewZkClient, 1) -> (NewClient, 1) -> (Init, 1) -> (genResourceid, 0) -> (NewUUID, 0) -> (addWatch, 1) -> (pathWatch, 2)

```

Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.

commit ID: 4f7af6157ef2a6eca524da40868bec4087bcff11

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.