Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22246 )
Change subject: IMPALA-13628: Use impala::Thread in PeriodicCounterUpdater ...................................................................... IMPALA-13628: Use impala::Thread in PeriodicCounterUpdater This patch change the thread in PeriodicCounterUpdater from boost::thread to impala:Thread. Using impala::Thread and impala::Thread::Create will make both instance_>update_thread_ and system_instance_>update_thread_ observable through '/threadz' page in WebUI. Replaced all boost include with std in periodic-counter-updater.h. Testing: - Run test_tpcds_queries.py and confirm the is no abnormality observed. - Confirm that both 'periodic-counter-updater' and 'periodic-system-counter-updater' shows up in '/threadz' page. Change-Id: I0b04fe7818726832c520425ee29c9732cc100cb2 Reviewed-on: http://gerrit.cloudera.org:8080/22246 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/periodic-counter-updater.cc M be/src/util/periodic-counter-updater.h 2 files changed, 14 insertions(+), 16 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22246 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0b04fe7818726832c520425ee29c9732cc100cb2 Gerrit-Change-Number: 22246 Gerrit-PatchSet: 4 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
