summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-24422: update mongodb-mongo-master with mongodb-mongo-v3.0 in ↵v3.0.11Zakhar Kleyman2016-06-131-2/+2
| | | | evergreen.yml
* SERVER-23425 Correctly track inserts and deletes to migrating chunks.r3.0.11Andy Schwerin2016-03-311-3/+3
|
* SERVER-22535 Fix MigrateFromStatus::storeCurrentLocs() to not dereference ↵r3.0.10Tess Avitabile2016-03-071-1/+6
| | | | invalid memory
* Import wiredtiger-wiredtiger-mongodb-3.0.9-3-g3dbc6c6.tar.gz from wiredtiger ↵r3.0.10-rc1Ramon Fernandez2016-02-292-6/+23
| | | | | | | | | branch mongodb-3.0 ref: 62b3ca8..3dbc6c6 WT-2130 Improve on-disk page utlilization with random workloads SERVER-22898 High fragmentation on WiredTiger databases under write workloads
* SERVER-22793 always clear buffered WorkingSetIDs on saveStateDavid Storch2016-02-265-18/+19
| | | | | This ensures that the set of WorkingSetIDs does not grow without bound.
* bump tools to 3.0.10r3.0.10-rc0Ramon Fernandez2016-02-251-1/+1
|
* Import wiredtiger-wiredtiger-mongodb-3.0.9-2-g62b3ca8.tar.gz from wiredtiger ↵Ramon Fernandez2016-02-23592-7/+577758
| | | | | | | | branch mongodb-3.0 ref: cae5fcf..62b3ca8 SERVER-22554 WiredTiger data handles not closed when collection is dropped
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-02-227-47/+111
| | | | (cherry picked from commit 1d611a8c7ee346929a4186f524c21007ef7a279d)
* SERVER-22535 Migration source manager checks for PlanExecutor errors during ↵Tess Avitabile2016-02-221-2/+12
| | | | | | initial index scan for documents to clone Custom backport from f5a9081a412ada3fc8a472b267f932f76b345126
* SERVER-22042 Use CheckLib to verify SSL library availabiliyAndrew Morrow2016-02-221-47/+67
|
* Revert "SERVER-22042 Use CheckLib to verify SSL library availabiliy"Ramon Fernandez2016-02-211-67/+47
| | | | | This reverts commit 3a5a890e1e1832ea8a45607d01ddef36ac3d76fa, since it's breaking the v3.0 branch for some variants.
* SERVER-19800 DataSizeChange forces an int into a boolMartin Bligh2016-02-212-4/+4
| | | | | | Fix for SERVER-22634: data size change for oplog deletes can overflow 32-bit int (cherry picked from commit 2a11d0957b397e2c9bcb4230da9d764b50aaac3b)
* SERVER-22042 Use CheckLib to verify SSL library availabiliyAndrew Morrow2016-02-201-47/+67
|
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-203-10/+9
| | | | | | | | MSVC 2013 doesn't support thread-safe initialization of function-local static-duration objects, so it's possible to return a reference to 'eooElement' prior to the value being fully initialized. (cherry picked from commit 4f1cc51f3e21e4ff76c68e86ecae4e5d138de0aa)
* Revert "SERVER-21528 clean up capped6.js"Robert Guo2016-02-051-89/+94
| | | | This reverts commit e597d3a557d62ba621f3bf67e9eede52661384c2.
* Revert "SERVER-21388 validate captrunc argument"Robert Guo2016-02-052-13/+0
| | | | This reverts commit f2a67700a3cfd9e401feb4a17931ea3209f10e4b.
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-02-0211-77/+140
| | | | (cherry picked from commit 0386400f728588140ccd9c896f7b87370d9bc866)
* SERVER-22350 Fail Evergreen task on package generation failureErnie Hershey2016-01-291-0/+3
| | | | (cherry picked from commit 7a95cd41c36465513c71b787205a01eb355fc320)
* SERVER-22326: Upgrade perf.yml to use new mongo-perf release r20160127dalyd2016-01-291-1/+1
| | | | (cherry picked from commit d21109c7b3222088c0a382bbc02103c4d133f42f)
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-01-291-4/+9
| | | | (cherry picked from commit bc065bab600d637b42c78f0622994fbd060aea01)
* SERVER-21528 clean up capped6.jsRobert Guo2016-01-281-94/+89
|
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-282-0/+13
|
* Revert "SERVER-17527 add startup warning when server is started with web ↵Robert Guo2016-01-266-34/+9
| | | | | | interface and auth" This reverts commit a01f882735e7655cfb1572ec8c6710f296caf4be.
* SERVER-17527 add startup warning when server is started with web interface ↵Robert Guo2016-01-266-9/+34
| | | | | | and auth (cherry picked from commit 7a615393f4ce1fee83767ab161cdbc6a6ed1fdef)
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentr3.0.9Jason Rassi2016-01-202-3/+3
| | | | (cherry picked from commit f210ee304a3b6eeb85a67305e6a97a32e1df3c81)
* SERVER-19128 Clean up interaction of background index builds and cursor killingr3.0.9-rc0Mathias Stearn2016-01-187-15/+40
| | | | | This reverts commit 90a684ad25a86deff16f80e11e257c6ac6611683, restoring 1d26b77d115eb39f03dffbdbaccf10e696cd4fe3.
* SERVER-22191 Don't register CurOp on Client until done with constructionMathias Stearn2016-01-181-2/+5
|
* SERVER-22160 Make statics for background.cpp immortalMathias Stearn2016-01-181-3/+5
| | | | | | | This resolves static-initialization-order-fiasco problems with cursor_manager.cpp. (cherry picked from commit d9e0595751bb1decc6c0de0a24d1cb4d09443451)
* SERVER-22114 fix code formatRandolph Tan2016-01-161-0/+1
|
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-152-13/+31
| | | | | | | | (cherry picked from commit 0f85256eefa78b1b74b9e6ae0d1c646853f6f22f) Conflicts: src/mongo/s/config.cpp src/mongo/s/config.h
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-159-106/+56
| | | | | | | | | | | | | | | | In addition, limit the lifetime of ChunkManager instances so it can free references to ChunkManager earlier. (cherry picked from commit 65f2da2c49c2b22d2b80e6562b9b61f242cb9a18) Conflicts: src/mongo/s/chunk_manager_targeter.cpp src/mongo/s/chunk_manager_targeter.h src/mongo/s/cluster_write.cpp src/mongo/s/cluster_write.h src/mongo/s/commands/cluster_write_cmd.cpp src/mongo/s/write_ops/batch_write_exec.cpp src/mongo/s/write_ops/batch_write_exec.h src/mongo/s/write_ops/batch_write_exec_test.cpp
* SERVER-19110 Ignore failed operations in mixed_storage_version_replication.jsCharlie Swanson2016-01-141-5/+18
| | | | (cherry picked from commit 51cd740ce156485f5b4fcfad159fe3cf22d89065)
* SERVER-22109 applyOps should validate database name in index spec when ↵Benety Goh2016-01-142-0/+15
| | | | | | creating indexes (cherry picked from commit 3fa4cdc79b04639061f0d13b68b60c3e3e5102b6)
* Revert "SERVER-19128 Clean up interaction of background index builds and ↵Spencer Jackson2016-01-137-40/+15
| | | | | | cursor killing" This reverts commit 1d26b77d115eb39f03dffbdbaccf10e696cd4fe3.
* SERVER-7656 Execute aggregation command on targeted shard if first stage is ↵Charlie Swanson2016-01-134-16/+96
| | | | an exact match on shard key
* SERVER-20358 prevent creation of users containing NULL charactersrahuldhodapkar2016-01-132-0/+9
| | | | (cherry picked from commit 6a46a7c34222329972b6c6b0fae70bc6cd72c2fa)
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2016-01-127-15/+40
| | | | (cherry picked from commit 795a8ebd80a9f91fc1484cfdc33b6609d0bc4a35)
* SERVER-19128 add debugging outputEric Milkie2016-01-121-0/+3
| | | | (cherry picked from commit 7494d0c5a65d3e7128aa8a8857ce78dd7aea1ee6)
* SERVER-20858 Reject creation of non-capped oplog collections.Max Hirschhorn2016-01-122-0/+39
| | | | (cherry picked from commit bee7144f59bc8782c3c8e76c45a9f9e0e39cb1e6)
* SERVER-21602 Use 'cursorTimeoutMillis' flag in cursor_timeout.jsJason Rassi2016-01-121-11/+23
| | | | | | Reduces this test's execution time from ~17 minutes to <30 seconds. (cherry picked from commit 181cdbf26a32e894b53ea10dc7e719fc841727d3)
* Import wiredtiger-wiredtiger-mongodb-3.0.8-15-gcae5fcf.tar.gz from ↵Ramon Fernandez2016-01-1212-28/+142
| | | | | | | | | | wiredtiger branch mongodb-3.0 ref: a1ddc5e..cae5fcf WT-2193 Handle read-committed checkpoints during snapshot transactions WT-2196 Fix size only statistics cursors with LSM WT-2253 eviction could prioritize any page with a WT_READGEN_OLDEST generation
* SERVER-22109 validate index spec namespace in applyOperation_inlockBenety Goh2016-01-122-0/+56
| | | | (cherry picked from commit 51f0cfa865fe090a5208d5bff47faa5fbe6a92c1)
* SERVER-21934 Add extra information to OSX stack dumps to support ASLR.Andy Schwerin2016-01-111-8/+35
| | | | (cherry picked from commit 706d2e0a94c57d5c4a01a4787d78d413f134441e)
* SERVER-18953 SERVER-9567 Add debug symbols archive targetJonathan Reams2016-01-114-177/+101
| | | | (cherry picked from commit 26d5e725c8d3da73c2ca81f9940debe4f76326b8)
* SERVER-17747 Fix compile on FreeBSD 11Jonathan Reams2016-01-114-9/+9
| | | | (cherry picked from commit 014d0c666ec15e819ad2bedf32a850ae29ede26e)
* SERVER-18373 SERVER-18219 add MONGO_UNREACHABLE macro where compiler cannot ↵Adam Midvidy2016-01-083-0/+16
| | | | deduce that WCE retry loops will return
* bump tools to 3.0.9Ramon Fernandez2016-01-081-1/+1
|
* SERVER-21724 Let backup role read system.profileSpencer Jackson2016-01-073-14/+27
| | | | (cherry picked from commit 21bcf6b127c1bb24e74845327e8d20df26e560bc)
* SERVER-21583 added applyOps test case for creating foreground and background ↵Benety Goh2016-01-071-0/+33
| | | | | | indexes (cherry picked from commit 4ed0efa3368a89cb808c62b2d9e916acf8202ff7)
* SERVER-21583 applyOperation_inlock builds background indexes in foreground ↵Benety Goh2016-01-071-5/+14
| | | | | | if temp release fails (cherry picked from commit edc5989d36f6dea86ffe034c414e97e98549004e)