summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_move_range_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+4
* SERVER-65322 Get rid of legacy `moveChunk` path once NOMAS milestone 1 is com...Pierlauro Sciarelli2023-03-211-2/+1
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-4/+0
* SERVER-64181 Remove TODO's from closed ticket that won't be doneMarcos José Grillo Ramirez2022-10-051-1/+0
* SERVER-63868 replace MoveChunkRequest with ClusterMoveChunkRequestEnrico Golfieri2022-07-011-1/+1
* SERVER-65371 Interrupt shardSvrMoveRange when the node steps downPaolo Polato2022-06-021-20/+24
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-1/+1
* Revert "SERVER-65371 Ensure that moveRange gets interrupted when the donor st...Sviatlana Zuiko2022-05-061-14/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65371 Ensure that moveRange gets interrupted when the donor steps downPaolo Polato2022-05-051-7/+14
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-251-63/+13
* SERVER-65013 Optional min bound for `moveRange`Pierlauro Sciarelli2022-03-301-2/+5
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-241-0/+297