summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-25268 create default initial sync oplog buffer with cache for front ↵Benety Goh2016-09-202-1/+4
| | | | and back of buffer
* SERVER-25268 added OplogBufferProxy. caches front and back values of the ↵Benety Goh2016-09-204-0/+658
| | | | underlying OplogBuffer
* SERVER-26107 Improve logging around sharding metadata refresh in MetadataManagerKaloian Manassiev2016-09-201-14/+26
|
* SERVER-25012 Use non blocking call for opening bulk cursor to WTSulabh Mahajan2016-09-201-2/+6
|
* SERVER-26145 Do not fassert at shutdown during move chunk commitKaloian Manassiev2016-09-191-12/+18
|
* Revert "SERVER-26145 Do not fassert at shutdown during move chunk commit"Kaloian Manassiev2016-09-191-16/+12
| | | | This reverts commit dece96ba0408446ca034a7c897ab890a80d901ef.
* Revert "SERVER-17358 Add flag to customize maxLogLine when logging large lines"Judah Schvimer2016-09-197-122/+5
| | | | This reverts commit 7c6c92e3cd514a156a49ae9e5139ea66d324c004.
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-197-5/+122
|
* SERVER-25744 failure to ping non-master is OKNathan Myers2016-09-191-1/+1
|
* SERVER-26155 Use read concern 'local' for dist lock manager on the config serverKaloian Manassiev2016-09-195-25/+39
|
* 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-168-411/+1010
|\
| * 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-167-409/+1004
| | | | | | | | | | | | | | | | 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
|
* Import wiredtiger: 5bc03723a7e77c96b1d5e45a97173654872c727a from branch ↵Alex Gorrod2016-09-16163-910/+923
| | | | | | | | | | | | | | | | | | | | mongodb-3.4 ref: deeb0f589a..5bc03723a7 for: 3.3.13 WT-2859 Improve statistics macros to not collect stats when statistics=none is set WT-2894 Create workload that shows negative scaling when overwhelmed WT-2900 Add ARM8 build support to WiredTiger and fix ARM CRC assembler tags WT-2902 Enhance eviction to work better with update heavy YCSB load WT-2905 dead code: MongoDB Coverity #99881 WT-2908 Add dry-run support to python unit-test WT-2910 test_inmem01 can abort due to stuck cache WT-2911 add support for gcc6 WT-2912 make --enable-strict run on the zseries test box WT-2913 stuck cache after latest merge WT-2914 Fix link error on OS/X for checksum_init call WT-2916 whitespace check not working
* 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