Impala Public Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/7942 Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Impala Public Jenkins --- 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(-) Approvals: Impala Public Jenkins: Verified Matthew Jacobs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7942 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieede9fa194605fb53033033959110f3ef12f18c3 Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]>
