Riza Suminto has uploaded this change for review. ( 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. 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 --- M be/src/util/periodic-counter-updater.cc M be/src/util/periodic-counter-updater.h 2 files changed, 9 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/46/22246/1 -- 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: newchange Gerrit-Change-Id: I0b04fe7818726832c520425ee29c9732cc100cb2 Gerrit-Change-Number: 22246 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
