summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-21237: Add back accidentally removed log variabler3.2.0-rc2Geert Bosch2015-11-031-0/+1
|
* bump tools to r3.2.0-rc2Ramon Fernandez2015-11-031-1/+1
|
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc1-215-g465dca8.tar.gz from ↵Ramon Fernandez2015-11-037-28/+38
| | | | wiredtiger branch mongodb-3.2
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc1-210-gf95877a.tar.gz from ↵Ramon Fernandez2015-11-0313-33/+138
| | | | wiredtiger branch mongodb-3.2
* Disable LSM in evergreen for nowGeert Bosch2015-11-031-50/+0
|
* SERVER-21237 fix ReplSetTest.prototype.awaitReplication to use ↵matt dannenberg2015-11-022-45/+36
| | | | getReplSetStatus rather than query the oplog directly
* SERVER-1153: Add Evergreen testing for inMemory storage engineGeert Bosch2015-11-021-1/+41
|
* SERVER-1153: Add and use isEphemeral predicateMichael Cahill2015-11-0213-22/+71
|
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc1-197-g62c1a7a.tar.gz from ↵Alex Gorrod2015-11-021-8/+14
| | | | wiredtiger branch mongodb-3.2
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc1-194-g0dc3f20.tar.gz from ↵Michael Cahill2015-11-0263-769/+1417
| | | | wiredtiger branch mongodb-3.2
* SERVER-20064: use default oplog size for CSRSScott Hernandez2015-10-311-2/+2
|
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-307-23/+65
| | | | Also rejects negative Timestamp time and increment arguments and canonicalizes types.
* SERVER-19910 Re-enable convertToCapped testDan Pasette2015-10-301-1/+1
|
* SERVER-21055: Add more testing for ephemeralForTestGeert Bosch2015-10-301-3/+41
|
* SERVER-21034 Remove log of xfer deletes on data that the shard does not ownRandolph Tan2015-10-301-1/+0
|
* SERVER-21008: Add missing part of patch "Fixed cappedDelete to keep track of ↵Martin Bligh2015-10-301-3/+1
| | | | beginning of collection so it skips tombstones"
* SERVER-21124 Fix typos in _syncRollback warning messagesJudah Schvimer2015-10-301-4/+4
|
* SERVER-21129 wait for batch apply flush in a separate threadmatt dannenberg2015-10-308-33/+114
|
* SERVER-20977 increased test coverage for replication coordinator implBenety Goh2015-10-304-14/+55
|
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-307-129/+86
| | | | | | - replace assignment with NSDMI - remove the giant ThreadSafeString from CurOp - remove unnecessary reset() call to opDebug in assembleResponse
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-3035-177/+163
|
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-3011-23/+116
|
* SERVER-20928 Heartbeat shouldn't cause stepdown in protocol version 1.Siyuan Zhou2015-10-303-20/+7
|
* SERVER-21224 Use "git describe" instead of version.jsonErnie Hershey2015-10-302-5/+1
|
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-306-5/+30
|
* SERVER-20972 indexStats should not assert on missing db or collectionJames Wahlin2015-10-301-12/+9
|
* SERVER-21034 Sharding should log ignored deletions at higher log levelRandolph Tan2015-10-301-2/+1
|
* SERVER-21001: retry collection create on write conflictMartin Bligh2015-10-301-9/+12
|
* SERVER-19095 Move $lookup to community editionCharlie Swanson2015-10-305-1/+867
|
* SERVER-21186 Make intial chunk creation use insert and not upsertKaloian Manassiev2015-10-305-102/+65
|
* SERVER-21186 Fix chunk version handling in ChunkTypeKaloian Manassiev2015-10-3013-249/+127
| | | | | | | | On read, the parsing code was preferring the old 'version' field, which is not being written since version 2.4 and on write it was writing both the old 'version' field and the somewhat newer 'lastmod'. Made it to only look for 'lastmod' and to never write 'version'.
* SERVER-21169 Make internal CSRS config server reads retriableKaloian Manassiev2015-10-308-56/+71
| | | | | Also gets rid of NotConfigMaster error code and makes all config server reads to pass the minimal optime.
* SERVER-21206 make ShardRegistry::_lookup an unordered_mapAdam Midvidy2015-10-302-7/+15
|
* SERVER-21166 better error messageDavid Storch2015-10-301-3/+1
|
* SERVER-20949 thread params object to AsyncResultsMerger by rvalue referenceDavid Storch2015-10-307-19/+23
|
* SERVER-21150 move basic init log messages earlierKevin Pulo2015-10-301-25/+26
| | | | Specifically, ahead of socket and storage engine initialisation
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-3016-70/+87
| | | | | | These calls were mostly mistakes that should have been assert.eq(). assert() will now trip if passed a non-string msg, or too many params.
* SERVER-21099: Improve logging in Linux's SecureRandomSpencer Jackson2015-10-291-10/+7
|
* SERVER-21166 validate that index key pattern values are representable as ↵David Storch2015-10-293-0/+126
| | | | 32-bit signed numbers
* SERVER-21166 don't leak DistinctNodeDavid Storch2015-10-292-4/+4
|
* SERVER-21103 fix comment grammarRandolph Tan2015-10-291-1/+1
|
* SERVER-21109 Add test for balancer active windowRandolph Tan2015-10-291-0/+134
|
* SERVER-21109 Add helper for waiting a balancing round in js testsRandolph Tan2015-10-293-10/+21
|
* Allow specifying a branch for update-vendor-wiredtiger scriptGeert Bosch2015-10-291-2/+2
|
* SERVER-21188 do not schedule another liveness timeout if one is already pendingEric Milkie2015-10-297-7/+33
|
* SERVER-21008: Fixed cappedDelete to keep track of beginning of collection so ↵Martin Bligh2015-10-292-15/+50
| | | | it skips tombstones
* Revert "SERVER-21008: Fixed cappedDelete to keep track of beginning of ↵Martin Bligh2015-10-292-59/+23
| | | | | | collection so it skips tombstones" This reverts commit 9d7413280fb706e037082ea84442bb83579df58c.
* SERVER-21149 Make sure that ShardRegistry is aware of any node that the ↵Spencer T Brody2015-10-295-9/+84
| | | | RemoteCommandTargeter might give out
* SERVER-20146 add readConcern to DBQuery shell helpersJonathan Reams2015-10-292-2/+19
|
* SERVER-21008: Fixed cappedDelete to keep track of beginning of collection so ↵Martin Bligh2015-10-292-23/+59
| | | | it skips tombstones