From 367d31e1da549c460ae710a8cc280f4c235ab24f Mon Sep 17 00:00:00 2001 From: Daniel Gottlieb Date: Fri, 20 Oct 2017 15:01:53 -0400 Subject: SERVER-31350: Make enableMajorityReadConcern a noop --- src/mongo/db/keys_collection_client_direct.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mongo/db/keys_collection_client_direct.h') diff --git a/src/mongo/db/keys_collection_client_direct.h b/src/mongo/db/keys_collection_client_direct.h index 7bc02ed1c4f..f588fcc9d6e 100644 --- a/src/mongo/db/keys_collection_client_direct.h +++ b/src/mongo/db/keys_collection_client_direct.h @@ -57,8 +57,7 @@ public: /** * Returns false if getNewKeys uses readConcern level:local, so the documents returned can be - * rolled back. For level:majority support the nodes must always start with - * enableMajorityReadConcern parameter set to true. + * rolled back. */ bool supportsMajorityReads() const final { return false; -- cgit v1.2.1