summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-45599 Backport the 'assertChangeStreamEventEq' function from m...r4.0.16-rc0r4.0.16Kaloian Manassiev2020-01-291-27/+0
* Revert "SERVER-45599 Backport of SERVER-32198: Make MetadataManager support a...Kaloian Manassiev2020-01-2917-412/+329
* Revert "SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState:...Kaloian Manassiev2020-01-2932-570/+522
* Revert "SERVER-45599 Backport of SERVER-39495: Only return versioned filterin...Kaloian Manassiev2020-01-2916-168/+154
* Revert "SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollec...Kaloian Manassiev2020-01-2918-351/+262
* Revert "SERVER-44598 Shards do not treat the IGNORED version as "intended sha...Kaloian Manassiev2020-01-298-127/+31
* Revert "SERVER-43910 BasicCommand::Invocation sets LockManager DebugInfo"Benety Goh2020-01-291-1/+0
* SERVER-45289 Fix uninitialized variable in the validate adaptorGregory Wlodarek2020-01-281-1/+1
* SERVER-44103 clear_jumbo.js should wait for balancer to be on mode: full for ...Randolph Tan2020-01-271-3/+2
* SERVER-40047 Test for blocking queue should not test for non-guaranteed condi...Matthew Russotto2020-01-271-1/+1
* SERVER-45761 Use same clock for test and working code in session_test [v4.0]Matthew Russotto2020-01-271-12/+6
* SERVER-45713 run rhel7 publish tasks on larger distroZakhar Kleyman2020-01-271-2/+6
* SERVER-45486 Add information to debug index key count mismatch issue in 'hash...Arun Banala2020-01-271-4/+16
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-278-31/+127
* SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollectionMeta...Kaloian Manassiev2020-01-2618-262/+351
* SERVER-45599 Backport of SERVER-39495: Only return versioned filtering metada...Kaloian Manassiev2020-01-2616-154/+168
* SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState::getMeta...Kaloian Manassiev2020-01-2532-522/+570
* SERVER-45758 Add sleep to TimeInactiveMicrosShouldBeSetUponUnstashAndStash i...Matthew Russotto2020-01-241-0/+8
* SERVER-45279 GranularityRounder rounding infinity case no longer causes infin...Ian Boros2020-01-242-2/+16
* SERVER-38794 do not std::move an object that can be reused in a WCE loopEric Milkie2020-01-241-1/+1
* SERVER-44130 Flip order of assert.lte arguments in logical_time_metadata.jsJack Mulrow2020-01-241-2/+2
* SERVER-44658 add tags to max_time_ms.jsDavid Storch2020-01-241-1/+4
* SERVER-45599 Backport of SERVER-32198: Make MetadataManager support an 'UNKNO...Kaloian Manassiev2020-01-2417-329/+412
* SERVER-45599 Backport the 'assertChangeStreamEventEq' function from masterKaloian Manassiev2020-01-241-0/+27
* SERVER-45152 Match master negation of null behavior for consistencyr4.0.15-rc0r4.0.15Jacob Evans2020-01-161-3/+19
* SERVER-43195 Add namespace to ChunkManager ShardKeyNotFound errors in order t...Blake Oler2020-01-161-2/+6
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-153-1/+52
* SERVER-45152 Clean up git merge to unit test furtherJacob Evans2020-01-151-12/+8
* SERVER-45152 Clean up git merge to unit testJacob Evans2020-01-151-1/+1
* SERVER-45152 Demote invariant to massert to prevent server crashesJacob Evans2020-01-152-3/+32
* SERVER-43910 LockManager::dump() includes client infoBenety Goh2020-01-152-7/+24
* SERVER-43910 BasicCommand::Invocation sets LockManager DebugInfoBenety Goh2020-01-151-0/+1
* SERVER-43910 lockInfo command obtains lock to client info mapping from LockMa...Benety Goh2020-01-153-21/+35
* SERVER-43910 Remove usage of BSONObjBuilder append unsigned method from lockI...Benety Goh2020-01-151-1/+1
* SERVER-43910 lockInfo command output includes Locker::getDebugInfo()Benety Goh2020-01-151-0/+1
* SERVER-37406 Save logical session id in the locker when stashing the transactionBenety Goh2020-01-143-2/+16
* SERVER-35407: Refuse to start threads and initial sync if replication is shut...Lingzhi Deng2020-01-142-0/+9
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2020-01-148-149/+698
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2020-01-147-2/+63
* SERVER-42484 Add test to ensure we are inside a WriteUnitOfWork when writing ...William Schultz2020-01-131-0/+35
* SERVER-44477 Use correct collection count in cluster MR when determining whet...Nicholas Zolnierz2020-01-134-18/+71
* Import wiredtiger: 54a846c423023183195dccc634aff4770f11ba54 from branch mongo...Luke Chen2020-01-1349-618/+975
* SERVER-34844 Relax timing requirements in apply_batches_totalMillis.jsVesselina Ratcheva2020-01-111-10/+10
* SERVER-44503 Fix race in replsets/auth2.jsA. Jesse Jiryu Davis2020-01-101-13/+10
* SERVER-44527 Avoid renaming to target collection in mapReduce if the shard do...Nicholas Zolnierz2020-01-102-21/+40
* SERVER-45396 Fix the 'me' field in isMaster responses when using splithorizonTess Avitabile2020-01-092-3/+23
* Import tools: 39676d8c639a98d4005e6ca08ba24fa1221cdff3 from branch v4.0Tim Fogarty2020-01-094-7/+111
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2020-01-0820-0/+787
* SERVER-42631 Blacklist tests that use Mongo.logout() from stepdown suitesJack Mulrow2020-01-082-1/+6
* SERVER-45346 fix ubuntu 18.04 package testZakhar Kleyman2020-01-031-0/+1