summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47394 Disconnect from client on SplitHorizonChange errorJason Chan2020-05-041-0/+12
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-5/+3
* SERVER-47267 Don't log awaitable isMaster as slow queryA. Jesse Jiryu Davis2020-05-011-0/+8
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-231-28/+44
* SERVER-47444 Don't wait for readConcern on txn stmts with InvalidOptionsMaria van Keulen2020-04-161-7/+11
* SERVER-47077 Clean up log lines in 'mongo/db'samanca2020-04-071-77/+103
* SERVER-46534 Make notMasterUnacknowledgedWrites ignore readsAmirsaman Memaripour2020-04-031-2/+3
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-021-1/+1
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-311-5/+28
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-261-8/+9
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-261-29/+57
* SERVER-46674 Compare WriteConcernOptions properly (without converting to BSON)Kevin Pulo2020-03-251-5/+14
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+2
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-1/+2
* SERVER-46393 Always check client last operation time when computing operation...Cheahuychou Mao2020-02-271-5/+0
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+1
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-211-0/+9
* SERVER-46258 Fix possible race in failWithErrorCodeInRuncommand failpointJason Chan2020-02-211-2/+2
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-211-9/+0
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-3/+9
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-201-0/+9
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-0/+28
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-141-5/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-38/+93
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-121-5/+16
* SERVER-45882 Do not attach topologyVersion to ShutdownErrorsTess Avitabile2020-02-041-7/+5
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-231-5/+2
* SERVER-44518 Add TopologyVersion to State Change Errors.Jason Chan2020-01-211-10/+57
* SERVER-44260 New transaction should wait for previous txn table update to be ...Pavithra Vetriselvan2020-01-211-0/+6
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-1/+3
* SERVER-45476 Don't consider applying RWC defaults on standalonesKevin Pulo2020-01-151-0/+1
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-2/+0
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-11/+6
* SERVER-45121 reference correct ticket in todoKevin Pulo2019-12-201-1/+1
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2019-12-201-1/+2
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-0/+7
* SERVER-44887 reference correct ticket in todoKevin Pulo2019-12-131-1/+1
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-1/+1
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-1/+1
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-15/+13
* SERVER-43126 Basic replset CWRWC passthrough suitesKevin Pulo2019-11-261-0/+1
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-26/+37
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+1
* SERVER-43941: Add "errorLabels" field to failCommand failpointLingzhi Deng2019-11-121-4/+12
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-11/+21
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+54
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-14/+21
* SERVER-43260 killCursors should unify its cursor count checksAdam Cooper2019-09-161-2/+1