summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.7.7r2.7.7Ernie Hershey2014-10-017-7/+7
|
* SERVER-15484 flush stdout before exiting Shim::doRun()Benety Goh2014-10-011-0/+5
|
* Update READMEAndrew Erlichson2014-09-301-1/+5
| | | | | Updated description of MMS. Added MongoDB University link.
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-3038-127/+124
| | | | | | | | This reverts commit 8e83e72512fcb8eb8f06987927766c0b77cea23e. This reinstates commit ae333bc94a7d89d3220dcae9579fcaf68aa2e290 and commit 962f959a09b63aa0482d7e0c9bad89363d1e1194, and fixes three cases where the wrong database name was locked.
* TOOLS-198 allow use-new-tools to switch MSI binary path locationsmike o'brien2014-09-302-9/+15
|
* SERVER-13635: honor --storageEngine for small oplog testsEliot Horowitz2014-09-301-1/+3
|
* SERVER-15250 tests for ElectCmdRunner's ScatterGatherAlgorithmmatt dannenberg2014-09-301-0/+136
|
* SERVER-15251 tests for FreshnessChecker's ScatterGatherAlgorithmmatt dannenberg2014-09-301-0/+202
|
* SERVER-15371 SERVER-15062 test election behavior in the TopologyCoordinatormatt dannenberg2014-09-303-0/+394
|
* SERVER-15062 change redundant branch to invariantmatt dannenberg2014-09-301-14/+3
|
* SERVER-13635: honor --storageEngine option in spawned processesDan Pasette2014-09-293-1/+7
|
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-2938-124/+127
| | | | | This reverts commit ae333bc94a7d89d3220dcae9579fcaf68aa2e290. This reverts commit 962f959a09b63aa0482d7e0c9bad89363d1e1194.
* SERVER-14668 don't release locks when in a nested context, add support for ↵Hari Khalsa2014-09-299-51/+273
| | | | yielding
* Include oplog entry in fassert about missing version number to help diagnose ↵Spencer T Brody2014-09-291-1/+1
| | | | test failure
* SERVER-5520 do not check exit code on tool invocationBenety Goh2014-09-291-2/+3
|
* SERVER-15442 fix server6733.jsmatt dannenberg2014-09-291-1/+0
|
* SERVER-15437 wait for replication of users in failing SSL testsSpencer T Brody2014-09-292-25/+21
|
* SERVER-5520 SERVER-15096 do not check exit code for mongoshim in normal ↵Benety Goh2014-09-291-28/+23
| | | | operation
* SERVER-15437 wait for replication before proceedingEric Milkie2014-09-291-12/+17
|
* SERVER-15369: Clean up partially created .ns filesDan Pasette2014-09-292-4/+28
|
* SERVER-13635 Remove deprecated getIndexes() methodMathias Stearn2014-09-295-42/+27
| | | | | | It used a direct query against system.indexes which storage engines aren't required to implement. It has been replaced with getIndexSpecs() which uses the new API that will be implemented by all storage engines.
* SERVER-15420 Fix potential race in coming out of maintenance modeSpencer T Brody2014-09-272-9/+9
|
* SERVER-15089 fix REMOVED nodes disconnecting sync source connections too earlyEric Milkie2014-09-262-6/+6
|
* SERVER-15350 Move replica set resync implemention out of theReplSetSpencer T Brody2014-09-263-18/+12
|
* SERVER-15350 Thread clearing of sync source blacklist through the ↵Spencer T Brody2014-09-2615-3/+68
| | | | replication coordinator
* TOOLS-198 add option to support packaging tools in tarballmike o'brien2014-09-262-3/+28
|
* SERVER-14668: Replace uses of DBWrite lock with DBLockEric Milkie2014-09-261-1/+1
|
* SERVER-15089 separate h fields for lastFetched vs. lastAppliedEric Milkie2014-09-265-28/+33
|
* SERVER-15089 initialize member variableEric Milkie2014-09-261-1/+2
|
* SERVER-15411 fix uninitialized char array in topology coordinatorEric Milkie2014-09-262-8/+2
|
* SERVER-15089 Add new Applier class and remove theReplSet references from ↵Eric Milkie2014-09-2636-787/+824
| | | | BackgroundSync
* SERVER-14713 fix false positives for ssl testsAmalia Hawkins2014-09-263-3/+3
|
* SERVER-15096 added modes to mongoshim. also added JS test and a number of ↵Benety Goh2014-09-264-9/+338
| | | | test-related options.
* SERVER-15397 don't use strict string comparison for documents imported from csv.mike o'brien2014-09-261-3/+3
| | | | | | Closes #797 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-14668 Move getIndexSizeForCollection to be a method on CollectionKaloian Manassiev2014-09-255-38/+33
|
* SERVER-14668 Use ensureShardVersionOKOrThrow for collection shard version ↵Kaloian Manassiev2014-09-2511-23/+34
| | | | | | | | | | checking This commit exposes a SendStaleConfigException-based method for checking shard staleness. This will be used in all methods (other than the batch executor). Also clean-up some unnecessary includes.
* SERVER-14713 Specify sslAllowInvalidCertificates flag in sslSpecial tests to ↵Amalia Hawkins2014-09-253-1/+5
| | | | pass with mongo shell changes
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-2538-126/+123
| | | | | | Make the lock mode explicit as preparation to move some to intent locks, and use proper database name instead of full namespace string to lock databases.
* SERVER-15233 allow plan cache commands to run on secondaries is slaveOk ↵David Storch2014-09-254-2/+80
| | | | explicitly set to true
* Revert two commitsKaloian Manassiev2014-09-255-34/+39
| | | | | | "SERVER-14668 Fix compile break on 32-bit and Clang": bcea622441dc2f689c4651981f9d7929a1dd75b3 "SERVER-14668 Move getIndexSizeForCollection to be a method on Collection": e671a2c31f6b555254e4ad8265f66578f8c805aa
* SERVER-15381 Allow shutdown() to be called on the ReplicationCoordinator ↵Spencer T Brody2014-09-252-21/+32
| | | | before startReplication()
* SERVER-15369 Explicitly write zeros when creating ns filesDan Pasette2014-09-251-0/+18
|
* SERVER-14668 Fix compile break on 32-bit and ClangKaloian Manassiev2014-09-253-3/+3
| | | | Introduced by commit e671a2c31f6b555254e4ad8265f66578f8c805aa
* SERVER-14835 removed PPC64-specific value for AlignedBuilder::Alignment. ↵Benety Goh2014-09-252-5/+2
| | | | reject zero block size from ioctl()
* SERVER-14835 Fixed alignment check in log file for PPC64Corentin Baron2014-09-253-1/+21
| | | | | | Closes #769 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-15396 added --repair option to mongo shimBenety Goh2014-09-253-0/+87
|
* Revert "SERVER-15062 change redundant branch to invariant"matt dannenberg2014-09-251-1/+14
| | | | This reverts commit 0331a4b573409272919aa0bccf4f341455e19985.
* SERVER-15400: Create Windows Enterprise Zip File with vcredist and dependent ↵Mark Benvenuto2014-09-253-3/+18
| | | | dlls
* SERVER-14668 Move getIndexSizeForCollection to be a method on CollectionKaloian Manassiev2014-09-255-38/+33
|
* SERVER-15397 don't use strict order comparison in tsv1.js testmike o'brien2014-09-251-2/+2
| | | | | | Closes #796 Signed-off-by: Benety Goh <benety@mongodb.com>