We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad3784 commit 01329feCopy full SHA for 01329fe
jstests/sharding/shard_identity_rollback.js
@@ -19,10 +19,6 @@ var priConn = replTest.getPrimary();
19
var secondaries = replTest.getSecondaries();
20
var configConnStr = st.configRS.getURL();
21
22
-// Shards start in FCV 4.0 until a config server reaches out to them. This causes storage to
23
-// shutdown with 4.0 compatible files, requiring rollback via refetch.
24
-priConn.adminCommand({setFeatureCompatibilityVersion: "4.0"});
25
-
26
// Wait for the secondaries to have the latest oplog entries before stopping the fetcher to
27
// avoid the situation where one of the secondaries will not have an overlapping oplog with
28
// the other nodes once the primary is killed.
0 commit comments