summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "SERVER-56676 TTLMonitor handles NaN/out of range values when ↵r4.2.22-rc0r4.2.22Benety Goh2022-07-271-1/+1
| | | | | | extracting expireAfterSeconds" This reverts commit 921c4514352f572bc64b78f068d765206c12e301.
* 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-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-271-1/+10
|
* SERVER-56676 TTLMonitor handles NaN/out of range values when extracting ↵Benety Goh2022-07-271-1/+1
| | | | | | expireAfterSeconds (cherry picked from commit daa37e38c73b0eed3ef91d7156e71f7aa6028e42)
* 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-68199 Rename collection must check for index builds on the target ↵Dianna Hohensee2022-07-252-4/+96
| | | | collection before specially dropping indexes with names that are too long
* 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/+608
| | | | | | (cherry picked from commit 3579b34f55aa53213455cdff348738f8595d28c7) (cherry picked from commit 65c4a53719c5f0dc19a1d1749d733f439155f957) (cherry picked from commit 84c827702391857ef340b4e0315980f5b71d42b6)
* 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) (cherry picked from commit dea572279c27e7096a319568fb192940f8de9b59)
* SERVER-66461 added macos signing at evergreen archive stepDaniel Moody2022-07-133-0/+114
| | | | | | (cherry picked from commit 362dbbd4c3c71a9604a085fbcf2636a961b5ff32) (cherry picked from commit 6fa7f012f27fe05940223d257f7cccf4c3729a32) (cherry picked from commit 42dee378c0dca21d822ccf11cd8d510d9189aeb8)
* SERVER-67993 fix 4.4 pylintersDaniel Moody2022-07-1353-169/+204
| | | | (cherry picked from commit 1919b5797cc6e5bb3d03fe6d0d24a61498b3445e)
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-07-139-11/+198
| | | | | | | | | | (cherry picked from commit b0b3890bdfc47bfd5a3cbc6c3f4d9b53c87441c4) xcode deduction guide workaround (cherry picked from commit f96f35813423b88b2b0ce9af8d06d067891c9c39) Adapt to v4.2 (no LOGV2, no C++17)
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2022-07-084-44/+48
| | | | | | (cherry picked from commit 6da66799d036cfb42e18a75ca9bd2272574a814d) (cherry picked from commit 1dee7f9d89fe66befef3b30d9cc12ad432d2067d) (cherry picked from commit 5229b86161b1588df34fbee304b525068081a860)
* TIG-4197 Delete multiversion aggregation fuzzer suites on v4.2Jennifer Peshansky2022-06-291-32/+0
|
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-245-41/+179
|
* SERVER-62272: Configure the failpoint at the correct positionnandinibhartiyaMDB2022-06-211-1/+1
|
* SERVER-59658 [v4.2] Improve logging to reflect that sharding metadata ↵Enrico Golfieri2022-06-201-1/+9
| | | | refresh waiting on replication
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-06-112-8/+25
| | | | (cherry picked from commit 66e938045f87c72f379eb0def449b62bde97721c)
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-06-113-1/+31
| | | | | (cherry picked from commit bc940d6b0adc9254b62e9daf9c92d2c92f8b083d) (cherry picked from commit 7a074786f4048e3ac304dfbab12a5fafd5f14f00)
* SERVER-62272 : Migration OK for chunks existing before schema validatornandinibhartiyaMDB2022-06-093-6/+82
| | | | (cherry picked from commit bc1ac6fb2eb66202d1acc08d158b102c57beabbd)
* SERVER-67139 Update rhel6 package test amir4.2.21-rc0r4.2.21Brian McCarthy2022-06-082-9/+3
|
* SERVER-66955 Remove JSON.send usage in sys-perf and performanceVlad Rachev2022-06-062-14/+2
| | | | | | | | (cherry picked from commit 421855380204e5a9dcde2b83cccef8e6f75e3a96) (cherry picked from commit 49e8e9786b5a074e3c28793e1ab7c425453cd14f) (cherry picked from commit f9045851c07c52b1a3f486abffa7bfc7eb02cc6d) (cherry picked from commit bc73672d23a82da55da595a4eece4b55a4d594b5) (cherry picked from commit 12c092cbd57bef0b0ed6f6a1b4be36b878f35617)
* SERVER-66799 Fix `getParameterWithDetails.js` failure on `ephemeralForTest`Amirsaman Memaripour2022-05-271-2/+2
| | | | (cherry picked from commit e74b25e957c8e4f46aa721151aa72007537b4cde)
* SERVER-61097 SizeStorer flush uses 'operation_timeout_ms' to avoid deadlocks ↵Gregory Wlodarek2022-05-191-2/+17
| | | | | | | with cache eviction (cherry picked from commit 57e351357ea73450df84b905674b127508aeb064) (cherry picked from commit 7c65da785398047cb6569170bc614c99abf4ca07)
* SERVER-66176 Reduce work under CollectionCatalog lockHenrik Edin2022-05-193-14/+48
| | | | | | | * Perform hashing before taking lock. * Add new API for restoring after yield where we can lookup by UUID and verify namespace in the same critical section. Avoid two calls and copying the namespace under the lock. (cherry picked from commit 7e0f7d50da0915428a3bfa10a656cd999d5fa10e)
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-191-1/+1
| | | | (cherry picked from commit 57f6fcb999f4316084c7953df66b3c194460b1cf)
* Revert "SERVER-64332 added macos binary signing to push task"Tausif Rahman2022-05-161-18/+0
| | | | (cherry picked from commit dff7548deff174f47650eff9632acb8f201bac86)
* SERVER-65244 Add RHEL 7 s390x back to 4.2Zakhar Kleyman2022-05-042-0/+59
|
* SERVER-65166 Use compareOptimes in abort_in_progress_transactions_on_step_up.jsSamy Lanka2022-04-291-2/+7
| | | | | | (cherry picked from commit e2bf96ccc04299feee022ee4fcdb0b6d6a0769d4) (cherry picked from commit bfad9016db54c0cd5a12247abf01db3be81dcce2) (cherry picked from commit 42262744dc0df2025aec66d10b3e34c38448db91)
* SERVER-64332 skip macos notarization for archives which don't exist.Daniel Moody2022-04-271-4/+8
| | | | | (cherry picked from commit 92e728ced8820a3589f2b1a805b6f7a4effcfec5) (cherry picked from commit 7865c18d9bdb0b299e212a6c9927cbfc11de4c94)
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-04-273-0/+78
| | | | (cherry picked from commit 2969036ee519f907a741491fca05abdf0491b198)
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-04-225-6/+205
| | | | (cherry picked from commit aae909d4cfba1621ccaf5d6168b89a0577d4e0ca)
* SERVER-64332 added macos binary signing to push taskDaniel Moody2022-04-211-0/+14
| | | | | (cherry picked from commit 8aee4d35ca04dce4d045dc366fc47bfd0d4c4a5e) (cherry picked from commit e9ef5ac764ff28856c7808b99fe8266e5f0072c8)
* SERVER-65422 Fix package test failures on Ubuntu 16.04r4.2.20-rc0r4.2.20Brian McCarthy2022-04-121-0/+7
| | | | (cherry picked from commit 205d3535428e49054807e13a6505eef4e28d9949)
* SERVER-65421 Fix package test failures on RHEL 6/7Brian McCarthy2022-04-121-0/+27
| | | | (cherry picked from commit 67b5b3b9545a532d26edc15bfe3d1d49f22e783c)
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-113-19/+59
|
* SERVER-57000 Fix handling of correlated pipeline with facetsamontea2022-04-049-2/+282
|
* SERVER-64903 Wait for ShardServerCatalogCacheLoader deletes in test.Max Hirschhorn2022-03-281-0/+8
| | | | | | | | | The cancel_coordinate_txn_commit_with_tickets_exhausted.js test expects the removeOperations threads to be the ones blocked on the hangWithLockDuringBatchRemove failpoint and holding all available WiredTiger write tickets. (cherry picked from commit 59f2fcc33536dc6346e68d12cc0b9c8ef1b0b20c)
* Revert "SERVER-64176 Create 4.2 server parameter to gate unique index ↵Yuhong Zhang2022-03-281-6/+0
| | | | | | conversion via collMod" This reverts commit ba2d2a0ed53c59d732fb7a6452d27ef190c0dbc9.
* Revert "SERVER-61158 add unique to collMod index request"Yuhong Zhang2022-03-2815-195/+73
| | | | This reverts commit a94046f398f652564813c90cae8c9e419b1f0f6b.
* Revert "SERVER-61158 IndexCatalog::refreshEntry() can update metadata"Yuhong Zhang2022-03-285-20/+8
| | | | This reverts commit 0e09eec7acc2dae2fab4d131b6b5c6ef1efd44e9.
* Revert "SERVER-61158 Convert a non-unique index to a unique index via the ↵Yuhong Zhang2022-03-287-35/+2
| | | | | | collMod command" This reverts commit fe15f13c05c4bfa65f09f6b60931770277785117.
* Revert "SERVER-61159 Check for duplicates before converting a non-unique ↵Yuhong Zhang2022-03-284-72/+8
| | | | | | index to unique" This reverts commit a8ce9aab78095ba80a813200b31f179735693332.
* SERVER-64642 handle CallbackCanceled error code in batch_write_exec.cppAndrew Witten2022-03-212-5/+17
|
* SERVER-44626: Add new setParameter loadRoutingTableOnStartupAnton Oyung2022-03-176-7/+35
| | | | (cherry picked from commit 0ccd538e9bb21e67cff1150af464318457132a3e)
* SERVER-61159 Check for duplicates before converting a non-unique index to uniqueYuhong Zhang2022-03-114-8/+72
|
* SERVER-61158 Convert a non-unique index to a unique index via the collMod ↵Yuhong Zhang2022-03-117-2/+35
| | | | command
* SERVER-61158 IndexCatalog::refreshEntry() can update metadataYuhong Zhang2022-03-115-8/+20
|
* SERVER-61158 add unique to collMod index requestYuhong Zhang2022-03-1115-73/+195
|