summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53332 Change ShardRegistry::_connStringLookup to store connection stri...Pierlauro Sciarelli2021-09-302-12/+11
* SERVER-50050 Fix non-ssl buildMark Benvenuto2021-09-291-0/+1
* SERVER-59010 Fix SSL off build, OCSPManager shouldn't be used when ssl = offRenan Castro2021-09-291-0/+2
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-202-0/+42
* SERVER-59573 Add query_knobs dep to cluster_cursor_manager libJames Wahlin2021-08-281-0/+1
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-271-2/+8
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-08-122-1/+2
* SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggrega...Tyler Seip2021-08-091-0/+1
* SERVER-6036 Disable cursor timeout for cursors that belong to a sessionGeorge Wangensteen2021-07-261-1/+1
* SERVER-57064 Log create index and dropIndex(es) on mongosAntonio Fuschetto2021-07-022-1/+12
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-06-161-2/+8
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-06-112-0/+7
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-044-0/+419
* SERVER-57057 Reduce routing info refreshes on the mergeChunks path (BACKPORT-...Simon Gratzer2021-06-013-6/+25
* SERVER-50209 Allow interruption of shard registry refresh thread when shuttin...Marcos José Grillo Ramirez2021-05-282-2/+9
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-262-4/+16
* SERVER-49336 Set ClientMetadata before CommandInvocations are runA. Jesse Jiryu Davis2021-05-104-36/+16
* SERVER-50412 implement helloOk protocol negotiation on mongosPavi Vetriselvan2021-03-151-0/+15
* SERVER-54585 Enable running `findAndModify` against the Config server collect...Kaloian Manassiev2021-02-221-17/+24
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disab...George Wangensteen2021-02-173-2/+30
* SERVER-46740 Add missing reference characterBen Caimano2021-02-031-2/+2
* SERVER-46740 establishCursors() must always drain the AsyncRequestsSender::_b...Ben Caimano2021-02-022-217/+247
* SERVER-47869 Add debug logging mechanism to mongos cursor managerIan Boros2021-02-012-8/+250
* SERVER-53197 Don't log awaitable hello/ismaster as slow queryA. Jesse Jiryu Davis2020-12-122-12/+5
* SERVER-48571 Fix invariant on batch write executor by: * Change early return ...Marcos José Grillo Ramírez2020-11-202-49/+472
* SERVER-51733 fix fromMigrate when creating indexes in the config dbBenety Goh2020-11-191-1/+1
* SERVER-51733 ShardLocal::createIndexOnConfig() falls back on hybrid index bui...Benety Goh2020-11-192-10/+29
* SERVER-51733 add test case for ShardLocal::createIndexOnConfig() with non-emp...Benety Goh2020-11-191-0/+14
* SERVER-51260 Rename hangWhileWaitingForIsMasterResponse failpoint to hangWhil...Pavi Vetriselvan2020-11-021-5/+5
* SERVER-48030 Fix deadlock with GetShardMap and old RSMLaMont Nelson2020-10-271-10/+13
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-224-27/+27
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-10-082-4/+5
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-10-061-3/+3
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-10-053-13/+27
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-302-3/+3
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-3014-40/+44
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-164-4/+0
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-09-113-5/+33
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-09-111-0/+3
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-111-12/+30
* SERVER-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-09-112-6/+33
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-09-091-1/+10
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-09-092-4/+13
* SERVER-50242 Don't log awaitable "hello" as slow queryA. Jesse Jiryu Davis2020-09-091-1/+10
* SERVER-50097 isMaster aliases should correctly populate exhaustIsMasterMetricsPavi Vetriselvan2020-09-091-11/+12
* SERVER-48504 Combination of StaleShardVersion and ShardNotFound exception mak...Tommaso Tocci2020-09-091-1/+2
* Revert "SERVER-49986 Convert isMaster command to hello and keep isMaster, ism...r4.4.1-rc2Pavi Vetriselvan2020-08-262-24/+14
* Revert "SERVER-49988 Rename response fields if hello command is sent on mongos"Pavi Vetriselvan2020-08-261-10/+1
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-08-201-1/+10
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-08-202-14/+24