You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2017/09/05 15:46:13 UTC

[Impala-ASF-CR] IMPALA-5891: fix PeriodicCounterUpdater initialization

Tim Armstrong has uploaded a new patch set (#2).

Change subject: IMPALA-5891: fix PeriodicCounterUpdater initialization
......................................................................

IMPALA-5891: fix PeriodicCounterUpdater initialization

Avoid running static destructors and constructors to avoid the potential
for startup and teardown races and hard-to-understand behaviour.

Testing:
Ran core tests.

Change-Id: Ieede9fa194605fb53033033959110f3ef12f18c3
---
M be/src/common/init.cc
M be/src/util/periodic-counter-updater.cc
M be/src/util/periodic-counter-updater.h
3 files changed, 37 insertions(+), 32 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/42/7942/2
-- 
To view, visit http://gerrit.cloudera.org:8080/7942
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ieede9fa194605fb53033033959110f3ef12f18c3
Gerrit-PatchSet: 2
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Tim Armstrong <ta...@cloudera.com>