summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_remote.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn2021-12-101-2/+15
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-17/+26
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-2/+5
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-11/+12
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-1/+5
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-1/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-5/+6
* SERVER-53550 Retry on QueryPlanKilled errors when triggering refresh.Max Hirschhorn2021-01-071-0/+5
* SERVER-52620 Add withReshardingInBackground() to ReshardingTest fixture.Max Hirschhorn2020-12-301-2/+7
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-1/+86
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-251-86/+1
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-1/+86
* SERVER-50510 Change markHostNotMaster to markHostNotPrimaryGabriel Russell2020-11-091-1/+1
* SERVER-50907 Make Shard objects cache their own connection stringsKevin Pulo2020-09-261-7/+3
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-2/+2
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-13/+16
* SERVER-47799 AsyncRequestsSender should update replica set monitor in between...jannaerin2020-05-201-0/+2
* SERVER-26755 Increase the timeout for find operations against config.chunksCheahuychou Mao2020-05-191-1/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideCheahuychou Mao2020-03-251-5/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-2/+5
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+2
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+7
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-3/+2
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-6/+13
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+0
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-1/+2
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-3/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-8/+7
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39736 Migrate server parameters to IDL in src/mongo/s/client/shard_rem...Gabriel Russell2019-02-251-6/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-1/+12
* SERVER-36122 Implement mongos transaction commitRandolph Tan2018-09-061-1/+8
* SERVER-36122 Add capability to send 'fire and forget' commands to ShardRemoteRandolph Tan2018-08-301-29/+66
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+0
* SERVER-34897 add parameter to prohibit mongos retriesKevin Pulo2018-07-111-0/+10
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-06-281-39/+55
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-5/+7
* SERVER-33016 API to get/set lastCommittedOpTime on ShardJack Mulrow2018-03-061-0/+15
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-5/+3
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-32/+31