summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17129 check canAcceptWrites before implicitly creating ns for legacy u...Eric Milkie2015-01-301-0/+4
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-73-g97b55e3.tar.gz from wiredtig...Dan Pasette2015-01-2910-177/+141
* SERVER-17108 log node's config HostAndPort when loading a new replicaset configEric Milkie2015-01-291-1/+8
* SERVER-17017 permit elections when no other nodes are upEric Milkie2015-01-292-2/+7
* SERVER-17097 SERVER-16951 Fix rocks compilation error due to change in Recove...Igor Canadi2015-01-282-2/+2
* SERVER-17083: don't start background capped thread in repairEliot Horowitz2015-01-281-0/+6
* SERVER-16773: Increase TCMalloc default cache size to 1GEliot Horowitz2015-01-281-1/+1
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-54-g1077219.tar.gz from wiredtig...Dan Pasette2015-01-282-4/+4
* SERVER-17091 do not attempt to create replSetUpdatePosition commands while re...matt dannenberg2015-01-286-7/+19
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-53-gd38a68b.tar.gz from wiredtig...Dan Pasette2015-01-284-8/+32
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-2723-75/+222
* SERVER-16951: Improve TicketHolder and add semaphore versionEliot Horowitz2015-01-274-62/+252
* SERVER-17082 Don't assume WT_ROLLBACK means dupKey errorMathias Stearn2015-01-271-7/+1
* SERVER-17030 More WCE handling for index buildsMathias Stearn2015-01-276-45/+13
* SERVER-17031 Don't handle SIGQUIT on the signal handling threadMathias Stearn2015-01-272-4/+3
* SERVER-16984 Do not rely on ShardedConnectionInfo::get() if not doing normal ...Randolph Tan2015-01-272-6/+6
* SERVER-16984 UpdateLifecycleImpl can return empty collectionMetadata even if ...Randolph Tan2015-01-271-1/+2
* SERVER-15704, SERVER-17071: Use resetMyLastApplied and re-enable resync.jsScott Hernandez2015-01-277-10/+37
* SERVER-17080 shut down applier thread properly, if in the middle of applying ...Eric Milkie2015-01-272-0/+13
* SERVER-17077 stop running evalc.js after 2 minutesBenety Goh2015-01-271-4/+4
* SERVER-16907 extended the pause which handles the windows filelock to match t...matt dannenberg2015-01-271-1/+1
* SERVER-17079 for stability, have stepdown_long_wait_time.js waitForState of t...matt dannenberg2015-01-271-2/+2
* SERVER-17053 restart transaction on WCE retryEric Milkie2015-01-274-15/+11
* SERVER-17061 Properly handle WriteConflictException in "createIndexes" command.Andy Schwerin2015-01-271-4/+12
* SERVER-17061 Properly handle WriteConflictException in "create" and "dropData...Andy Schwerin2015-01-271-12/+16
* SERVER-17021 Blacklist findAndModify_update_grow.js to prevent spurious MCI t...alabid2015-01-275-0/+5
* SERVER-17068 fixed compilation errorsBenety Goh2015-01-273-10/+15
* SERVER-17030 handle WCE in index buildsEric Milkie2015-01-276-124/+147
* SERVER-16967 extend collection compact test to drop collection in the backgroundBenety Goh2015-01-271-2/+22
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-47-g5b3283e.tar.gz from wiredtig...Dan Pasette2015-01-2739-317/+509
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-1-g3004f10.tar.gz from wiredtige...Dan Pasette2015-01-271-0/+1
* SERVER-17063 fixed filemd5 compilation error: control reaches end of non-void...Benety Goh2015-01-261-1/+1
* SERVER-17039 Remove the currentOp lockStats sectionKaloian Manassiev2015-01-261-7/+0
* SERVER-17056 Consolidate data file flush and journal cleanupKaloian Manassiev2015-01-264-18/+57
* SERVER-17037 syncApply should reset the current op in the beginningKaloian Manassiev2015-01-261-3/+7
* SERVER-16997 Avoid overflow keys in WT indexes by increasing internal page ma...Michael Cahill2015-01-271-3/+4
* SERVER-17063: make filemd5 handle WriteConflictExceptionEliot Horowitz2015-01-261-62/+64
* SERVER-16773: Increase TCMalloc default cache size to 256MBGeert Bosch2015-01-261-1/+1
* SERVER-16921: background thread for oplog cleanupEliot Horowitz2015-01-266-14/+249
* SERVER-17057 Make sure insert succeeded in sync_conn_cmd.js before testingRandolph Tan2015-01-261-1/+1
* SERVER-17012 Increase timeouts on group JS executionJonathan Balsano2015-01-261-4/+4
* SERVER-17053 Macros to wrap up the write conflict retry loop behaviors.Andy Schwerin2015-01-263-52/+48
* SERVER-17053 Make dropIndexes retry on write conflicts.Andy Schwerin2015-01-261-10/+21
* SERVER-17053 Let WriteConflictException (and others) bubble up out of Databas...Andy Schwerin2015-01-261-15/+6
* SERVER-17053 Make drop command retry on write conflicts.Andy Schwerin2015-01-261-24/+35
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-2613-269/+216
* SERVER-17000 Drop the { ts: 1 } index during --upgradeRandolph Tan2015-01-263-1/+123
* SERVER-16773: better tcmalloc cleanupEliot Horowitz2015-01-266-22/+44
* SERVER-17036 removed spurious newline in startup warning logs under LinuxBenety Goh2015-01-261-4/+2
* Revert "SERVER-17030 handle WCE in index builds"Dan Pasette2015-01-243-55/+45