summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc/collector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ftdc/collector.cpp')
-rw-r--r--src/mongo/db/ftdc/collector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/ftdc/collector.cpp b/src/mongo/db/ftdc/collector.cpp
index 7c35fb12bb6..611f12dff5a 100644
--- a/src/mongo/db/ftdc/collector.cpp
+++ b/src/mongo/db/ftdc/collector.cpp
@@ -67,7 +67,6 @@ std::tuple<BSONObj, Date_t> FTDCCollectorCollection::collect(Client* client) {
// batches that are taking a long time.
auto txn = client->makeOperationContext();
txn->lockState()->setShouldConflictWithSecondaryBatchApplication(false);
- txn->lockState()->setShouldAcquireTicket(false);
for (auto& collector : _collectors) {
BSONObjBuilder subObjBuilder(builder.subobjStart(collector->name()));