From ef75364ada70eaf4a096ed07adfeb3175abd719b Mon Sep 17 00:00:00 2001 From: Amirsaman Memaripour Date: Thu, 12 Mar 2020 17:05:05 -0400 Subject: SERVER-46841 Make PeriodicRunner interrupt blocked operations on stop --- src/mongo/util/periodic_runner_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/util/periodic_runner_impl.h') diff --git a/src/mongo/util/periodic_runner_impl.h b/src/mongo/util/periodic_runner_impl.h index 4a89b4b6a05..369fb19882c 100644 --- a/src/mongo/util/periodic_runner_impl.h +++ b/src/mongo/util/periodic_runner_impl.h @@ -79,6 +79,7 @@ private: ClockSource* _clockSource; ServiceContext* _serviceContext; + Client* _client; stdx::thread _thread; SharedPromise _stopPromise; -- cgit v1.2.1