summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2021-04-091-0/+2
* SERVER-50414 Reads should return not primary error messages during rollback i...Pavi Vetriselvan2021-03-151-1/+1
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-301-7/+7
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-301-1/+1
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-301-1/+1
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-301-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-301-1/+1
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-09-111-0/+2
* SERVER-49087 add support for testing MovePrimaryInProgressMisha Tyulenev2020-08-131-1/+2
* SERVER-49085 add MovePrimaryIsInProgress error codeMisha Tyulenev2020-08-131-0/+1
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-0/+2
* SERVER-47802 Destroy opCtx after responding to clientsAmirsaman Memaripour2020-05-141-1/+2
* SERVER-47394 Disconnect from client on SplitHorizonChange errorJason Chan2020-05-041-1/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-032-2/+2
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-301-1/+4
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-281-0/+1
* SERVER-46841 Make PeriodicRunner users properly handle ClientMarkedKilled errorsAmirsaman Memaripour2020-04-281-1/+1
* SERVER-46841 Make PeriodicRunner interrupt blocked operations on stopAmirsaman Memaripour2020-04-281-0/+1
* SERVER-47475 Make PeriodicJob aware of cancelation at global shutdownAmirsaman Memaripour2020-04-221-0/+1
* SERVER-47121: Introduce pre/post handshake error handling in the RSMLamont Nelson2020-04-151-3/+4
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-051-0/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-04-031-1/+1
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-281-0/+2
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-262-21/+13
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-0/+7
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-212-2/+0
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-2/+3
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-202-18/+27
* SERVER-45981 Prevent duplicating action upon receiving notice that a given sh...Blake Oler2020-02-111-0/+4
* SERVER-45039 Awaitable isMaster returns an error on reconfigs that change the...Jason Chan2020-02-071-0/+1
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-3/+2
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-0/+1
* SERVER-45915: Tag TransactionExceededLifetimeLimitSeconds InterruptionLingzhi Deng2020-02-031-1/+2
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-201-1/+1
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-171-0/+1
* SERVER-45414 Remove CannotImplicitlyCreateCollection retry logic on mongosMihai Andrei2020-01-161-2/+1
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-151-1/+2
* SERVER-45024 Add new function to handle range deletionMatthew Saltz2020-01-131-0/+1
* SERVER-42937 Implement Support for OCSP Stapling for OpenSSLShreyas Kalyan2020-01-061-0/+1
* SERVER-45171 Improve handling of transitive dependencies in hygienicAndrew Morrow2020-01-031-1/+1
* SERVER-44934 Support logging of Status and DBException in logv2Henrik Edin2019-12-182-0/+11
* SERVER-43333 Ingest driver SDAM testsLamont Nelson2019-12-051-0/+1
* Revert "SERVER-43333 Ingest driver SDAM tests"Annie Black2019-12-021-1/+0
* SERVER-43333 Ingest driver SDAM testsLamont Nelson2019-11-271-0/+1
* SERVER-44519: Label ExceededTimeLimit errors with RetryableWriteError labelLingzhi Deng2019-11-201-1/+1
* SERVER-42897 Validate base-level latchesRahul Sundararaman2019-11-191-0/+1
* SERVER-43331 Implement State Machine for Server Discovery and Monitoring SpecLamont Nelson2019-11-081-0/+4
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-072-259/+141
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-065-167/+2