summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-38734 Config collections other than config.system.sessions should not ↵jannaerin2019-01-145-130/+6
| | | | be allowed to be sharded
* SERVER-35828 Check the readSource in dropCollection()Xiangyu Yao2019-01-141-0/+4
|
* SERVER-38041 Test single shard transactions with arbiters and ↵Vesselina Ratcheva2019-01-143-0/+139
| | | | enableMajorityReadConcern:false replica sets with lag
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-145-17/+45
| | | | This reverts commit d19bd0c883a338e4f443399c928700381c682e32.
* SERVER-38983 Differentiate UserNotFound from AuthenticationFailure in audit logSara Golemon2019-01-141-12/+12
|
* SERVER-38939 Be more memory efficient for leaf nodes in biggieGeert Bosch2019-01-142-110/+126
|
* SERVER-38750 Unblacklist tests that test sharding a collection with the same ↵jannaerin2019-01-141-3/+0
| | | | options twice from sharding_last_stable_mongos_and_mixed_shards.yml
* SERVER-37382 printShardingStatus.js races with ShardingUptimeReporter threadRandolph Tan2019-01-141-1/+9
|
* SERVER-38842 Relax constraint in shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-1/+1
|
* SERVER-37699 Lower logging verbosity for shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-2/+2
|
* SERVER-28073 Upgrade Snappy to version 1.1.7Mathew Robinson2019-01-1433-3893/+1220
|
* SERVER-37770 Platform Support: Add Community Ubuntu 18.04 ARM64Brian McCarthy2019-01-143-1/+137
|
* SERVER-38964 geo_distinct.js should use bsonWoCompare to sort an array of ↵Samy Lanka2019-01-141-2/+2
| | | | documents
* SERVER-38577 Implement internal match expression which matches a particular ↵vrachev2019-01-1412-1/+268
| | | | BinData subtype
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-146-52/+49
|
* SERVER-38725 Add credentials for nexus staging pluginMathew Robinson2019-01-141-0/+2
|
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-01-143-0/+29
|
* SERVER-38953 Add missing early return in merge_chunks_command.cppJack Mulrow2019-01-141-0/+1
|
* SERVER-38387 agg_out.js concurrency workload always fails to shard the ↵James Wahlin2019-01-141-3/+14
| | | | output collection
* SERVER-38243 Test presence of the storage stats in slowop logs and ↵nehakhatri52019-01-141-0/+87
| | | | system.profile.
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-135-58/+72
|
* SERVER-37778 Use basic testing for ubuntu1804-s390xRamon Fernandez2019-01-121-57/+0
|
* SERVER-37316 Remove generic linux buildRamon Fernandez2019-01-121-24/+0
|
* SERVER-37775 Add Community RHEL7 s390xRamon Fernandez2019-01-121-0/+35
|
* SERVER-37777 Add zSeries Community SLES12Ramon Fernandez2019-01-121-0/+40
|
* Revert "SERVER-37643 add ↵Benety Goh2019-01-125-72/+58
| | | | | | Collection::addCollationDefaultsToIndexSpecsForCreate()" This reverts commit 190fef15ba515974c789b5a195a761b518fca46e.
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-125-58/+72
|
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-121-0/+0
|
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-1212-632/+5
|
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-1215-311/+179
|
* SERVER-37643 IndexCatalog::removeExistingIndexes() optionally throws on ↵Benety Goh2019-01-115-38/+32
| | | | invalid non-duplicate indexes
* SERVER-38895 Implement allCommitted for biggie storage engineGeert Bosch2019-01-118-42/+121
| | | | Also adds unit test for all storage engines.
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in ↵Nick Zolnierz2019-01-115-45/+17
| | | | | | write_ops" This reverts commit 587ad0e175cb501e378f4aeaf37199dbb28dd011.
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-115-17/+45
|
* SERVER-38956 Blacklist background_unique_indexes.js under ↵Jacob Evans2019-01-111-0/+3
| | | | replica_sets_initsync_jscore_passthrough
* SERVER-38946: Exclude newly blacklisted files when generating tasksDavid Bradford2019-01-112-80/+158
|
* SERVER-38285: only acquire database X lock on the recipient if the ↵Kim Tao2019-01-111-49/+66
| | | | collection does not exist
* SERVER-38928: Have run_check_repl_dbhash_background.js cope with secondaries ↵Daniel Gottlieb2019-01-111-10/+20
| | | | reporting a greater optime than their primary.
* SERVER-38810 Temporarily do not hold the client lock in ObservableSession in ↵Kaloian Manassiev2019-01-112-4/+3
| | | | order to avoid deadlock
* SERVER-38858 fix raceIan Boros2019-01-112-10/+56
|
* SERVER-38880 IDL relational comparison operators without std::tie()Mark Benvenuto2019-01-113-9/+125
|
* SERVER-38947 Make sure all jstests/core test that inspects totalDocsExamined ↵Randolph Tan2019-01-1112-4/+14
| | | | has assumes_unsharded_collection or assumes_balancer_off
* SERVER-38481 Mark profile_interrupted_op.js as "requires_profiling"Justin Seyster2019-01-111-1/+1
|
* SERVER-38941 Blacklist change streams speculative majority tests from ↵William Schultz2019-01-116-1/+12
| | | | ephemeralForTest variants
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-1114-80/+165
|
* SERVER-38179 range deleter must be prepared for document to be deleted from ↵Randolph Tan2019-01-1112-91/+104
| | | | under it
* SERVER-38179 Refactor RemoveSaver out of dbhelpersRandolph Tan2019-01-1111-181/+288
|
* SERVER-38597 Add drop-pending ident counter to serverStatusXiangyu Yao2019-01-115-0/+17
|
* SERVER-38951 Visual Studio Debugger VisualizersMark Benvenuto2019-01-112-0/+77
|
* SERVER-33161 make the second phase of index two-phase drop occur when drop ↵Dianna Hohensee2019-01-112-14/+14
| | | | reaches checkpointed instead of oldest