summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36849 Disable new shard collection path on v4.0r4.0.2-rc0r4.0.2jannaerin2018-08-2415-3/+31
* SERVER-36553 Disable transactions_reaped_with_tickets_exhausted in replica_se...Matthew Russotto2018-08-241-0/+1
* SERVER-35770 Running a multi-statement transaction when all WiredTiger write ...Matthew Russotto2018-08-245-3/+125
* SERVER-36406 Respect _defaultAuthenticationMechanism when providedSara Golemon2018-08-242-3/+18
* SERVER-36129 awaitReplication after setup functions in concurrencyRobert Guo2018-08-232-0/+14
* SERVER-36766 Addd import/export macros for embedded librariesAndrew Morrow2018-08-235-53/+201
* SERVER-36685 Reverse order of Session and Client locksMatthew Russotto2018-08-233-29/+18
* SERVER-36685 Make transaction statistics accessible without Session mutexMatthew Russotto2018-08-234-101/+198
* SERVER-35238 Drop the collection after removing the partially written chunks ...Cheahuychou Mao2018-08-231-12/+31
* SERVER-35100 Do not log exception on dynamic test failureYves Duhem2018-08-231-1/+1
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-08-2311-51/+366
* SERVER-36331 Kill running op when a transaction expiresSpencer T Brody2018-08-225-9/+145
* Revert "SERVER-33912 Make warnings fatal for embedded builders"Andrew Morrow2018-08-223-30/+3
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-2217-150/+319
* SERVER-33912 Make warnings fatal for embedded buildersAndrew Morrow2018-08-223-3/+30
* SERVER-36102 Create initial chunks on appropriate shards for zoned shardingCheahuychou Mao2018-08-226-134/+570
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-08-2110-294/+313
* SERVER-36479 Don't redact planSummary in logsKelsey Schubert2018-08-215-17/+17
* SERVER-35092 do not wait for majority dummy write when writing config metadat...Misha Tyulenev2018-08-211-12/+0
* SERVER-36092 Create internal command to create collection on shard with uuid ...jannaerin2018-08-217-104/+245
* SERVER-25333 Use StartChunkCloneRequest in the MigrationDestinationManagerBlake Oler2018-08-213-50/+25
* SERVER-25333 Clean up argument passing in the MigrationDestinationManagerBlake Oler2018-08-212-125/+98
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-08-219-107/+197
* Revert "SERVER-36092 Create internal command to create collection on shard wi...Cheahuychou Mao2018-08-217-275/+124
* SERVER-35037 Create new concurrency suite that runs consecutive operations in...Samy Lanka2018-08-2111-9/+293
* SERVER-36715: Pushing $sort stage to query system can leave pipeline in an un...Nick Zolnierz2018-08-202-0/+56
* SERVER-36322 NamespaceSerializer lock should be used for dropCollectionjannaerin2018-08-204-7/+14
* SERVER-36071 Check status of shardsvrShardCollectionjannaerin2018-08-201-1/+9
* SERVER-36733 Clarify names for embedded install tagsAndrew Morrow2018-08-203-11/+11
* SERVER-36005 Prevent unsafe IndexCatalogEntryImpl::_catalogIsReady callDewal Gupta2018-08-207-4/+30
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-08-1717-613/+662
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-08-177-323/+535
* SERVER-36592 Blacklist snapshot_read_kill_op_only.js workload from backup_res...Matthew Russotto2018-08-171-0/+1
* Revert "Merge branch 'v4.0' of github.com:mongodb/mongo into v4.0"Dewal Gupta2018-08-177-30/+4
* Merge branch 'v4.0' of github.com:mongodb/mongo into v4.0Dewal Gupta2018-08-17138-741/+6352
|\
| * SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-08-1723-144/+111
| * SERVER-35215 Future::onError<ErrorCodes::Error>()Mathias Stearn2018-08-172-9/+156
| * SERVER-34393 Remove dependency on base for mongo_embedded_mongoc_client.Henrik Edin2018-08-175-72/+130
| * SERVER-35367 Do not hold locks while calling waitForAllEarlierOplogWritesToBe...Spencer T Brody2018-08-163-7/+23
| * SERVER-36128 Don't return ismaster:true while in shutdownSpencer T Brody2018-08-162-0/+34
| * SERVER-14394 Add UUID checking to the hashed sharding with initial split testKaloian Manassiev2018-08-1612-36/+84
| * SERVER-36007 Add JS test to test that checking out an already checked out ses...jinichu2018-08-161-0/+89
| * SERVER-35433 Log slow transactions when aborting under commitsjinichu2018-08-161-0/+6
| * SERVER-36294 Mark transaction as inactive when it is first marked as openWilliam Schultz2018-08-162-3/+21
| * SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-165-3/+141
| * SERVER-35157 Add transactions latency tracking to OperationLatencyHistogramNathan Louie2018-08-164-5/+12
| * SERVER-36461 Add 'transaction' identifier to slow transaction log outputNathan Louie2018-08-164-4/+10
| * SERVER-36414 Add readConcern to slow transaction loggingjinichu2018-08-163-20/+85
| * SERVER-35433 Log slow transactions when they finishNathan Louie2018-08-163-47/+173
| * SERVER-35432 Add a method for printing out information about a slow transactionNathan Louie2018-08-165-0/+289