summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_task_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-0/+4
* SERVER-59142 Add dropConnections API to TaskExecutorVojislav Stojkovic2021-10-211-0/+4
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-37/+1
* SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...Suganthi Mani2020-11-171-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideEsha Maharishi2020-03-251-17/+23
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-10/+10
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-021-0/+4
* SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden2020-02-221-0/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+23
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+6
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-26/+41
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-3/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-8/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35323 Guarantee the command object sent by the ShardingTaskExecutor wi...Blake Oler2018-10-111-6/+28
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-2/+2
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-0/+1
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-31/+1
* SERVER-36591 Allow mongos to retry on snapshot errors encountered in first tx...Jack Mulrow2018-09-121-0/+6
* SERVER-36594 fix lintRandolph Tan2018-08-131-3/+2
* SERVER-36594 Rename RouterTransactionState to TransactionRouterRandolph Tan2018-08-131-7/+7
* SERVER-36594 Rename TransactionParticipant in router_session_runtime_state.hRandolph Tan2018-08-101-2/+2
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-3/+2
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-2/+28
* Revert "SERVER-35735 Single shard transaction support for basic crud ops"Randolph Tan2018-06-261-24/+0
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-0/+24
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-2/+2
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+5
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-8/+0
* SERVER-34197 Only allow global snapshot reads when test commands are enabledJack Mulrow2018-04-091-1/+3
* SERVER-33029 support global snapshot aggregate commandMisha Tyulenev2018-03-271-1/+6
* SERVER-33061 validate readConcern level snapshot on mongosMisha Tyulenev2018-03-081-0/+2
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-0/+12
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+207