summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71019 add ReplicationCoordinator::isRetryableWrite()Benety Goh2023-02-1010-19/+36
|
* SERVER-73697 Do not split out match expression on meta field when it's not ↵Yoonsoo Kim2023-02-105-98/+137
| | | | renameable
* SERVER-38232 Add RuntimeDirectory to mongod.serviceRyan Egesdahl2023-02-102-0/+5
|
* SERVER-73102 [CQF] Simplify explain for evaluation of simple constantsSvilen Mihaylov2023-02-1014-259/+124
|
* SERVER-73847 large batched writes rollback test provides nodeOptions to fixtureBenety Goh2023-02-101-28/+14
|
* SERVER-73535 Add support for $jsonSchema scalar fields in ↵Yoonsoo Kim2023-02-103-19/+225
| | | | splitMatchExpressionBy()
* SERVER-70642: Add ticket acquisition skip for node step upseanzimm2023-02-103-4/+7
|
* SERVER-73830 Handle buckets pending direct writes when retrieving alternate ↵Yuhong Zhang2023-02-101-9/+9
| | | | buckets
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-02-105-4/+85
|
* SERVER-73825 added ninja builders to requiredDaniel Moody2023-02-104-2/+38
|
* SERVER-73834 NamespaceString constants immortal and constexprBilly Donahue2023-02-104-326/+366
|
* SERVER-73847 RollbackTest accepts optional nodeOptions for ReplSetTest ↵Benety Goh2023-02-092-12/+16
| | | | initialization
* SERVER-73821 [CQF] Split path utilities from utils.cppSvilen Mihaylov2023-02-0916-434/+514
|
* SERVER-73809 Adjust inlining so ByteCode::runInternal() uses less native ↵Drew Paroski2023-02-091-21/+26
| | | | stack on debug builds
* SERVER-73811 Ignore duplicate key errors caused by bulk inserts with ↵Antonio Fuschetto2023-02-091-12/+25
| | | | concurrent movePrimary
* SERVER-73729 Fix unit test compilation on WindowsErwin Pe2023-02-091-3/+3
|
* SERVER-73760: Add util functions to BoolExprHana Pearlman2023-02-092-0/+108
|
* SERVER-72598 Introduce server parameter to turn off logging for detailed ↵Blake Oler2023-02-0928-351/+663
| | | | connection health metrics
* SERVER-72063 Throw on attempt to create overly small oplogGregory Noma2023-02-091-1/+3
|
* SERVER-73688 Update shard split to be gated on FCV 6.3Esha Maharishi2023-02-0947-49/+49
|
* SERVER-70339 aggregate sharding resmoke suitesTrevor Guidry2023-02-0922-199/+189
|
* SERVER-73385 Releasing unheld critical section upon sharded rename error ↵Pierlauro Sciarelli2023-02-092-23/+19
| | | | must result in a no-op
* SERVER-72346 Enforce the required lock mode in the DatabaseShardingState APIAntonio Fuschetto2023-02-0920-134/+157
|
* SERVER-71525: Removed failOnPoisonedFieldLookup fail point and associated ↵Projjal Chanda2023-02-095-87/+55
| | | | | | tests relying on it. Performs an invalid operation (divide-by-zero) instead of a "POISON" field lookup for short-circuit testing
* SERVER-73749 Update db-contrib-tool version that includes fix for new branch ↵Mikhail Shchatko2023-02-091-1/+1
| | | | fallback
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-02-094-0/+79
|
* SERVER-66782 Remove BalanceAccordingToDataSize feature flagPierlauro Sciarelli2023-02-0913-972/+442
|
* SERVER-72723 add rollback test for multi-oplog batched writesBenety Goh2023-02-091-0/+106
|
* SERVER-72235 Core Server Avoid the usage of dropCollectionEvenIfSystem() ↵Enrico Golfieri2023-02-098-58/+41
| | | | outside of resharding code
* SERVER-73752 Remove active shards check from ↵Paolo Polato2023-02-092-170/+79
| | | | ShardingCatalogClient::getShardsThatOwnData() methods
* SERVER-73289 Support yield/restore on CollectionSnapshots APIJordi Serra Torrens2023-02-099-299/+797
|
* SERVER-72641 Add establishConsistentCollection APIhenrikedin2023-02-096-336/+318
| | | | | | Unifies openCollection() and needsOpenCollection() on the CollectionCatalog. Integrate into the AutoGet setup helpers and simplify their logic.
* SERVER-72762 Split commit and abort entries during secondary oplog application.Wenbin Zhu2023-02-0912-125/+405
|
* SERVER-73602 Add the stub of the TIMESERIES_WRITE query stageYuhong Zhang2023-02-099-0/+170
|
* Import wiredtiger: cb3b25c3072b5802a30674e600432e073c0a9396 from branch ↵Will Korteland2023-02-093-14/+16
| | | | | | | | | mongodb-master ref: 3861add9b4..cb3b25c307 for: 7.0.0-rc0 WT-10579 Update list_objects to support prefix search
* SERVER-73787 use server-7.0 signing keyZakhar Kleyman2023-02-093-4/+4
|
* SERVER-73405 shut down mongod before exiting earlyBenety Goh2023-02-091-0/+1
|
* SERVER-73735 Fail configuration more gracefully if telemetry is disabledCharlie Swanson2023-02-093-0/+47
|
* Revert "SERVER-72147 defer switching hard coded clang tidy module flags."Kaloian Manassiev2023-02-092-19/+13
| | | | This reverts commit 8181de8a415a6198731a7cabe8e04ca014722aa0.
* SERVER-73729 Split decryptAndParse functions of ↵Erwin Pe2023-02-094-84/+270
| | | | FLE2Indexed(Equality/Range)EncryptedValueV2
* SERVER-72147 defer switching hard coded clang tidy module flags.Daniel Moody2023-02-092-13/+19
|
* SERVER-73214 Write basic time-series updateOne() jstestsFaustoleyva542023-02-093-1/+273
|
* SERVER-71900 Support Errors in bulkWrite cursor responseseanzimm2023-02-097-51/+363
|
* SERVER-73624 Not disable the periodic index consistency checker in query ↵Cheahuychou Mao2023-02-097-43/+11
| | | | sampling tests
* SERVER-71148 Re-enable assertion in `AllDurableTimestamp` testGregory Noma2023-02-091-2/+1
|
* SERVER-73777 Fix so AutoGetOplog returns a yieldable pointerHenrik Edin2023-02-097-14/+15
|
* SERVER-73759: Move PartialSchemaRequirements to new fileHana Pearlman2023-02-097-231/+297
|
* SERVER-73273 Implement the search index commandsDianna Hohensee2023-02-0911-40/+55
|
* SERVER-73311 Add group spill stats to serverStatus for SBEAdityavardhan Agrawal2023-02-0911-42/+82
|
* SERVER-43894 dropCollection should return success if the collection does not ↵Dianna Hohensee2023-02-098-56/+71
| | | | exist AND no UUID was specified