summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer_blocking_queue.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2016-09-02 15:21:41 -0400
committerMathias Stearn <mathias@10gen.com>2016-09-08 14:13:46 -0400
commitbd01e64a6566785f01a642cfc7676cd8da484a8f (patch)
treed6ee1ecd414c1cc428efb14dbc1a83a66eebc7ec /src/mongo/db/repl/oplog_buffer_blocking_queue.h
parent59b09a401f9df637a7fcf77e34fd1a5125c54bfc (diff)
downloadmongo-bd01e64a6566785f01a642cfc7676cd8da484a8f.tar.gz
SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()
Diffstat (limited to 'src/mongo/db/repl/oplog_buffer_blocking_queue.h')
-rw-r--r--src/mongo/db/repl/oplog_buffer_blocking_queue.h1
1 files changed, 0 insertions, 1 deletions
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<Value> lastObjectPushed(OperationContext* txn) const override;