summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cherry-pick SERVER-50792 a98ea3b6e7a8f8ae0dac783cde4f2b964fea75f7israelhsu/BACKPORT-7941Israel Hsu2022-08-092-0/+311
|
* Revert "SERVER-56676 TTLMonitor handles NaN/out of range values when ↵Benety Goh2022-07-271-1/+1
| | | | | | extracting expireAfterSeconds" This reverts commit 8ff8a14216bef7f7d6fd7720a9727886f529e287.
* SERVER-67122 Add warning when requesting a module that doesn't exist or when ↵Richard Samuels2022-07-272-7/+35
| | | | | | | | loading legacy ninja module (cherry picked from commit 7da265df0f82719bc642fc0e28718780ebd7c9b2) (cherry picked from commit 5a407c480493ec4dfd9c18d2c94d6238f0fba36c) (cherry picked from commit b90f5c38ff9101a806ba35384aec59f8e24b9eb5)
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-273-9/+14
|
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-271-1/+10
|
* SERVER-61321 Improve handling of large/NaN values for text index versionShin Yee Tan2022-07-271-1/+1
| | | | (cherry picked from commit f627cf4f1af7ea9e47337664e88c3dbe3c9b29fa)
* SERVER-60607 S2AccessMethod handles NaN/out of range values when extracting ↵Benety Goh2022-07-271-1/+1
| | | | | | geo index version (cherry picked from commit 00aa22ab28eca149b203636887df3f425662889c)
* SERVER-64403 Encode the sort key from a document with collation only if ↵Denis Grebennicov2022-07-272-17/+21
| | | | value is present when comparing a sort key from index with one from the document in SORT_MERGE stage.
* SERVER-56676 TTLMonitor handles NaN/out of range values when extracting ↵Benety Goh2022-07-261-1/+1
| | | | | | expireAfterSeconds (cherry picked from commit daa37e38c73b0eed3ef91d7156e71f7aa6028e42)
* SERVER-67683 Change some of the modes in fast and opt buildsTausif Rahman2022-07-261-2/+2
| | | | (cherry picked from commit ceb4b3dcc19452c7534e8d711e1121ea3254dbdd)
* SERVER-66938 Drastically simplify command to generate ninja filesTausif Rahman2022-07-265-19/+144
| | | | (cherry picked from commit 0dd56eb0358262ee0af4d2b172ec53c62ebb0233)
* SERVER-66548 Add support for dependency tracking to $redactNicholas Zolnierz2022-07-263-0/+66
| | | | (cherry picked from commit cc4968771221658d66ff42ed2fb861656c5683ca)
* SERVER-65262 Use `timestamp_transaction_uint` for `commit_transaction`Gregory Noma2022-07-261-8/+3
| | | | (cherry picked from commit 497bbb6faf83673f226a34988e0d75ad62e2020d)
* SERVER-52641 Wait for all three index builds to start before restarting the ↵Gregory Noma2022-07-252-148/+93
| | | | | | | secondary in index_build_restart_secondary.js (cherry picked from commit 6d0b5b3ea630ba6b69597e7f0c670cf2e80e4265) (cherry picked from commit f8af526ef229defb64664ca3455524554b52ece4)
* SERVER-58747 The ShardServerCatalogCacheLoader doesn't interrupt ongoing ↵Sergi Mateo Bellido2022-07-251-0/+1
| | | | | | operations on step up (cherry picked from commit 7a8df38d284e16a60884569a90ddfa07586d9ec0)
* SERVER-63159 Implement the $_internalApplyOplogUpdate aggregation stageDrew Paroski2022-07-2411-6/+613
| | | | | (cherry picked from commit 3579b34f55aa53213455cdff348738f8595d28c7) (cherry picked from commit 65c4a53719c5f0dc19a1d1749d733f439155f957)
* SERVER-51056 Disable refine_collection_shard_key_atomic.js from running in ↵Sergi Mateo Bellido2022-07-221-0/+1
| | | | | | sharding_csrs_continuous_config_stepdown suite (cherry picked from commit c1401d158b915996aacd0e43b666ca3f7b0e9305)
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream ↵Drew Paroski2022-07-228-17/+213
| | | | | | | specs (cherry picked from commit 8ff9eb25cd17af72f7d9d3a15418c069eee1ae9d) (cherry picked from commit b156a5b704741985498482166e90c18ca9b03b95)
* SERVER-68158 fix incorrect replica set node reference in test for listIndexesBenety Goh2022-07-211-1/+1
| | | | (cherry picked from commit 082506444530d83a11b5ecfca52100aefc91a603)
* SERVER-67398: Fix the build with the legacy install modeKonstantin Trushin2022-07-141-13/+16
| | | | | | Closes https://github.com/mongodb/mongo/pull/1472 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-66461 added macos signing at evergreen archive stepDaniel Moody2022-07-133-0/+114
| | | | | (cherry picked from commit 362dbbd4c3c71a9604a085fbcf2636a961b5ff32) (cherry picked from commit 6fa7f012f27fe05940223d257f7cccf4c3729a32)
* Revert "SERVER-66461 added macos signing at evergreen archive step"Daniel Moody2022-07-134-122/+0
| | | | This reverts commit fafbdd8cc4abd580bb403aaf8ea2dab15375551b.
* SERVER-67993 fix 4.4 pylintersDaniel Moody2022-07-1248-157/+165
|
* SERVER-66461 added macos signing at evergreen archive stepDaniel Moody2022-07-124-0/+122
| | | | | (cherry picked from commit 362dbbd4c3c71a9604a085fbcf2636a961b5ff32) (cherry picked from commit 6fa7f012f27fe05940223d257f7cccf4c3729a32)
* SERVER-66621 Add additional check for two phase index build supportFaustoleyva542022-07-111-0/+10
|
* SERVER-40865 Retry CatalogCache refresh on QueryPlanKilled errorSergi Mateo Bellido2022-07-111-2/+3
|
* Revert "SERVER-67532 Fail oplog server status section less"Gabriel Marks2022-07-082-12/+9
| | | | This reverts commit 0380c2736e2af6977362bda891e1a71b940cdd83.
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-072-9/+12
|
* SERVER-64659 add multiple index spec test case for indexBulkBuilder server ↵Benety Goh2022-07-071-0/+13
| | | | | | status section (cherry picked from commit e2abe094a39dda8d4b8f623de23423868c7efb8f)
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2022-07-014-44/+48
| | | | | (cherry picked from commit 6da66799d036cfb42e18a75ca9bd2272574a814d) (cherry picked from commit 1dee7f9d89fe66befef3b30d9cc12ad432d2067d)
* SERVER-60334 Remove unused KVEngine::okToRename() functionGregory Wlodarek2022-07-013-24/+0
| | | | | (cherry picked from commit e5cb44d46d108c3cf3784621264bb04cd3c2f503) (cherry picked from commit 0422d0708a8ffad3bc9376dd83b88cbd3ceb12ef)
* SERVER-62656 xcode deduction guide workaroundBilly Donahue2022-06-301-1/+1
|
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin ↵Allison Easton2022-06-301-62/+73
| | | | | | fashion (cherry picked from commit f44581d5bfe275a3b9f0454dd7843c04ccfd1f2d)
* SERVER-67662 scons lint should handle empty string for is_patch variableBenety Goh2022-06-291-1/+1
|
* SERVER-64659 add initial sync test case for indexBulkBuilder server status ↵Benety Goh2022-06-291-0/+19
| | | | | | section (cherry picked from commit 4adfa1a54c9cba165525caf4a4200a891945637c)
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-06-289-11/+192
| | | | (cherry picked from commit b0b3890bdfc47bfd5a3cbc6c3f4d9b53c87441c4)
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-06-2811-17/+300
| | | | (cherry picked from commit 88162ec9f40f08fcf4dd31d24aa2532744e13dee)
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder ↵Benety Goh2022-06-252-2/+14
| | | | | | server status section (cherry picked from commit bfc606f1cc5ad931f054b5c152993a57d30eef64)
* SERVER-64659 add indexBulkBuilder server status section with minimal ↵Benety Goh2022-06-242-1/+75
| | | | | | creation metrics (cherry picked from commit adc47cc974960abf0bc10a1b15234dc95ee6fdd4)
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-235-36/+178
|
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ↵Benety Goh2022-06-223-9/+51
| | | | | | open/close operations (cherry picked from commit 176747132c3be0b0e73adebf55ba4acf6211934f)
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-06-212-5/+4
| | | | (cherry picked from commit f9bbbfb86db15ac7e4111890447dc46caf5fe4b4)
* SERVER-67302 Make linearizable reads robust to primary catch-up and ↵Matthew Russotto2022-06-213-0/+79
| | | | simultaneous stepdown.
* SERVER-64244 Drop exceptions due to transient errors for whole ↵Yu Jin Kang Park2022-06-212-92/+115
| | | | runBackgroundDbCheck function
* Import wiredtiger: 315f1424f9a8f97a4634b0cb001e2e7d0ed4b587 from branch ↵Luke Chen2022-06-208-15/+69
| | | | | | | | | mongodb-4.4 ref: c3bb82693f..315f1424f9 for: 4.4.16 WT-9096 Fix search near returning wrong key/value sometimes when key doesn't exist
* Import wiredtiger: c3bb82693f115a3aec828aa5d83b9f1b618140d5 from branch ↵Luke Chen2022-06-2011-173/+133
| | | | | | | | | mongodb-4.4 ref: 00c68a05cf..c3bb82693f for: 4.4.16 WT-9029 Remove object_target_size option from WT_SESSION::create
* Import wiredtiger: 00c68a05cfaa95e4f9f8205e99ec0fbcc3cc8b3f from branch ↵Luke Chen2022-06-206-6/+331
| | | | | | | | | mongodb-4.4 ref: d247a62395..00c68a05cf for: 4.4.16 WT-8366 API to set transaction commit timestamp from numerical timestamp
* SERVER-59658 Change durationMillis to durationAllison Easton2022-06-161-2/+2
|
* SERVER-59658 Improve logging to reflect that sharding metadata refresh ↵Allison Easton2022-06-161-0/+15
| | | | waiting on replication
* SERVER-67220 Make set_fcv_prepared_transaction.js resilient to StaleConfig ↵Cheahuychou Mao2022-06-131-2/+7
| | | | | | errors (cherry picked from commit 38670daf725de27444a28d83eca7b80ac0933e16)