summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37706 Fix constant reference in KVEnginer4.1.5GWlodarek2018-11-061-1/+1
|
* SERVER-37920 Convert SSL set parameters to IDLSara Golemon2018-11-0712-265/+382
|
* SERVER-37922 Convert snapshot window set parametersSara Golemon2018-11-073-128/+85
|
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ↵Siyuan Zhou2018-11-0610-93/+215
| | | | | | oplog entries in their own batch Also move transaction oplog application into its own file.
* SERVER-37591 Change MigrationSourceManager cleanup to only remove the MSM ↵Matthew Saltz2018-11-061-2/+12
| | | | from the CSR when necessary
* SERVER-37946: Clean up error message issued when $out fails to create aDevin Hilly2018-11-062-1/+3
| | | | temp collection on a secondary
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-0629-775/+1488
|
* SERVER-37088 Update OptionSection to handle merging sectionsSara Golemon2018-11-063-13/+75
|
* Revert "SERVER-35811 disallow committing at the prepareTimestamp"Pavi Vetriselvan2018-11-0610-100/+37
| | | | This reverts commit 2de26d2c3c7f73cc49126ba32402c0a380c8f882.
* SERVER-37706 Implement capped collection support for BiggieSEGregory Wlodarek2018-11-0611-30/+272
|
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-068-56/+120
|
* SERVER-37796 Skip log file corruption on debug buildsLouis Williams2018-11-061-1/+8
|
* SERVER-35811 disallow committing at the prepareTimestampPavi Vetriselvan2018-11-0610-37/+100
|
* SERVER-37557 Add startup warning about enableMajorityReadConcern and usage ↵Vesselina Ratcheva2018-11-063-0/+25
| | | | of arbiters
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-0629-1486/+775
| | | | This reverts commit 36d4668e854d8bd17e8b684dbbf42b3b0903bbe7.
* SERVER-37878 Run causally_consistent_jscore_txns_passthrough against ↵Jack Mulrow2018-11-062-0/+124
| | | | unsharded collections
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-0629-775/+1486
|
* SERVER-36501 Add 'currentPrepared' metric to serverStatusJason Chan2018-11-066-6/+76
|
* SERVER-37931 lock_stats_suboperation_logs.js should ignore noise lock statsXiangyu Yao2018-11-051-0/+4
|
* SERVER-37928 remove unused repair_database link dependenciesBenety Goh2018-11-055-5/+0
|
* SERVER-37678 Extend cpplint's CheckForCopyright() to check for SSPL.Max Hirschhorn2018-11-057-48/+222
|
* SERVER-36619 Fix typo in SSL readmePatrick Freed2018-11-051-1/+1
|
* SERVER-37840 Enable non-certificate-selector based tests on linuxSara Golemon2018-11-051-1/+1
|
* SERVER-36500 Add tests to check slow logging for prepared txnsJason Chan2018-11-053-19/+215
|
* SERVER-37912 Publish MongoDB embedded android artifacts to Maven CentralMathew Robinson2018-11-058-162/+203
|
* SERVER-37742: Avoid unnecessary shard version metadata refreshesNatalie Tsvetkova2018-11-051-0/+1
|
* SERVER-36867 Prevent secondary config servers from stepping up in ↵jannaerin2018-11-051-1/+17
| | | | primary_config_server_blackholed_from_mongos.js
* SERVER-37913 coll_epoch_test1.js does not wait for the config server to ↵Esha Maharishi2018-11-051-0/+4
| | | | replicate after dropping collections
* SERVER-37902 recovering_slaveok.js should assert all writes it makes succeedJack Mulrow2018-11-051-2/+2
|
* SERVER-37781 Blacklist shard_collection_existing_zones.js from ↵jannaerin2018-11-051-0/+1
| | | | sharding_continuous_config_stepdown
* SERVER-37244 Use thread-pool instead of detached std::thread in ↵Kaloian Manassiev2018-11-052-11/+45
| | | | MongoDSessionCatalog
* SERVER-37918 Improve the messaging around corrupted routing metadataKaloian Manassiev2018-11-055-59/+64
|
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are ↵Kaloian Manassiev2018-11-055-78/+23
| | | | in sorted order
* SERVER-37796 Always salvage WiredTiger metadata regardless of error code ↵Louis Williams2018-11-052-13/+45
| | | | when starting with repair
* SERVER-36966 Validate ns in cluster mapReduceCharlie Swanson2018-11-056-28/+127
| | | | | | Also ensures that the temp collections are always up to date, and extends the passthrough coverage of the mapReduce command outputting to a sharded collection.
* SERVER-37342 Do not store the RecordId in the KeyString for unique indexes ↵Gregory Wlodarek2018-11-021-143/+207
| | | | in BiggieSE
* SERVER-37892 Do not run agg multiversion/wildcard fuzzers on code coverage ↵Bernard Gorman2018-11-021-5/+1
| | | | or debug variants
* SERVER-36619 Test that ECDSA certificates can be loaded by OpenSSL on LinuxPatrick Freed2018-11-025-0/+152
|
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-0212-83/+137
|
* SERVER-37717 Fix race between Baton::notify() and Waitable::wait()Mathias Stearn2018-11-022-9/+3
|
* SERVER-37797 PCQ +multi +pipeJason Carey2018-11-026-457/+1263
| | | | | | Add support for MultiProducer + MultiConsumer on our existing PCQ and introduce a Pipe type which holds the interface via shared_ptr ends and closes those ends on destruction.
* SERVER-37176 Skip unionize for $in with no regexJacob Evans2018-11-022-2/+87
|
* SERVER-37524 Support In-Memory Storage Engine with WatchdogMark Benvenuto2018-11-021-2/+14
|
* SERVER-37244 Expect interruption due to transaction abort in ↵Kaloian Manassiev2018-11-021-1/+2
| | | | snapshot_read_utils.js
* SERVER-37784 Repairing the size storer should not fassertLouis Williams2018-11-022-3/+23
|
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-0215-100/+432
|
* SERVER-37244 Fix race condition due to thread execution timing in ↵Kaloian Manassiev2018-11-022-24/+30
| | | | session_catalog_test
* SERVER-36559 Rename hardware CRC32 flag to be architecture neutralAndrew Morrow2018-11-023-5/+5
|
* SERVER-37624 Allow sessions collection TTL index expiration value to change ↵Blake Oler2018-11-027-31/+142
| | | | upon node restart
* Import wiredtiger: e8cf194d813096cc2b30c0dd2d9d9c93ade79756 from branch ↵Luke Chen2018-11-0258-323/+575
| | | | | | | | | | | | | | | | | mongodb-4.2 ref: 22b1224ee0..e8cf194d81 for: 4.1.5 WT-4298 Fix workgen to retry on WT_ROLLBACK and clear ops after warmup WT-4343 Unlock when sleeping to allow other log threads to make progress WT-4371 Workgen improvements to create a MongoDB-like workload WT-4376 Fix a bug where table index open can race WT-4385 Prepare-conflict during a cursor scan can return the wrong key WT-4392 A large lint change WT-4395 Seg fault walking corrupted log with log cursor WT-4396 When retrying after prepare-conflict, cursor unable to find a valid update WT-4400 Fix workgen use of PRIxxx macros, needed for old C++ compilers