summaryrefslogtreecommitdiff
path: root/src/mongo/s/service_entry_point_mongos.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-1/+7
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-7/+1
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-1/+7
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-281-1/+11
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-031-14/+1
* SERVER-58490 Simplify OpRunner hierarchy in service_entry_point_mongos.cppMariano Shaar2022-06-301-12/+5
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl SSML...Billy Donahue2022-06-171-1/+1
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-011-9/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+1
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-301-2/+7
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2021-12-211-0/+15
* SERVER-58504 Abort in-progress transactions when a load-balanced client disco...George Wangensteen2021-11-171-1/+32
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2021-10-131-0/+13
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-5/+5
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-6/+1
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-87/+12
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-21/+16
* SERVER-55788 Deprecate legacy wire protocol opcodesPavi Vetriselvan2021-05-071-0/+5
* SERVER-53197 Don't log awaitable hello/ismaster as slow queryA. Jesse Jiryu Davis2020-12-081-9/+1
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-241-104/+199
* SERVER-50513 Rename local variables/functions in the new replica set monitorMatthew Saltz2020-11-131-2/+2
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-09-231-2/+3
* SERVER-50242 Don't log awaitable "hello" as slow queryA. Jesse Jiryu Davis2020-08-251-1/+10
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-3/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-131-4/+0
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideEsha Maharishi2020-03-251-13/+15
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-1/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-1/+16
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-281-1/+1
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-1/+1
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-17/+22
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-2/+2
* SERVER-30580 Remove DBException::_shard memberMathias Stearn2017-08-161-3/+0
* SERVER-30181 remove support for pseudo commandsMathias Stearn2017-07-261-1/+1
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-3/+1
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-121-2/+12
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-110/+66
* SERVER-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-061-2/+6
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1