summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-69121 Update FCV version for `hedged_reads.js`Amirsaman Memaripour2022-09-011-1/+1
|
* SERVER-66636 Introduce server parameters to track storage and TTL stats for ↵Denis Grebennicov2022-09-0112-52/+273
| | | | | | the change collections Co-author: csum112<catalin.sumanaru@mongodb.com>
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-0147-397/+644
|
* SERVER-69031 Move JSON configuration to python fileAlexander Ignatyev2022-09-015-325/+60
|
* SERVER-68745 Implement histogram parsing from BSONMisha Tyulenev2022-09-017-3/+421
|
* SERVER-69296 Use traverseF() for $anyElementTrue in ↵Drew Paroski2022-09-012-32/+19
| | | | "sbe_stage_builder_expression.cpp"
* SERVER-69159 Enable positioned cursors across find cmd for snapshot read concernDianna Hohensee2022-08-311-3/+1
|
* SERVER-68254 Create a function to instantiate collections and index entries ↵Gregory Wlodarek2022-08-3114-36/+879
| | | | from earlier points in time
* SERVER-63339 Enable hash checks for capped collectionsGregory Noma2022-08-311-36/+18
|
* SERVER-69176 Fix linking for BSON fuzzersYuhong Zhang2022-08-313-6/+4
|
* SERVER-65337 set minThreads to 0: TenantMigrationDonorService, ↵Adityavardhan Agrawal2022-08-314-1/+47
| | | | TenantMigrationRecipientService, ShardSplitDonorService.
* SERVER-68401 Log latency of requests to OCSP responder for client-side ↵Jason Chan2022-08-312-2/+112
| | | | verification
* SERVER-69155 fix clang_tidy bugprone-suspicious-string-compare errorsJuan Gu2022-08-311-1/+1
|
* SERVER-68997 Constructor parameter name refactorMilitsa Sotirova2022-08-311-2/+2
|
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-3114-250/+645
|
* SERVER-69289 Add 6.2 to releases.ymlJason Chan2022-08-311-0/+1
|
* SERVER-69265 Increase config_fuzzer_replica_sets_jscore_passthrough timeoutMikhail Shchatko2022-08-311-0/+2
|
* Import wiredtiger: 0ac82ac3fb889ed948dcb23ef77b3cd82d6de935 from branch ↵Etienne Petrel2022-08-312-16/+28
| | | | | | | | | mongodb-master ref: e605c3eee1..0ac82ac3fb for: 6.2.0-rc0 WT-9799 Only reconfigure every 2+ seconds. (#8233)
* Import wiredtiger: e605c3eee1daaf355d7a498dd3dc89036c43c2d8 from branch ↵Etienne Petrel2022-08-314-36/+38
| | | | | | | | | mongodb-master ref: 064bbe0878..e605c3eee1 for: 6.2.0-rc0 WT-9591 Adapt to LLVM v9.0+ for a Symoblizer call (#8198)
* SERVER-69262 Unconditionally retry stepup and no-op write commandsMatt Broadstone2022-08-312-30/+12
|
* SERVER-67538 Make multi-doc txns return WCE on index catalog changesJosef Ahmad2022-08-312-0/+100
| | | | | | | | | | | | | | | | Background: SERVER-47866 stopped bumping the collection's minimum visibility timestamp on catalog changes related to an index; only the index's minimum visibility snapshot continues to be updated. One side effect of this change is that a multi-document transaction can read a at a snapshot where the index is not yet ready and commit at a timestamp when the index is ready, which not intended behaviour and can open the opportunity for a race to happen. This patch introduces a check for the indices' minimum visible timestamp. Attempting to write to an index entry while reading at an incompatible timestamp returns a write conflict exception. Locking rules guarantee that we see a consistent in-memory view of the indices' minimum visible snapshot.
* SERVER-69245 Fix compilation of unittests with C++20Allison Easton2022-08-312-13/+11
|
* SERVER-69189 Drop connections from mongos to primary in ↵Vojislav Stojkovic2022-08-311-0/+2
| | | | connection_establishment_metrics.js
* SERVER-68931 Drain oplog buffers before applying recipient configMatt Broadstone2022-08-316-193/+273
|
* SERVER-44137: ReplicationCoordinatorExternalStateImpl: clean up constantsKonstantin Trushin2022-08-301-18/+14
| | | | | | | Rename constants to comply with the code style. Remove unused constants. Signed-off-by: ali-mir <ali.mir@mongodb.com>
* SERVER-68788 Coverity analysis defect 122654: Using a moved objectWill Buerger2022-08-301-1/+2
|
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-3024-29/+29
|
* SERVER-69151 Remove 'analyze_shard_key' libraryCheahuychou Mao2022-08-3010-24/+11
|
* SERVER-69155 fix bugprone-suspicious-string-compare warningsJuan Gu2022-08-305-5/+5
|
* SERVER-69020 Update sbe_stage_builder_expression.cpp to use traversePDrew Paroski2022-08-3010-152/+175
|
* SERVER-65413 Remove stale TODO in TaskExecutorMatthew Saltz2022-08-301-2/+0
|
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-308-32/+107
|
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-3079-545/+735
|
* SERVER-68751 Add analyzeShardKey and configureQueryAnalyzer commands on mongosCheahuychou Mao2022-08-3010-25/+298
|
* SERVER-69032: Fix message raised for ClientMetadataDocumentTooLargeAlex Bevilacqua2022-08-301-1/+1
|
* Revert "SERVER-68745 implement stats histogram parsing from BSON"auto-revert-processor2022-08-305-417/+0
| | | | This reverts commit 7e5986a0748c6d12a2381779ecc2d0115249cfe8.
* SERVER-69039 Fix histogram selection for dotted pathsAlya Berciu2022-08-302-1/+61
|
* SERVER-66786 Add V2Compact explain format for BonsaiDavid Percy2022-08-308-10/+123
|
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-3011-25/+186
|
* SERVER-68980 Update CE unit-testing to match optimizerAlya Berciu2022-08-303-195/+286
|
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the ↵Svilen Mihaylov2022-08-303-52/+116
| | | | accumulator uses meta field
* SERVER-67223 Optimize writing to MongoDB data generatorRuoxin Xu2022-08-306-86/+103
|
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ↵auto-revert-processor2022-08-303-116/+52
| | | | | | the accumulator uses meta field" This reverts commit ccb0d93033900be8cead29d3cdd414d8a85f2b03.
* SERVER-69175 transport::SocketOption class templateBilly Donahue2022-08-302-10/+94
| | | | | | This reverts commit 0fbba9495da3c621deddbee47cff3fda00b07bec. ifdef TCP_USER_TIMEOUT
* SERVER-69089: Add ability to define indexes in configAlexander Ignatyev2022-08-303-22/+46
|
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-3038-2/+668
| | | | Co-authored-by: Yu Jin Kang Park <yujin.kang@mongodb.com>
* SERVER-69180 Split and Merge commands need to refresh filtering metadata ↵Allison Easton2022-08-302-0/+3
| | | | before checking preconditions
* SERVER-68745 implement stats histogram parsing from BSONMisha Tyulenev2022-08-305-0/+417
|
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ↵Benety Goh2022-08-304-2/+68
| | | | index build
* Import wiredtiger: 064bbe0878ef559d76339d7812ef141e89436eaa from branch ↵Etienne Petrel2022-08-293-4/+235
| | | | | | | | | mongodb-master ref: dd3f4cb274..064bbe0878 for: 6.2.0-rc0 WT-9772 Fix RTS to abort the updates using the recovered checkpoint snapshot (#8229)