summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-16367 Add versioning info to collectionsEric Milkie2014-12-237-39/+437
|
* SERVER-16237 Don't check shard version if the replica set monitor knows the ↵Spencer T Brody2014-12-223-1/+33
| | | | primary is down
* SERVER-16635 Make sharding/mongos_no_replica_set_refresh.js agnostic to who ↵Spencer T Brody2014-12-221-1/+4
| | | | is elected primary
* SERVER-16197 fix scons install, distMatt Kangas2014-12-222-20/+35
| | | | | | | Option '--use-new-tools' now controls whether scons looks for tools at all. "scons install" no longer tries to install external tools. "scons dist" fails if --use-new-tools not specified or if external tools are missing
* SERVER-16624 Do not use deadlock detection in invariant checkingKaloian Manassiev2014-12-221-18/+7
| | | | | | | | | | | | The problem is that our deadlock detector does not check for deadlock stability currently. It is possible that as the graph traversal progresses, locks which we were waiting on earlier get freed and suddenly become waiting on us, becoming counted in the cycle. The fix would be to add check for deadlock stability by re-iterating the discovered cycle. Until this is fixed, we cannot use the deadlock deterministically for assertions, only for retries (which is what we already do).
* Revert "SERVER-16437 IndexScan optimize end checker for single interval scans"Jason Rassi2014-12-223-128/+25
| | | | This reverts commit f984b532331e46298d52d4c786cb359fa208f3d9.
* SERVER-16390: Text stage fetches document twice if phrase or negation filter ↵Mark Benvenuto2014-12-221-2/+5
| | | | present
* SERVER-16129 cloneCollection does not yieldRandolph Tan2014-12-221-14/+39
|
* SERVER-15798 Helpers::removeRange does not check if node is primaryRandolph Tan2014-12-221-0/+8
|
* SERVER-16633 Add timer to geo near stage to track execution timeSiyuan Zhou2014-12-221-0/+4
|
* Inititialize WT engine with statistics=(fast)Dan Pasette2014-12-211-1/+1
|
* SERVER-16612 extend indexbuilding timeout in ↵matt dannenberg2014-12-191-1/+1
| | | | noPassthroughWithMongod/indexbg_restart_secondary.js
* SERVER-16179 Change the fassert conflicting numberKaloian Manassiev2014-12-191-1/+1
|
* SERVER-16179 Remove the periodic lock manager timeout reportKaloian Manassiev2014-12-194-59/+20
|
* SERVER-16606 remove index blockCompressor and collection prefixCompression ↵Eric Milkie2014-12-191-33/+14
| | | | options from whitelist
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-198-105/+147
|
* SERVER-16604 Stop special-casing oplog in capped collectionsIgor Canadi2014-12-192-11/+14
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-16603 Fix rocks buildIgor Canadi2014-12-191-0/+1
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-16586 Fix mongoperf crash with MMF and syncDelaySlawomir Pawlowski2014-12-191-0/+2
| | | | | | Closes #886 Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-16431 Sync::shouldRetry should use DB X lock, not globalKaloian Manassiev2014-12-182-15/+13
|
* SERVER-16431 Fix compile break with clangKaloian Manassiev2014-12-181-2/+2
|
* SERVER-16431 Move the acquisition of the flush lock to a separate methodKaloian Manassiev2014-12-184-70/+102
| | | | | Also adds assertions and new tests. No functional changes yet - this is in preparation for removal of the parallel batch writer lock.
* SERVER-14306 Make sure mongos never requests more results than needed from ↵Spencer T Brody2014-12-184-0/+62
| | | | the shards
* SERVER-16432 Chunk migration data structures not properly synchronizedRandolph Tan2014-12-182-118/+212
| | | | Fix receipient side.
* post 2.8.0-rc3Ernie Hershey2014-12-187-7/+7
|
* SERVER-16313 do not abort for non-mongod with wiredtiger optionsr2.8.0-rc3Eric Milkie2014-12-181-3/+5
|
* SERVER-16313 make override of checkpointDelaySecs with syncdelay work properlyEric Milkie2014-12-182-8/+15
|
* BUMP 2.8.0-rc3Dan Pasette2014-12-177-7/+7
|
* SERVER-16313 skip syncDelay option test on 32 bit platformsDan Pasette2014-12-171-13/+18
|
* SERVER-16313 Fix WiredTiger engine, collection and index options to use new ↵Dan Pasette2014-12-174-45/+49
| | | | names
* SERVER-16562: Do fast wiredtiger shutdownMark Benvenuto2014-12-171-2/+10
|
* SERVER-16516 remove rbid from isMaster, but leave it in serverStatusmatt dannenberg2014-12-171-1/+1
|
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-1710-61/+244
|
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-1712-197/+225
| | | | This reverts commit c5ebc6be8e3a865655acbc5ecd1cb3b96fdf44ff.
* SERVER-16556 CurOp::reset() needs to clear _nsJason Rassi2014-12-171-0/+1
| | | | Fixes regression introduced in de724781.
* SERVER-16495 Map Reduce Output to Collection Occasionally Kills the ServerRandolph Tan2014-12-173-18/+93
|
* SERVER-15778 Fix ClientCursorPin::deleteUnderlying() race conditionJason Rassi2014-12-171-1/+12
|
* SERVER-16235: make sure to initialize capped counter in WTEliot Horowitz2014-12-171-0/+1
|
* SERVER-16235: make repl test oplog rollover more generalEliot Horowitz2014-12-171-1/+1
|
* Update default WT configMatt Kangas2014-12-171-0/+1
| | | | Add leaf_value_max=1MB
* SERVER-16569 do not update the replication progress map when receiving a ↵matt dannenberg2014-12-172-1/+22
| | | | heartbeat from primary
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-1712-225/+197
|
* SERVER-16465 Removed mech parameter from [create|update]User commandsAndreas Nilsson2014-12-173-40/+17
|
* SERVER-16534 SCRAM-SHA-1 should always be enabled for internal userAndreas Nilsson2014-12-172-6/+21
|
* SERVER-16235: fix capped tests to work with WTEliot Horowitz2014-12-171-4/+14
|
* SERVER-15357 Revert "Revert "SERVER-15357 Require GCC 4.8.2 now that our ↵Andrew Morrow2014-12-171-5/+2
| | | | | | Solaris toolchain is updated"" This reverts commit b5d97eeeea4ef66731eb273bc484884452991acf.
* SERVER-16428 Partition the WT session cacheKaloian Manassiev2014-12-174-57/+103
|
* SERVER-16529 Coarser OperationContext scope for background threadsKaloian Manassiev2014-12-172-9/+6
| | | | | | | Cuts the number of instantions of operation contexts and increases the chance that a given maintenance operation would be seen in db.currentOp. This is just a cosmetic change.
* Import wiredtiger-wiredtiger-2.8-rc2-253-g379ffab.tar.gz from wiredtiger ↵Matt Kangas2014-12-1776-784/+931
| | | | branch mongodb-2.8
* SERVER-7596 fix typo in server's SASL mechanism error messageAdam Midvidy2014-12-171-1/+1
| | | | Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>