Currently, we check the feature flag to determine which code path should we go during resharding collection cloning, which could lead to unexpected behavior when the FCV downgrades and the resharding collection cloner is switched in the middle.
Note: Though setFCV aborts all running resharding, it first sets FCV to transition FCV so the running resharding operations can see the feature flag change before it is aborted.