From bd01e64a6566785f01a642cfc7676cd8da484a8f Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Fri, 2 Sep 2016 15:21:41 -0400 Subject: SERVER-25949 Don't hang if BGSync::consume() is called after shutdown() --- src/mongo/db/repl/oplog_buffer_blocking_queue.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/repl/oplog_buffer_blocking_queue.h') diff --git a/src/mongo/db/repl/oplog_buffer_blocking_queue.h b/src/mongo/db/repl/oplog_buffer_blocking_queue.h index a9b68bcd40d..f6da4853760 100644 --- a/src/mongo/db/repl/oplog_buffer_blocking_queue.h +++ b/src/mongo/db/repl/oplog_buffer_blocking_queue.h @@ -55,7 +55,6 @@ public: std::size_t getCount() const override; void clear(OperationContext* txn) override; bool tryPop(OperationContext* txn, Value* value) override; - Value blockingPop(OperationContext* txn) override; bool blockingPeek(OperationContext* txn, Value* value, Seconds waitDuration) override; bool peek(OperationContext* txn, Value* value) override; boost::optional lastObjectPushed(OperationContext* txn) const override; -- cgit v1.2.1