summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_task_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-207/+0
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-2/+4
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-181-0/+4
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-8/+21
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-0/+17
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-10/+0
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-0/+10
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-191-4/+0
* SERVER-29098 ShardingTaskExecutor::scheduleRemoteCommand should not run passe...Randolph Tan2017-05-241-1/+2
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-2/+2
* SERVER-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-061-11/+33
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-221-0/+152