summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68925 Reintroduce check table logging settings at startupr6.0.2-rc0Gregory Wlodarek2022-08-266-318/+87
* SERVER-68950 Update ssl_helpers.js for Ubuntu 22.04Mark Benvenuto2022-08-251-0/+20
* SERVER-69127 Add more missing version expansionsRyan Egesdahl2022-08-251-0/+3
* SERVER-68586 Use opt setting from Build ProfilesTausif Rahman2022-08-243-2/+6
* SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-08-249-34/+115
* SERVER-68521 Fix race in awaitdata_getmore.jsIan Boros2022-08-241-2/+3
* SERVER-68886 Remove extra call to addEagerlyReapedSession in internal transac...Jason Zhang2022-08-241-1/+0
* SERVER-67909 Skip dropping a non-existent temp ECOC collection in the compact...Erwin Pe2022-08-231-19/+37
* SERVER-68461 Persist the result of the doCompactOperation in the Pre61Compati...Erwin Pe2022-08-231-1/+28
* SERVER-66613 Send binary version instead of evergreen version to symbolizer s...Mikhail Shchatko2022-08-234-71/+279
* SERVER-65781 Run the symbolizer on CI outputMikhail Shchatko2022-08-2313-67/+834
* SERVER-68694 The compact command should not block oplog applicationGregory Wlodarek2022-08-231-0/+3
* SERVER-68694 Reverse the compact commands locking orderGregory Wlodarek2022-08-231-7/+6
* SERVER-65382 Don't use clientReadable in AutoSplitVector when reordering shar...Jordi Serra Torrens2022-08-232-8/+17
* SERVER-68937 Improve task splitting based on historic tests runtimeMikhail Shchatko2022-08-231-1/+1
* SERVER-68126 Check constraints for maxChunkSize param in auto/splitVector co...Paolo Polato2022-08-232-10/+12
* SERVER-68399 Fix parsing of safeint version numbers in blackduck_hub.pyMark Benvenuto2022-08-221-3/+4
* SERVER-68207 Give clusterMonitor explicit permissions to config.system.sessionsSara Golemon2022-08-222-0/+42
* SERVER-63852 ThreadName rewriteBilly Donahue2022-08-1911-202/+315
* SERVER-68905 Add append_oplog_note_mongos.js to backports_required_for_multiv...ali-mir2022-08-191-0/+2
* SERVER-65435 Increase fuzzer's min eviction_dirty_trigger to 50MBJosef Ahmad2022-08-191-1/+4
* SERVER-68905 Add append_oplog_note_mongos.js to backports_required_for_multiv...ali-mir2022-08-182-2/+2
* SERVER-68441 Exclude collection_uuid_index_commands.js from failover passthro...Wenbin Zhu2022-08-181-6/+1
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ong...Pierlauro Sciarelli2022-08-183-9/+64
* SERVER-67666 Allow watching system.buckets collections in full cluster change...Mickey. J Winters2022-08-172-2/+297
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-1713-83/+133
* SERVER-67126 Don't invoke LOGV2 in printStackTrace(ostream)Gabriel Marks2022-08-171-1/+2
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-174-28/+125
* Revert "SERVER-63843 Don't allow recursive doLog in sync signal handlers"Gabriel Marks2022-08-164-125/+28
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-164-28/+125
* SERVER-67679 Fix concurrent collection drops from returning NamespaceNotFound...Faustoleyva542022-08-151-10/+13
* SERVER-67728 Use FeatureFlagUtil in timeseries jstestsHenri Nikku2022-08-1517-54/+44
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-124-6/+60
* SERVER-68728 Add failpoint activation condition for mixed version clustersAbdul Qadeer2022-08-123-2/+10
* SERVER-68568 Override version with future tagRyan Egesdahl2022-08-122-19/+34
* SERVER-66804 Remove check_binary_version from test setupTausif Rahman2022-08-122-28/+0
* SERVER-63191 Fix Windows builds with generated version expansionsRyan Egesdahl2022-08-122-3/+4
* SERVER-63191 Generate build expansions earlyRyan Egesdahl2022-08-1210-134/+280
* SERVER-67605 Make retryable_findAndModify_commit_and_abort_prepared_txns_afte...Cheahuychou Mao2022-08-121-2/+2
* SERVER-67650 persist additional recipient resharding metricsAndrew Witten2022-08-116-43/+163
* SERVER-68479 collMod coordiantor V2 must block migration on bucket nssTommaso Tocci2022-08-102-5/+26
* SERVER-68540 Add docker_incompatible tag for jscore testsTausif Rahman2022-08-101-0/+1
* SERVER-66726 Fix serialization in killAllSessionsByPatternSara Golemon2022-08-091-3/+3
* SERVER-61035 Increase zones in resharding test for large initial chunks.Max Hirschhorn2022-08-091-1/+10
* SERVER-68495 Update resharded zones after kCommitting transition.Max Hirschhorn2022-08-093-29/+32
* SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMoresAmirsaman Memaripour2022-08-094-61/+218
* SERVER-67725 check uuid consistency over all participants for renameCollectionEnrico Golfieri2022-08-094-2/+149
* SERVER-68628 Refresh routing info on primary during resharding.Max Hirschhorn2022-08-097-0/+86
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ch...Erwin Pe2022-08-094-42/+230
* SERVER-67939: run_dbcheck_background.js retry on CappedPositionLostYu Jin Kang Park2022-08-091-9/+25