summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25009 when ReplicaSetMonitor::get() fails, report nameserver-25009-null-checkNathan Myers2016-09-191-1/+3
|
* SERVER-25662: print initial sync time in secondsScott Hernandez2016-09-191-2/+2
|
* SERVER-25662: Print TestAssertionFailureException before throwing in unit tests.Scott Hernandez2016-09-191-0/+1
|
* SERVER-25131: release resource in destructorScott Hernandez2016-09-191-0/+1
|
* SERVER-25662: exit initial sync failpoints when initial sync failsScott Hernandez2016-09-191-0/+12
|
* SERVER-26043: Compact local database after initial syncScott Hernandez2016-09-196-6/+40
|
* SERVER-26151 StorageInterfaceImpl::dropCollection() shouldn't create the ↵Benety Goh2016-09-192-3/+9
| | | | database if it doesn't exist
* SERVER-24527 add test to ensure shard undergoes sharding initialization ↵Esha Maharishi2016-09-191-12/+18
| | | | through setShardVersion
* SERVER-26160 Store std::string in ReplSetDistLockManager instead of StringDataKaloian Manassiev2016-09-192-9/+8
|
* SERVER-26099 Use separate thread to interrupt migration manager on stepdownKaloian Manassiev2016-09-196-67/+99
|
* SERVER-26145 Do not fassert at shutdown during move chunk commitKaloian Manassiev2016-09-191-12/+16
|
* Merge branch 'master' of github.com:mongodb/mongoNathan Myers2016-09-164-409/+935
|\
| * SERVER-25955: Only pass simple collation from mongos if necessaryMaria van Keulen2016-09-161-2/+6
| | | | | | | | | | | | Fixes an issue that prevented mongos from implicitly creating a shard key index on collections with no default collation when the server's featureCompatibilityVersion is 3.2.
| * SERVER-26072 add collation support for 59 new localesDavid Storch2016-09-163-407/+929
| | | | | | | | | | | | | | | | We now support all collations that are supported by ICU 57.1, except for aliases. See the SERVER ticket for a list of the new locales. The exact ICU data files which we now package into MongoDB is given by COLLATION_SOURCE in ICU 57.1's colfiles.mk.
* | SERVER-25009 check null ReplicaSetMonitor::get(), connection stringNathan Myers2016-09-162-1/+2
|/
* SERVER-25948 dbStats should indicate number of viewsJames Wahlin2016-09-163-5/+9
|
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-1610-51/+39
|
* SERVER-26016 Add a basic test of oplog replay on startupMathias Stearn2016-09-164-5/+30
| | | | Fixes a small but important bug in SERVER-7200.
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed ↵Benety Goh2016-09-169-36/+34
| | | | peek functionality
* SERVER-23941 fix check for incompatible arguments when using queryableBackupModeSam Rossi2016-09-161-6/+3
|
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-168-54/+58
|
* SERVER-25759 Quote appname in slow log outputMark Benvenuto2016-09-161-1/+2
|
* SERVER-23506 Vectorized fts char scan for ppc64leJason Carey2016-09-163-0/+164
| | | | Acceleration via ppc64le altivec support for full text search
* fix lintJonathan Reams2016-09-161-8/+9
|
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-1610-22/+130
|
* Revert "SERVER-25905 Release all config held distlocks and reacquire ↵Dianna Hohensee2016-09-1511-108/+79
| | | | | | balancer distlocks in drain mode on config step up to primary" This reverts commit f8212b6b37bea1bead354df86e8485761a519339.
* SERVER-25905 Release all config held distlocks and reacquire balancer ↵Dianna Hohensee2016-09-1511-79/+108
| | | | distlocks in drain mode on config step up to primary
* SERVER-25488 __sanitizeMatch needs a check for nullJonathan Abrahams2016-09-151-1/+1
|
* SERVER-25458 unit tests for ShardingState::initializeShardingAwarenessIfNeededEsha Maharishi2016-09-154-16/+302
|
* SERVER-23135 properly print context on js loadMatt Cotter2016-09-152-6/+16
| | | | | This patch ensures that we print the correct filename and line number for syntax errors encountered in included js files via `load()`.
* SERVER-25488 fixed lintBenety Goh2016-09-151-4/+4
|
* SERVER-25268 OplogBufferCollection enforces order of timestamps in documents ↵Benety Goh2016-09-152-7/+29
| | | | passed to pushAllNonBlocking with invariant
* SERVER-25488 Added JavaScript funciton to mongo shell to check for sanitizer ↵Jonathan Abrahams2016-09-152-18/+25
| | | | | | | | | builds _isAddressSanitizerActive() _isLeakSanitizerActive() _isThreadSanitizerActive() _isUndefinedBehaviorSanitizerActive()
* SERVER-25268 OplogBufferCollection::startup drops existing collectionBenety Goh2016-09-152-1/+9
|
* SERVER-26106 raise oplog socket timeout for rollbackEric Milkie2016-09-151-2/+2
|
* SERVER-25888 remove majority-snapshot usage in linearizable readEric Milkie2016-09-151-9/+1
|
* SERVER-25268 OplogBufferCollection::pushAllNonBlocking returns early when no ↵Benety Goh2016-09-152-0/+15
| | | | documents are provided
* SERVER-25268 renamed OplogBufferCollection::_doPop_inlock to _pop_inlockBenety Goh2016-09-152-5/+6
|
* SERVER-22688 Provide a setParameter and shell option to control the js heap ↵Waley Chen2016-09-159-13/+48
| | | | limit
* SERVER-26062 Default to one initial sync attempt in replicaset tests and ↵Judah Schvimer2016-09-152-16/+40
| | | | replication passthroughs
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead ↵Benety Goh2016-09-157-13/+9
| | | | of bool
* SERVER-26095 fix error message in ShardingTest::awaitBalancerRoundDianna Hohensee2016-09-151-4/+9
|
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-1538-251/+411
|
* SERVER-26089 Remove incorrect assertion from migration commitKaloian Manassiev2016-09-142-80/+47
| | | | | Enables the bulk_shard_insert.js test in the continuous stepdown suite and removes incorrect assertion from the migration commit code.
* SERVER-26013 Remove default arguments from DistLockManagerKaloian Manassiev2016-09-148-21/+30
| | | | | In addition, restores the default values for merge and split chunk, which were broken as part of commit c62a0d7c882e99d3b255e26ade7baaa0d18244cb.
* SERVER-26013 Remove 'lockTryInterval' parameter from the DistLockManagerKaloian Manassiev2016-09-1410-205/+88
|
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-1432-263/+582
| | | | | | | | | | | | | | | This ensures that the index version (aka the "v" field) is always present in the oplog entry when creating indexes on a 3.4 primary. We can therefore assume that if the "v" field isn't present in the corresponding oplog entry, then a v=1 index should be built. Changes MultiBlockIndex::init() to return the index specifications that were actually created. The "repairDatabase", "compact", "copydb", and "cloneCollection" commands no longer automatically upgrade the index version to the current default version. Instead, the only command that does so is the "reIndex" command.
* SERVER-24811 TopologyCoordinator::prepareFreezeResponse returns next action; ↵Benety Goh2016-09-146-43/+98
| | | | error if primary or running election.
* SERVER-26087 make config server only set its own featureCompatibilityVersion ↵David Storch2016-09-141-3/+2
| | | | if all shards report success
* SERVER-26092 make only MongosOptions and MongodOptions depend on ↵Esha Maharishi2016-09-144-6/+13
| | | | AllFailPointsRegistered