diff options
author | Wenbin Zhu <wenbin.zhu@mongodb.com> | 2023-01-25 20:11:34 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-01-25 21:44:52 +0000 |
commit | d52cd84dcca99be9e6671cecfb2a5107ef2d2b38 (patch) | |
tree | 70e48f52fd58996b3fccabcce432a972e0d3ab91 /buildscripts | |
parent | 30d4f8bf574ebf22d3e61719c3335e075d16593c (diff) | |
download | mongo-d52cd84dcca99be9e6671cecfb2a5107ef2d2b38.tar.gz |
SERVER-72761 Split prepareTransaction oplog entries during secondary oplog application.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/fully_disabled_feature_flags.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml index 92bc3b3e815..6450a2768df 100644 --- a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml +++ b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml @@ -11,3 +11,6 @@ - featureFlagAlwaysCreateConfigTransactionsPartialIndexOnStepUp # Disable the feature flag for catalog shard until most of the codebase can run in this mode. - featureFlagCatalogShard +# Disable the feature flag for parallelizing prepared transaction application until most of the +# codebase can run in this mode. +- featureFlagApplyPreparedTxnsInParallel |