summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-48493 RSM's isMasterMonitor should handle network exceeded tim...George Wangensteen2021-05-132-9/+3
* SERVER-56430 Change ephemeral record store for test to keep given record idsTed Tuckman2021-05-131-2/+5
* SERVER-55358: Check sync source too stale before starting oplog fetcher in te...XueruiFa2021-05-132-10/+39
* SERVER-56885 [SBE][aggregation_disabled_optimization] Fix tests where error c...Anton Korshunov2021-05-131-1/+31
* SERVER-56453 move LocalOplogInfo build target and implementation from repl/ t...Benety Goh2021-05-134-37/+38
* SERVER-56787 Move the uuid and empty fields of create sharded collection logg...Marcos José Grillo Ramirez2021-05-132-20/+28
* SERVER-56894 Check minor element of Chunk Version in onShardVersionMismatchSimon Gratzer2021-05-131-2/+2
* SERVER-56459 Support variables from ExpressionContext in SBE stage builderNikita Lapkov2021-05-1317-448/+397
* SERVER-49118 Update error messages for operations that reject fieldnames with...Alya Berciu2021-05-135-9/+41
* SERVER-56418 Re-add isAlsoRecipient ReshardingDonorService test cases.Max Hirschhorn2021-05-121-79/+187
* SERVER-52461 Enable resharding feature flag by default.Max Hirschhorn2021-05-123-3/+4
* SERVER-56841 tassert prints backtrace to the logs on failureJennifer Peshansky2021-05-121-0/+1
* SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfigHuayu Ouyang2021-05-127-109/+86
* SERVER-55685: Remove reshardingFields.abortReason from the config.collections...Jamie Anderson2021-05-128-57/+30
* SERVER-56713: Avoid creating retryable find and modify images during initial ...Daniel Gottlieb2021-05-127-39/+146
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-1223-47/+47
* SERVER-56418 Reset reached state on begin PauseDuringStateTransitions.Max Hirschhorn2021-05-122-0/+9
* SERVER-56438 Add ReshardingDonorOplogIterator::dispose() method.Max Hirschhorn2021-05-127-28/+78
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-1212-65/+93
* SERVER-50286 Indicate in logs whether an operation involves a viewIrina Yatsenko2021-05-123-0/+90
* SERVER-56785 Critical section is wrongly reacquired after completing a reshar...Sergi Mateo Bellido2021-05-122-42/+81
* SERVER-52465 Enable feature flag for Sharded collections support all DDL oper...Pierlauro Sciarelli2021-05-121-1/+2
* SERVER-55376: Ensure reconfig cannot roll back committed writes in PSA setsXueruiFa2021-05-128-25/+146
* SERVER-56831 Complete TODO listed in SERVER-55449Amirsaman Memaripour2021-05-121-2/+2
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-1223-145/+1076
* SERVER-56660 Remove reshardingCoordinatorCanEnterCriticalImplicitly failpointjannaerin2021-05-121-4/+0
* SERVER-55908 Remove feature flag featureFlagAuthorizationContractMark Benvenuto2021-05-125-66/+1
* SERVER-56852 Improve invariant visibility in case we try to update non-existe...Dan Larkin-York2021-05-121-11/+29
* SERVER-56307 Ensure that the estimated size of an object id is always bigger ...Paolo Polato2021-05-121-3/+4
* SERVER-56595 Add function to serialize cache refreshes after writes on the co...Jordi Serra Torrens2021-05-123-8/+51
* SERVER-56548 Add $unsetField aliasAlya Berciu2021-05-121-14/+20
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-125-7/+83
* SERVER-53563 Cancel tenant migrations on FCV change (recipient side)Vesselina Ratcheva2021-05-123-2/+52
* SERVER-56507 Change default block compressor to ZstandardMonica Ng2021-05-121-1/+1
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-1221-523/+659
* SERVER-56506 Fix the "relevantSlots" logic in sbe_stage_builder_projection.cppDrew Paroski2021-05-1211-435/+402
* SERVER-56733 Index builds must set the PrepareConflictBehavior::kIgnoreConfli...Gregory Wlodarek2021-05-121-5/+5
* SERVER-54676 Serialization and deserialization for shard-side change streams ...Arun Banala2021-05-1225-629/+1389
* SERVER-55683 Remove waiting for minimum duration from the resharding coordinatorJamie Anderson2021-05-111-27/+0
* Revert "SERVER-54538 Make assertions in thread_context_test thread-safe"Amirsaman Memaripour2021-05-111-3/+2
* SERVER-56418 Revert resharding_donor_service_test.cpp test changes.Max Hirschhorn2021-05-111-188/+79
* SERVER-56370 Correctly set prevOpTime of time-series oplog entries by a batch...Yuhong Zhang2021-05-113-2/+39
* SERVER-56590 Oplog truncation should correctly handle overlapping stonesLouis Williams2021-05-117-166/+331
* Revert "SERVER-50549 transform state-changing errors returned by mongos"Sviatlana Zuiko2021-05-1113-607/+1
* Revert "SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reco...Huayu Ouyang2021-05-117-87/+109
* SERVER-55260 Test multiple statement ids per oplog entry with applyOpsYuhong Zhang2021-05-111-2/+60
* SERVER-56375: Add ability to write retryable findAndModify deletes to `config...Daniel Gottlieb2021-05-114-111/+193
* SERVER-48258 Upgrade yaml-cpp 0.6.3Mark Benvenuto2021-05-111-1/+1
* SERVER-56778 Shell includes API params in w: 0 writesA. Jesse Jiryu Davis2021-05-101-54/+52
* SERVER-53760 Improved document size approximation for spilling to diskMohammad Dashti2021-05-103-9/+59