summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-20630 find command on mongod needs to wait until out of critical sectionMisha Tyulenev2015-09-295-9/+21
|
* SERVER-20476 convert negative ntoreturn to limit and singeBatch:trueMisha Tyulenev2015-09-291-1/+6
|
* SERVER-9666 Tag some newly incomplete libraries as suchAndrew Morrow2015-09-292-2/+10
|
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-293-10/+136
|
* SERVER-20686 sys-perf: add 3-node replSet test variantRui Zhang2015-09-291-0/+72
|
* SERVER-20025 Test that starting mongos with a config server primary worksSpencer T Brody2015-09-291-0/+30
|
* SERVER-20360: Cleanup in prep for vectorizing writcmd pathMartin Bligh2015-09-291-59/+32
|
* SERVER-20674 Improvements to NetworkInterfaceASIO stress testsamantharitter2015-09-291-38/+50
|
* SERVER-20289 Add jstest suite to implicitly shard collectionsRobert Guo2015-09-293-0/+169
|
* SERVER-19405 serverStatus now has mongos cursor statsYunhe (John) Wang2015-09-295-14/+63
|
* Revert "SERVER-20560 Standalone Perf Test for the Networking Interface"Robert Guo2015-09-292-138/+0
| | | | This reverts commit 5887c1e9a693d6d768fbe757443d28f53176574c.
* SERVER-20544 prioritize reporting cancellation over reporting network error ↵Adam Midvidy2015-09-281-2/+5
| | | | if we were canceled before we failed to get a connection from the pool
* SERVER-20663 Remove support for running with thread based network interfaceAndrew Morrow2015-09-283-120/+12
|
* SERVER-20646 Temporarily disable stale_clustered.jsJason Rassi2015-09-281-0/+3
|
* SERVER-20660 fix mongos to not pass sortKey meta-projection with a $natural sortDavid Storch2015-09-282-2/+28
|
* SERVER-20498 Get config server optime from metadata response from shards ↵Spencer T Brody2015-09-282-29/+0
| | | | automatically via metadata reader
* SERVER-20645 SERVER-20487 Store lastVisibleOpTime instead of ↵Spencer T Brody2015-09-284-55/+13
| | | | lastCommittedOpTime on responses from config servers
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-282-0/+138
|
* Revert "SERVER-20649 add slaveOk read test coverage for drain mode"Eric Milkie2015-09-281-10/+1
| | | | This reverts commit 2d5555b6a942aeb7de0370c67c974cdbb5f40ab5.
* SERVER-20666 Wait until movePrimary is committed on the config servers in ↵Spencer T Brody2015-09-281-8/+7
| | | | coll_epoch_test1.js
* SERVER-20670 Remove pessimizing move from ShardRegistryMathias Stearn2015-09-281-1/+1
| | | | Triggers a warning with clang 3.7
* SERVER-20671 step down restarts heartbeats before waiting for secondaries to ↵Benety Goh2015-09-281-0/+6
| | | | catch up
* SERVER-17790 Define NDEBUG on non-debug buildsJonathan Reams2015-09-281-0/+2
|
* SERVER-20649 add slaveOk read test coverage for drain modeEric Milkie2015-09-281-1/+10
|
* SERVER-20661 Fix operation counting error in update_yield1.jsJason Rassi2015-09-281-1/+1
|
* SERVER-20318 Retry on failed reads from CSRS config serversRandolph Tan2015-09-282-25/+143
|
* SERVER-20318 Allow NetworkTestEnv::OnCommand to set non ok status to responseRandolph Tan2015-09-281-10/+12
|
* SERVER-20318 Consolidate all read helpers in CatalogManagerReplicaSet and ↵Randolph Tan2015-09-282-134/+46
| | | | make them responsible for targetting
* SERVER-20592 Retry split chunk if it fails due to stale chunk boundariesSpencer T Brody2015-09-286-21/+34
|
* SERVER-20374 replica set configuration field ↵Benety Goh2015-09-283-28/+48
| | | | electionTimeoutOffsetLimitMillis must be positive
* SERVER-20374 added bsonExtractIntegerFieldWithDefaultIf to support ↵Benety Goh2015-09-283-0/+63
| | | | user-defined constraint on extracted value
* SERVER-20496 Harmonize JS and Server --dbgJason Carey2015-09-283-11/+42
|
* BUILD-906 Add enterprise module to ASAN builderJonathan Reams2015-09-281-17/+26
|
* SERVER-20564: Temporarily lower mongo-perf targets for tests until this ↵dalyd2015-09-281-11372/+11364
| | | | ticket is resolved
* SERVER-20652 remove pseudocommand downconversion code in mongosAdam Midvidy2015-09-263-133/+3
|
* SERVER-20300 Optimize StringMapMathias Stearn2015-09-253-71/+93
| | | | | | | | Major changes: * Use 32-bit murmur3 rather than 128-bit * Use bit-masks rather than modulus * Default-constructed StringMaps don't allocate memory * Can no longer configure max probe ratio or default starting size
* SERVER-20643 Make query projection use StringMapMathias Stearn2015-09-252-10/+7
|
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2015-09-2510-17/+39
|
* SERVER-20215 Unittests for SnapshotManagersMathias Stearn2015-09-252-0/+366
|
* SERVER-13223 use sparse file allocation on ZFS on linuxMathias Stearn2015-09-251-2/+3
|
* SERVER-17425 Clarify v:0 index deprecation messageDan Pasette2015-09-251-3/+3
|
* SERVER-20326: record apply batch boundariesScott Hernandez2015-09-2511-46/+196
|
* SERVER-19162 Guard shut down of sharding state on mongod with same ↵Andy Schwerin2015-09-253-13/+37
| | | | concurrency control as initialization.
* bump tools to r3.1.9Ramon Fernandez2015-09-251-1/+1
|
* SERVER-20247 clang format fixEsha Maharishi2015-09-251-4/+2
|
* SERVER-20247 include configsvr:true in default replica set config if node ↵Esha Maharishi2015-09-251-1/+4
| | | | | | started with --configsvr Signed-off-by: Andy Schwerin <schwerin@mongodb.com>
* SERVER-20642 store ThreadPool's _pendingTasks in a std::dequeAdam Midvidy2015-09-251-2/+2
|
* SERVER-20625 SERVER-20644 Don't crash if trying to talking to a server that ↵Spencer T Brody2015-09-252-2/+8
| | | | the ShardRegistry doesn't know about
* SERVER-20530 Disable useCCC in coll_epoch_test1.jsJason Rassi2015-09-251-0/+5
| | | | Reverts changes to coll_epoch_test1.js from a6ccf45d.
* SERVER-20617: Add durability test for writeConcern j:trueGeert Bosch2015-09-251-0/+30
|