summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-18162 Make init.d script for suse work when /var/run/mongodb doesn't ↵César Izurieta2016-01-071-0/+2
| | | | | | | exist. Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com> (cherry picked from commit 4b5008d8f72ab3cd023aba24ae017cc63db46e8e)
* SERVER-21776 CachedPlanStage: add post-replan log msgs at log level 1Jason Rassi2016-01-071-1/+15
| | | | (cherry picked from commit 3372811fc15df4592515a57b1cfdbaed2b703735)
* SERVER-21776 Most instance.cpp log msgs should use kCommand componentJason Rassi2016-01-071-25/+14
| | | | (cherry picked from commit 7834ab9782d90b82ff023c5c886635962e8d5417)
* SERVER-21647 add missing $rename unit testDavid Storch2016-01-061-0/+6
| | | | (cherry picked from commit b45dba8425b49714c5ca1394aba0bb97029c2560)
* SERVER-21647 fix $rename to not re-order fields when the destination field ↵David Storch2016-01-065-4/+236
| | | | | | is already present (cherry picked from commit 994060e622c22783c29ff3d1c243c298fcd3442c)
* SERVER-22054 Report client address in authentication failure errorSpencer Jackson2016-01-061-1/+1
| | | | (cherry picked from commit e3615ee6dd75d8a895d57f79c0950cfb1b5cd6bc)
* SERVER-20083 Log index filter change at default levelJames Wahlin2015-12-301-1/+10
| | | | (cherry picked from commit dbd58e06914b23ed50605820515f3849baf2cbce)
* SERVER-22013 Filter listCollections results to relevant collectionCharlie Swanson2015-12-231-2/+2
|
* SERVER-22014 Don't run index_bigkeys_nofail.js in parallelGeert Bosch2015-12-231-0/+4
| | | | | | It sets failpoints that will cause index_bigkeys.js to fail if it runs in parallel. (cherry picked from commit a66cc2118c711caf28a823be7c79cbf1b5c0942c)
* Import wiredtiger-wiredtiger-mongodb-3.0.7-22-ga1ddc5e.tar.gz from ↵Dan Pasette2015-12-231-0/+68
| | | | wiredtiger branch mongodb-3.0
* SERVER-20866: Fix race in rollback of oplog insertionsGeert Bosch2015-12-233-23/+48
|
* SERVER-21960 Include symbol name in stacktrace json when available.Andy Schwerin2015-12-211-1/+5
| | | | (cherry picked from commit da0c2e704aa0edc8830669865b984d8db861e01e)
* SERVER-19996 Keep Mutations no longer added on ntoreturn hackYunhe (John) Wang2015-12-212-4/+24
| | | | | | | (cherry picked from commit e07a93a7ea6756434e0d3df38cdd1e6f5d5fd010) Conflicts: src/mongo/db/query/planner_analysis.cpp
* SERVER-21545 Correctly roll back updating collection optionsCharlie Swanson2015-12-214-7/+58
|
* Revert "SERVER-21366 Periodically yield when applying migration deletions"Dan Pasette2015-12-183-71/+14
| | | | This reverts commit 934c5a5241edd01df270065831646d78ed5a80c1.
* SERVER-19266 An error document is returned with result setRandolph Tan2015-12-161-0/+5
| | | | Make sure that the error result flag is set when receiving one from of the shards during GET_MORE.
* SERVER-21366 Periodically yield when applying migration deletionsKaloian Manassiev2015-12-153-14/+71
|
* SERVER-21382 In chunk migration out-of-range deletes on the donor shard.Andy Schwerin2015-12-157-19/+87
|
* SERVER-21864: streamline use of expansions in package signingr3.0.8Sam Kleinman2015-12-141-4/+4
|
* Revert "SERVER-21382 In chunk migration out-of-range deletes on the donor ↵Andy Schwerin2015-12-117-88/+19
| | | | | | shard." This reverts commit 0e0977a87c4ec30954b3071a9f437aaa7a8151e5.
* SERVER-21382 In chunk migration out-of-range deletes on the donor shard.Andy Schwerin2015-12-117-19/+88
|
* SERVER-13370 Amazon Enterprise RPM'sErnie Hershey2015-12-102-9/+20
| | | | (cherry picked from commit dfd50a3255dfbbe3545a1786ad345be27971588f)
* SERVER-19893, SERVER-8770 Fix SUSE packaging script referencesErnie Hershey2015-12-101-2/+2
| | | | | I accidentally swapped Community and Enterprise while merging the backport of these tickets.
* SERVER-19893, SERVER-8770 - Fix notary client source archive extensionErnie Hershey2015-12-101-1/+1
|
* SERVER-21426:Add writeConcern support to benchRunr3.0.8-rc0dalyd2015-12-082-5/+20
| | | | (cherry picked from commit 00ab4b4758ef78d974bbd73f9d4efc28736b426e)
* SERVER-21781 Improve packaging nightly logicErnie Hershey2015-12-072-4/+8
|
* SERVER-19893, SERVER-14036, SERVER-8770 - Packaging improvementsErnie Hershey2015-12-067-279/+209
| | | | | | | | | | * Signing RPM's * Signing .DEB's with organization key instead of Richard's key * Generating packages on individual platforms in compile tasks * Trimming redundant Enterprise packaging python code * Miscellaenous cleanup, mostly to support the above goals (cherry picked from commit ed856e8865097d996894f50893b2be479c5644fc)
* bump tools to 3.0.8Ramon Fernandez2015-12-041-1/+1
|
* SERVER-21224 Use "git describe" instead of version.jsonErnie Hershey2015-12-042-5/+1
| | | | (cherry picked from commit 0c48b420af604e19deb1ad31d014aae0477b7884)
* SERVER-21646 limit concurrency of writes to replicated capped collectionsMathias Stearn2015-12-022-7/+20
| | | | | | This prevents the primary from running significantly faster than secondaries. (cherry picked from commit f45b7c8e34743ba89407d90ee3392acb0d2be255)
* SERVER-21483 Don't reorder capped inserts on secondariesMathias Stearn2015-12-023-5/+97
| | | | Manual backport of bbff16c4b196133718b3d3f5cf7ce2095cc6d2b9
* Import wiredtiger-wiredtiger-mongodb-3.0.7-20-g27d0cbd.tar.gz from ↵Michael Cahill2015-12-0213-146/+191
| | | | | | | | | | | | | wiredtiger branch mongodb-3.0 ref: deb2d81..27d0cbd 6feaa28 WT-2251 Fix leaf of deleted page addresses. 1da2d3a SERVER-21568 Fix a use-after-free. 4228295 SERVER-21553 Free blocks during reverse splits. 0398515 WT-2241 Use a lock to protect transaction ID allocation. 06a5c7b WT-2237 Avoid yields if we race allocating transaction IDs. 16a418b WT-2237 Have threads publish unique transaction IDs so that updates always become visible immediately on commit.
* SERVER-20699 add manifest load to config fileShraya Ramani2015-12-011-2/+13
| | | | | | Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com> (cherry picked from commit 4b140c6955925d0339361bd30c007ad9abebaaf6)
* SERVER-20839 Use bsonWoCompare() to compare optimes in the shell.Max Hirschhorn2015-12-011-3/+1
| | | | (cherry picked from commit c2ae70a7eb2ca553bc56b0d160722591aa7925ea)
* Import wiredtiger-wiredtiger-mongodb-3.0.7-9-gdeb2d81.tar.gz from wiredtiger ↵Ramon Fernandez2015-11-3013-41/+156
| | | | | | | | | | | | branch mongodb-3.0 ref: cb64236..deb2d81 deb2d81 SERVER-21027 Reverse split if there are many deleted pages (3.0) 66a111e WT-2195 Fix a hang after giving up on a reverse split. 7b1398a SERVER-21027 Don't leave empty internal pages in the tree c819d2f SERVER-21027 Fix reverse splits to keep the original child ref locked 00dfebc SERVER-21027 Reverse split if there are many deleted pages
* SERVER-21543 Lengthen delay before deleting old journal filesCharlie Swanson2015-11-232-43/+56
| | | | | Conflicts: jstests/mmap_v1/dur_remove_old_journals.js
* SERVER-20527 Remove the old version of resmoke.py.Max Hirschhorn2015-11-2331-3100/+0
|
* SERVER-21533 Lock manager should not starve requestsKaloian Manassiev2015-11-232-8/+59
| | | | | | | This change makes the lock manager granting code skip granting compatible requests if the first entry on the queue is a conflict. (cherry picked from commit f42a080cc0341d42ea5d5e42aa96366e0d952864)
* SERVER-20834 only require a single compile task for all variants in the perf ↵mike o'brien2015-11-161-23/+21
| | | | | | project (cherry picked from commit 7aebe5a1838822970210feef2ce457448f13460b)
* SERVER-21433: Perf.yml project should kill unwanted processes before ↵dalyd2015-11-161-0/+12
| | | | | | starting tests (cherry picked from commit 4bf02b0ecb7c335eccdb424a3553cfd283650381)
* SERVER-20521: Update Mongo-perf display names in Evergreen to sort betterdalyd2015-11-161-4/+4
|
* SERVER-21208: 'server up' check in perf.yml is in the wrong placedalyd2015-11-161-0/+6
| | | | (cherry picked from commit e29401fe31d95322d7b2ab58dfc94ce04f27d5a1)
* Import wiredtiger-wiredtiger-mongodb-3.0.7-3-gcb64236.tar.gz from wiredtiger ↵Michael Cahill2015-11-134-70/+143
| | | | branch mongodb-3.0
* SERVER-20876 Backport seekExact to 3.0 (lint)Michael Cahill2015-11-131-4/+4
|
* SERVER-20876 Backport seekExact to 3.0Michael Cahill2015-11-123-2/+32
|
* SERVER-21305: Correctly calculate lock acquisition time for long waitsGeert Bosch2015-11-093-14/+68
| | | | (cherry picked from commit ba231028314553f1495e6583d5a59c55919a764c)
* SERVER-21278 Remove execute permission bit from mongod.lockAndreas Nilsson2015-11-061-1/+3
| | | | (cherry picked from commit fb09819d6a72bd96f7849f40836896eb7631a544)
* SERVER-21227 don't drop invalidated results in MultiPlanStage or CachedPlanStageDavid Storch2015-11-062-17/+4
| | | | | | | (cherry picked from commit e70c8cb86571dba41fda10e26a46274fe4d66591) Conflicts: src/mongo/db/exec/cached_plan.cpp
* SERVER-21099: Improve logging in Linux's SecureRandomSpencer Jackson2015-11-051-6/+9
|
* SERVER-21209 allow comments in the same line as pidfilepathPaschalis Korosoglou2015-11-042-2/+2
| | | | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1041 (cherry picked from commit 9fe07e29d8bdfb74962fac210214b1723c8dc6fc)