summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/flush_resharding_state_change_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-141-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+1
* SERVER-59719 Ensure resharding commit/abort completes before verifyingBrett Nawrocki2021-11-101-24/+2
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+5
* SERVER-58081 Make _flushReshardingStateChange return instead of blocking if t...Haley Connelly2021-07-281-5/+47
* SERVER-57953 Call _shardsvrCommitReshardCollection commandBlake Oler2021-07-081-6/+2
* SERVER-58063 Alias "flushReshardingStateChanges" as "_shardsvrCommitReshardCo...Blake Oler2021-06-241-0/+8
* SERVER-56612 Use the resharding-specific refresh function when recovering a ...Sergi Mateo Bellido2021-05-101-59/+2
* SERVER-55356: Increase introspection on resharding_collection_cloner.js failu...Daniel Gottlieb2021-03-241-1/+1
* SERVER-54474 Introduce the _flushReshardingStateChange commandjannaerin2021-03-231-0/+167