summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_move_range_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76178 Fix moveRange authorization requirementsPierlauro Sciarelli2023-04-181-1/+1
* SERVER-64926 Allow calling moveRange with only max boundAllison Easton2023-03-031-2/+3
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-66805 Change public-facing `moveRange::forceJumbo` to bool typePierlauro Sciarelli2022-06-011-0/+2
* SERVER-66857 Retry `moveChunk` and `moveRange` indefinitely when router hits ...Pierlauro Sciarelli2022-05-301-8/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-251-1/+1
* SERVER-64486 + SERVER-64363 moveRange honors secondary throttle and cluster m...Pierlauro Sciarelli2022-04-061-2/+5
* SERVER-65013 Optional min bound for `moveRange`Pierlauro Sciarelli2022-03-301-0/+3
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-241-22/+2
* SERVER-64195 Provide user-facing `moveRange` commandPierlauro Sciarelli2022-03-091-0/+123