-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.4.0-rc1
-
Component/s: Internal Code, Querying
-
None
-
Fully Compatible
-
Query 2016-11-21
-
0
If the primary config server stepped down in the middle of ConfigSvrSetFeatureCompatibilityVersionCommand, FeatureCompatibilityVersion::set will still be called. This triggers an fassert in logOp.
It looks like the fassert can be avoided if the command does a canAcceptWritesFor check when doing writes.