From: Patrick Donnelly Date: Tue, 22 Oct 2024 00:57:15 +0000 (-0400) Subject: Merge PR #60174 into main X-Git-Tag: testing/wip-vshankar-testing-20241029.045257-debug~42 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4c38857ab2172b96709e388fd7a7f8c2518c17c4;p=ceph-ci.git Merge PR #60174 into main * refs/pull/60174/head: common/Finisher: pass name as std::string_view to ctor common/Finisher: add method get_thread_name() mgr/ActivePyModule: build thread name with fmt mgr/ActivePyModule: return std::string_view instead of std::string copy common/Finisher: use fmt to build strings common/Finisher: un-inline ctor and dtor common/Finisher: add `const` to several fields common/Finisher: merge duplicate field initializers common/Finisher: call notify_one() instead of notify_all() common/Finisher: wake up after pushing to the queue common/Finisher: do not wake up the thread if already running common/Finisher: call logger without holding the lock common/Finisher: use `std::lock_guard` instead of `std::unique_lock` common/Finisher: merge all queue() container methods into one template Reviewed-by: Patrick Donnelly --- 4c38857ab2172b96709e388fd7a7f8c2518c17c4