summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27032 Support for collation in sh.shardCollection() helperr3.4.0-rc5Tess Avitabile2016-11-222-2/+76
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-2215-122/+170
* SERVER-27090 cursor_timeout.js sets cursorTimeoutMillis incorrectlyJames Wahlin2016-11-222-8/+36
* SERVER-27151: update curator to latest releaseSam Kleinman2016-11-221-1/+1
* SERVER-27087 Escape nested quotes in rpm init scriptBrian Samek2016-11-211-1/+1
* Revert "SERVER-26403 Clean primary states on stepdown"r3.4.0-rc4Siyuan Zhou2016-11-173-16/+16
* SERVER-27053 Don't acknowledge writes if the term has changed.Spencer T Brody2016-11-178-172/+500
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-179-79/+63
* Revert "SERVER-14662 fix duplicate uassert error code"Tess Avitabile2016-11-171-1/+1
* SERVER-27055 initial_sync_id_index.js should not use w:2 write to check initi...Tess Avitabile2016-11-171-2/+9
* SERVER-27080 Temporarily disable resync command on replica setsJudah Schvimer2016-11-171-0/+8
* SERVER-27097 Check that db is not null before derefencing in _collectionCountMarko Vojvodic2016-11-171-2/+4
* SERVER-27048 Fix recursive lock issue in transport.ADAM David Alan Martin2016-11-162-14/+45
* SERVER-27066 Update evergreen configuration for new v3.4 branchErnie Hershey2016-11-162-21/+21
* SERVER-27030 Improve error for legacy find/getMore on viewJames Wahlin2016-11-162-13/+59
* SERVER-26993 Extend concurrency suite optionsJonathan Abrahams2016-11-164-40/+112
* SERVER-27061 Fix RPM systemd comment syntaxBrian Samek2016-11-161-6/+12
* SERVER-26492 terminate density estimation after exceeding $maxDistanceDavid Storch2016-11-161-6/+84
* Revert "SERVER-22657 Cleanup CollectionShardingState test and configsvr comma...Kaloian Manassiev2016-11-165-24/+30
* Import wiredtiger: ca6eee06ffdacc8e191987e64b3791740dad21e1 from branch mongo...Michael Cahill2016-11-1661-456/+779
* SERVER-26403 Clean primary states on stepdownSiyuan Zhou2016-11-153-16/+16
* SERVER-26981: Update mongo-perf releasedalyd2016-11-151-2/+2
* SERVER-26981: Mongo-perf regressions to use inMemory instead of wiredTigerdalyd2016-11-151-7/+16
* SERVER-26116 reacquire the balancer distlock in drain mode during config prim...Dianna Hohensee2016-11-154-39/+60
* SERVER-26964 Make FieldPath more efficientJames Wahlin2016-11-158-179/+61
* SERVER-26530 Add helpful log message for user when initial sync failsWilliam Schultz2016-11-151-7/+9
* SERVER-26775: Cursors may be on a view namespace.Daniel Gottlieb2016-11-151-1/+1
* SERVER-26716 Fix crash after 3.2->3.4->3.2 up/downgradeMathias Stearn2016-11-152-1/+13
* SERVER-26356 disable linearizable read concern with pv0Judah Schvimer2016-11-151-0/+8
* SERVER-26852 Move read concern tests out of noPassthroughWilliam Schultz2016-11-155-187/+221
* SERVER-26927 Rename maxStalenessMS to maxStalenessSeconds and support doublesKaloian Manassiev2016-11-154-66/+140
* SERVER-22657 Cleanup CollectionShardingState test and configsvr commandsKaloian Manassiev2016-11-155-30/+24
* SERVER-24994 Check in Helpers::removeRange() if shard key index dropped.Max Hirschhorn2016-11-157-1/+107
* SERVER-27028 linearizable read concern checks if node is still primary before...Judah Schvimer2016-11-151-0/+6
* SERVER-25662 DataReplicator cleanupBenety Goh2016-11-154-156/+52
* Revert "SERVER-26492 terminate density estimation after exceeding $maxDistance"David Storch2016-11-141-84/+6
* SERVER-27014 Disable inmem_full.jsDavid Hows2016-11-151-0/+3
* SERVER-26839: Improve readWriteDatabase role coverageSpencer Jackson2016-11-146-37/+418
* Revert "SERVER-26530 Added helpful log message in case of inital sync failure"William Schultz2016-11-141-2/+0
* SERVER-27026 Ensure that shard_identity_rollback.js waits for replication bef...Randolph Tan2016-11-141-6/+13
* SERVER-26761 check and return early if shard already exists in addShardEsha Maharishi2016-11-142-108/+35
* SERVER-26747 replSetStepDown waits for caught up majority with electable seco...William Schultz2016-11-147-91/+363
* SERVER-25662 ReplicationCoordinatorImpl::shutdown() should release data repli...Benety Goh2016-11-141-1/+6
* SERVER-26530 Added helpful log message in case of inital sync failureWilliam Schultz2016-11-141-0/+2
* SERVER-27022 Add missing SCons dependency to client_metadata targetsamantharitter2016-11-141-0/+1
* SERVER-25662 DataReplicator callbacks should check shutdown flag before proce...Benety Goh2016-11-141-12/+50
* SERVER-27008 Remove unnecessary use of FieldPathCharlie Swanson2016-11-141-2/+2
* SERVER-27011 SyncSourceResolver::startup() should return ShutdownInProgress i...Benety Goh2016-11-142-4/+20
* SERVER-27004 move check for pending RangeDeleter deletes to after registering...Esha Maharishi2016-11-142-13/+15
* SERVER-24596 Replace DBDirectClient::count call with Collection::numRecords t...Marko Vojvodic2016-11-142-48/+50