summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-283-35/+17
* SERVER-49741 Add a way to override what Status is used when a ScopedTaskExecu...Spencer T Brody2020-07-273-9/+45
* SERVER-49126 Allow NetworkInterfaceIntegrationTest to be an internalClientBen Caimano2020-07-091-5/+21
* SERVER-48205 fixed log messagesReo Kimura2020-07-093-6/+7
* SERVER-48205 added log statements to provide context on returned responsesReo Kimura2020-07-091-9/+18
* SERVER-48205 Rewrote toString() functions using fmtlib, locally untestedReo Kimura2020-07-092-11/+21
* SERVER-48205 Descriptive details added to toString() functionsReo Kimura2020-07-091-2/+8
* Revert "SERVER-47352 Return connections inline for NetworkInterfaceTL"Ben Caimano2020-07-091-5/+5
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-2/+2
* Revert "SERVER-49126 Turn on isInternalClient for integration tests"Tess Avitabile2020-06-301-6/+1
* SERVER-49126 Turn on isInternalClient for integration testsBen Caimano2020-06-291-1/+6
* SERVER-48159 Reduce the inline cost of isConnected()Amirsaman Memaripour2020-06-244-1/+34
* SERVER-48511 Improve ConnectionPool error messagesAmirsaman Memaripour2020-06-172-6/+3
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-103-3/+1
* SERVER-48272 Use of vector clock can be private to metadataAndrew Morrow2020-06-091-0/+1
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-053-4/+2
* SERVER-48493 RSM's isMasterMonitor should handle network exceeded time limit ...jannaerin2020-06-031-0/+2
* SERVER-48534 Make NetworkTestEnv correctly handle fire-and-forget commandsKevin Pulo2020-06-032-4/+9
* SERVER-48346 Fix lifetime issues for barriers captured by referenceAmirsaman Memaripour2020-06-021-0/+6
* SERVER-48505 NetworkInterfaceTest's StartCommandAny should use failpoint to d...Cheahuychou Mao2020-06-014-1/+10
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-1/+1
* SERVER-47437 Synchronize and unify NetworkInterfaceTL state componentsBen Caimano2020-05-183-200/+147
* SERVER-48149 Compare exhaust iters before erasingjannaerin2020-05-141-1/+1
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-1/+0
* SERVER-47815 Ensure all exhaust tasks are erased from task executor queuejannaerin2020-04-282-10/+20
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2611-11/+11
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-251-8/+11
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-246-22/+12
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-221-14/+23
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-2210-122/+131
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-178-69/+141
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-19/+12
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-146-6/+6
* SERVER-47507 Cancel all remaining egress commands on shutdownBen Caimano2020-04-141-0/+19
* SERVER-47480 Remove NonAuthTaskExecutor decorationAmirsaman Memaripour2020-04-134-233/+0
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests mo...Cheahuychou Mao2020-04-074-25/+65
* SERVER-47351 Better synchronize NetworkInterfaceTL shutdown with in-flight co...Ben Caimano2020-04-062-13/+47
* SERVER-47352 Return connections inline for NetworkInterfaceTLBen Caimano2020-04-061-5/+5
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-012-97/+46
* SERVER-46972 Create test-only command for establishing egress to another nodeSara Golemon2020-03-314-0/+29
* Revert "SERVER-46972 Create test-only command for establishing egress to anot...Matthew Saltz2020-03-304-29/+0
* SERVER-46972 Create test-only command for establishing egress to another nodeSara Golemon2020-03-304-0/+29
* SERVER-47167 Make hedged read tests more robustCheahuychou Mao2020-03-301-1/+2
* SERVER-47141 Make failpoint in NetworkInterfaceTL sort targets before constru...Cheahuychou Mao2020-03-271-22/+18
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-262-30/+2
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-258-92/+57
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-258-57/+92
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-243-10/+5
* SERVER-47064 Use std::invoke_result instead of std::result_ofMark Benvenuto2020-03-241-2/+2