Skip to content

Commit 01329fe

Browse files
author
Misha Tyulenev
committed
SERVER-42581 Remove set FCV in shard_identity_rollback.js
1 parent dad3784 commit 01329fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jstests/sharding/shard_identity_rollback.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ var priConn = replTest.getPrimary();
1919
var secondaries = replTest.getSecondaries();
2020
var configConnStr = st.configRS.getURL();
2121

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-
2622
// Wait for the secondaries to have the latest oplog entries before stopping the fetcher to
2723
// avoid the situation where one of the secondaries will not have an overlapping oplog with
2824
// the other nodes once the primary is killed.

0 commit comments

Comments
 (0)