summaryrefslogtreecommitdiff
path: root/src/mongo/executor
AgeCommit message (Expand)Author
2024-09-17Revert "SERVER-92565 Remove NITL implementation structures used to facilitate...auto-revert-app[bot]
2024-09-16SERVER-92565 Remove NITL implementation structures used to facilitate hedging...James Bronsted
2024-09-16SERVER-94823 Increase networking C++ integration test logging verbosity (#27086)Patrick Freed
2024-09-14SERVER-90429 Remove diagnostic latches (#27018)Sophia Tan
2024-09-13SERVER-92568 add cancellation to ConnectionPool::get (#25235) (#27019)James Bronsted
2024-09-12SERVER-91458 Update mirrored reads metrics to consider "erroredOnRead" case (...Alex Li
2024-09-12SERVER-92062 SERVER-92063 Log warning when hedging options are specified (#26...Patrick Freed
2024-09-11SERVER-92064 Only make one request per command in NITL (#26892)Patrick Freed
2024-09-10SERVER-89093 Remove catchingInvoke and gSuppressNetworkInterfaceTransportLaye...Patrick Freed
2024-09-06SERVER-94490 Upstream aggregated Bazel conversions (#26806)Daniel Moody
2024-09-06Revert "SERVER-94490 Upstream aggregated Bazel conversions (#26769)" (#26803)auto-revert-app[bot]
2024-09-05SERVER-94490 Upstream aggregated Bazel conversions (#26769)Aaron Siddhartha Mondal
2024-09-03SERVER-86738 Include batch size on $search explain output (#26558)erinzhu001
2024-08-31SERVER-94320 Fix TODO(SERVER-98376) in Bazel files (#26683)Zack Winter
2024-08-28SERVER-90983 Separate service arch owned files to new subteams (#26262)Ryan Berryhill
2024-08-28SERVER-94094 Migrate ~80 Bazel targets (#26553)Aaron Siddhartha Mondal
2024-08-27SERVER-93649 shared_ptr for all TaskExecutor instances (#26357)Billy Donahue
2024-08-22SERVER-93273 Convert 18 targets from SCons to Bazel (#26411)Zack Winter
2024-08-20SERVER-92134 Fix crashes during NetworkInterfaceTL shutdown (#26201)Patrick Freed
2024-08-16SERVER-93268 Port targets #46-49 from SCons to Bazel (#26159) (#26227)Zack Winter
2024-08-15Revert "SERVER-93268 Port targets #46-49 from SCons to Bazel (#26159)" (#26181)auto-revert-app[bot]
2024-08-15SERVER-93268 Port targets #46-49 from SCons to Bazel (#26159)Zack Winter
2024-08-14SERVER-93421 Convert 118 IDL generators to run in Bazel (#26151)Zack Winter
2024-08-14Revert "SERVER-92134 Fix crashes in NetworkInterfaceTL shutdown" (#26116)Patrick Freed
2024-08-13SERVER-92134 Fix crashes in NetworkInterfaceTL shutdown (#25538)Patrick Freed
2024-08-05SERVER-93168 Populate all directories with Bazel exports (#25724)Zack Winter
2024-07-19SERVER-92627 Ensure TimeoutGeneralNetworkInterface test does not time out est...Patrick Freed
2024-07-15SERVER-92111: Remove calcDocsNeededFn from MongotTaskExecutorCursorGetMoreStr...Will Buerger
2024-07-11SERVER-90668 Convert invariants on Status.isOK() to invariants on the Status ...Alex Li
2024-07-02SERVER-84318 Implement search explain execution stats for $search and $search...erinzhu001
2024-06-28SERVER-91368: Revert the fix for SERVER-91368 and later patches (#24073)Ronald Steinke
2024-06-25SERVER-91729: Move NetworkInterfaceTL shutdown drain later (#23805)Ronald Steinke
2024-06-18SERVER-91368: Add NetworkInterfaceTL::GuaranteeGuard to drain GuaranteedExecu...Ronald Steinke
2024-06-17SERVER-91558 Make HedgeCancellationTest resilient to operation interuption (#...Erin McNulty
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-05-28SERVER-86739: Enable pre-fetching for mongot cursor (#21838)Will Buerger
2024-05-28SERVER-90610: Enable tidy check misc-unused-alias-decls (#22297)Stephanie
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
2024-05-10SERVER-85791 Allow omitting the passthrough arguments in IDL-generated serial...Patrick Freed
2024-05-09SERVER-90054 Fix ConnectionPoolHistogramStats histogram check (#21736)Joseph Prince
2024-05-03SERVER-86737: Don't increase mongot cursor batchSize when previous batch didn...Will Buerger
2024-04-30SERVER-89351 Merge generic argument and reply fields structs (#21600)Patrick Freed
2024-04-29SERVER-89315 Minimize raw pointer usage in tryGetConnection() (#21555)Ronald Steinke
2024-04-26SERVER-88214 Add types to generic_argument.idl (#21574)Patrick Freed
2024-04-26Revert "SERVER-88214 Add types to generic_argument.idl (#21502)"auto-revert-processor
2024-04-26SERVER-88214 Add types to generic_argument.idl (#21502)Patrick Freed
2024-04-25Revert "SERVER-88214 Add types to generic_argument.idl (#20310)"auto-revert-processor
2024-04-24SERVER-88214 Add types to generic_argument.idl (#20310)Patrick Freed
2024-04-23SERVER-87563 Failure to parse oplog entries should be less disruptiveMatthew Russotto
2024-04-15SERVER-88887: Split mongot-specific logic out of task_executor_cursorWill Buerger