summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-5/+13
* SERVER-50961 Collect resource consumption metrics for legacy query and write ...Louis Williams2020-10-151-0/+3
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-141-5/+1
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipChecking...Huayu Ouyang2020-10-101-2/+2
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster t...Huayu Ouyang2020-09-301-2/+2
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-241-1/+2
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-09-231-6/+10
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+7
* SERVER-50417 Change notMasterUnacknowledgedWrites to notPrimaryUnacknowledged...Ali Mir2020-09-101-5/+5
* SERVER-50416 Change notMasterLegacyUnacknowledgedWrites to notPrimaryLegacyUn...Ali Mir2020-09-101-5/+5
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-5/+6
* SERVER-50346 refactor `handleRequest` code fragments into a HandleRequest classBilly Donahue2020-09-041-118/+228
* SERVER-50104 Implement proxy's retry logic for non-batch write commandsCheahuychou Mao2020-09-041-5/+4
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-3/+3
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-3/+3
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-031-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-8/+9
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-3/+3
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-1/+6
* SERVER-50242 Don't log awaitable "hello" as slow queryA. Jesse Jiryu Davis2020-08-251-1/+1
* SERVER-50464 waitAfterCommandFinishesExecution failpoint should only execute ...Jason Chan2020-08-241-13/+16
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-1/+1
* SERVER-49965: Add apiVersion metrics to serverStatus and remove stale metricsXueruiFa2020-08-201-3/+4
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-0/+10
* SERVER-49963: Store API parameters for serverStatus metricsXueruiFa2020-08-131-4/+13
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-08-051-3/+2
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-041-5/+5
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-2/+1
* SERVER-49181 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-08-031-2/+8
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-4/+7
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-1/+1
* SERVER-49174 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-07-281-1/+0
* SERVER-49751 Rename all classes/functions/filenames/nss/variables etc to rela...Luis Osta2020-07-271-6/+5
* SERVER-48939 Make reads call MigratingTenantAccessBlocker::checkIfCanReadOrBlockCheahuychou Mao2020-07-231-2/+16
* SERVER-48877 Create an APIParameters classPV992020-07-171-1/+2
* SERVER-48866 Parse Versioned API parametersPV992020-07-151-0/+4
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-1/+1
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+1
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-101-1/+0
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-43/+8
* SERVER-47606: make SDAM timeout values into server parametersLamont Nelson2020-05-291-1/+1
* SERVER-48251 Update ‘getMaxKnownOpTime’ to return a Timestamp instead of ...Mihai Andrei2020-05-191-1/+1
* SERVER-48265 Fix and-ordering when appending topology version to shutdown errorsTess Avitabile2020-05-181-1/+1
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-15/+1
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+3
* SERVER-47672: Add minSnapshotHistoryWindowInSeconds and remove snapshot windo...Lingzhi Deng2020-05-071-3/+2
* SERVER-47017 Attach topologyVersion to ShutdownErrors (mongod)Tess Avitabile2020-05-011-9/+15
* SERVER-47577: readConcernCounters metric in serverStatusLingzhi Deng2020-04-291-2/+23
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-5/+3