summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.4.12-rc0r2.4.12-rc0Ernie Hershey2014-10-074-4/+4
|
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-10-061-1/+5
| | | | (cherry picked from commit 6254a575a99d9eeda90b0712efd4486411591212)
* SERVER-15111 Treat corruption of final journal section as an expected eventMathias Stearn2014-10-067-138/+139
| | | | | | Manual backport of the following commits (combined): 8e1f5beabfad09c790e46826e8b3c7dcc5070d8d 6e93b33179e71abce820e534b3d32f1e593f71ca
* SERVER-15369: Clean up partially created .ns filesDan Pasette2014-09-292-4/+28
| | | | (cherry picked from commit 243f11cd82d7925c77df0b04fad58b18f70cf031)
* SERVER-15369 Explicitly write zeros when creating ns filesDan Pasette2014-09-251-0/+19
| | | | Backported from commit b39f5ccc3e5c74918c8f2cd46d33c5b6316f4b06
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-09-081-6/+1
| | | | | Collapse empty if body (cherry picked from commit 87fa4e16af935e1c9c870878898ce46eacdea4e4)
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-09-082-3/+3
| | | | (cherry picked from commit 18dba6ed5bbe0d0177a81cbe660dcd93fcf18109)
* SERVER-14738 Use language names instead of ISO codes in FTS testsKamran Khan2014-08-221-24/+24
| | | | | | Closes #752 Signed-off-by: Benety Goh <benety@mongodb.com>
* post 2.4.11Ernie Hershey2014-08-224-4/+4
|
* BUMP 2.4.11r2.4.11Ernie Hershey2014-08-214-4/+4
|
* Revert "SERVER-13616 "type 7" (OID) error when acquiring distributed lock ↵Ernie Hershey2014-08-211-5/+1
| | | | | | for first time" This reverts commit 50c95dfc9d9ab165cd5ab08707bfa0d6b191decd.
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-08-201-1/+5
| | | | (cherry picked from commit 6254a575a99d9eeda90b0712efd4486411591212)
* post 2.4.11-rc0Ernie Hershey2014-08-184-4/+4
|
* BUMP 2.4.11-rc0r2.4.11-rc0Ernie Hershey2014-08-154-5/+5
|
* SERVER-14268: Backport from 2.6 to 2.4 - disable testMark Benvenuto2014-08-141-11/+0
|
* SERVER-14268: Backport from 2.6 to 2.4Mark Benvenuto2014-08-1411-150/+401
|
* SERVER-14833 fts_index3.js build correct index, minor comment fixesJason Rassi2014-08-131-9/+10
|
* SERVER-12209 _id prohibitionsEric Milkie2014-08-121-2/+15
| | | | | Prohibit _id of type Array or Undefined. Also, if _id is an Object, recursively check the object for $fieldnames.
* SERVER-14833 Fix issue where 98eb2f1d broke text index spec rewriteJason Rassi2014-08-121-0/+1
|
* SERVER-14833 {_id:-1} index builds should no-op if _id index existsJason Rassi2014-08-112-11/+48
|
* SERVER-9252 use the correct config key for pid fileAlexis Midon2014-08-071-2/+2
| | | | | (cherry picked from commit 5b762d52cc78e52061120050e2a7da571543eab0) Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-075-5/+224
| | | | (backport of 1f00ffcd22e671f5adeece53c68b5e462ba01ec0)
* SERVER-14254 convert _v8_function from function pointer to booleanBenety Goh2014-07-221-4/+4
| | | | (cherry picked from commit e48abc5beeec5c8b79a6a6a42f9d374ccd323fd2)
* SERVER-14342 Invalid access: seg fault in SplitChunkCommand::runRandolph Tan2014-07-161-0/+3
|
* SERVER-13724 Add --disable-warnings-as-errors scons optionErnie Hershey2014-05-081-1/+5
| | | | | | | | | | | | | This change was prompted by attempts to build 2.6.0 in SLES 10 with its system gcc version 4.1.2. It builds fine other than a sole warning - src/third_party/boost/boost/thread/detail/thread.hpp:316: warning: type attributes are honored only at type definition. It should also help in cases where compilers are too new. (cherry picked from commit 27c128d303d9d3bcdf471d4da69bd1b8940fd038) Conflicts: SConstruct
* post 2.4.10Ernie Hershey2014-04-042-2/+2
|
* BUMP 2.4.10r2.4.10Ernie Hershey2014-04-022-2/+2
|
* SERVER-13376 Make sync7.js less sensitive to delaysRandolph Tan2014-03-272-9/+20
| | | | (cherry picked from commit 06c40ab0bb2a36c709fb4d3b91961e91fb08b1f1)
* post 2.4.10-rc0Ernie Hershey2014-03-262-2/+2
|
* BUMP 2.4.10-rc0r2.4.10-rc0Ernie Hershey2014-03-252-2/+2
|
* SERVER-13331 lower GridFS default chunk size to 255kTyler Brock2014-03-241-1/+1
| | | | (cherry picked from commit 632ae4e7ad70426d5e2d36bd1fee4491eeac16b7)
* SERVER-13333 Add more info when movePrimary fails in prefix_shard_key.jsRandolph Tan2014-03-241-1/+1
|
* improve replset_remove_node.jsEric Milkie2014-03-211-14/+21
| | | | (cherry picked from commit 38ba557b50281fa8e1680cbaf7681f06942f4130)
* Remove unnecessary and broken portion of testMathias Stearn2014-03-201-16/+0
| | | | | | Fixes SERVER-10153 (cherry picked from commit 85cc36126c772ed5e406bebf68fa24a49e7109c4)
* SERVER-12548 add indexes to distlock collections backportGreg Studer2014-03-202-11/+36
|
* SERVER-13249 adjust timeout for reInitiateEric Milkie2014-03-191-1/+1
| | | | | | Since there is a 15 second polling delay when there are no visible primary/secondary nodes, reInitiate was coming close to timing out in many cases. (cherry picked from commit 4a299302a7312cebb076d0b356c5235c2f45918c)
* SERVER-13249 fix where we set timeout for slow buildersEric Milkie2014-03-191-2/+2
| | | | | awaitSecondaries is already called by reInitiate() (cherry picked from commit eabded8aa6f78949535ed2ad5a2d01d4c3e58ea0)
* SERVER-13249 double timeout for more reliabilityEric Milkie2014-03-181-1/+1
| | | | (cherry picked from commit c2eeebe5c1861b4cbec0a0a2ff180b0adab652cd)
* Revert "SERVER-13033: Fix bad static initializer"Dan Pasette2014-03-171-13/+2
| | | | This reverts commit c991426e46e416dfad3e433995a1bd2725e9b09c.
* SERVER-13033: Fix bad static initializerMark Benvenuto2014-03-171-2/+13
| | | | (cherry picked from commit f0b367f3e04408f66fcc8f5bac1425155deec5c3)
* Increase timeout of replSetReconfig to leave time for initial sync in ↵Spencer T Brody2014-03-172-3/+4
| | | | | | two_initsync.js test (cherry picked from commit 298470d138e0596c0f61fff46cbada3bf402a846)
* Increase benchRun time to improve reliability of bench_test3.jsSpencer T Brody2014-03-171-1/+2
| | | | (cherry picked from commit 689e23eace05079e4db58ea92caff2aafb1c75db)
* update and repair replsets.slavedelay1.jsMatt Dannenberg2014-03-151-41/+20
|
* SERVER-12662: fix index name creationEliot Horowitz2014-03-141-1/+1
|
* SERVEr-12990: interrupted index after interim succesful index kills correct ↵Eliot Horowitz2014-03-141-6/+15
| | | | index
* SERVER-12956: on startup, remove half built indexesEliot Horowitz2014-03-143-0/+32
|
* SERVER-12662: Two background index builds in parallel with unique key ↵Eliot Horowitz2014-03-143-18/+32
| | | | constraint violations crashes secondary
* SERVER-12515 Unable to move hashed shard key chunks created by numInitialChunksRandolph Tan2014-03-112-1/+15
| | | | Backport fix for commit 3a08be3bf2a1a650c97543a448a8ea0c143a89b6
* SERVER-12697 comment out compact.jsDan Pasette2014-03-101-0/+4
|
* SERVER-12908 don't aggressively retry when config inconsistency detected in ↵Greg Studer2014-03-091-0/+1
| | | | balancer