summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-8442 don't release() direct m/r cursors to shardsgregs2013-03-201-3/+12
|
* SERVER-8116 - mongostat doesn't divide lock% by sampling intervalDan Pasette2013-03-201-1/+3
|
* SERVER-9022 allow releasing sharded conn back to pool after read operationGreg Studer2013-03-204-3/+49
|
* SERVER-6991 better stats for sharded connections and sharded conn poolGreg Studer2013-03-201-19/+150
|
* Revert "Revert "SERVER-8648 add explicit timeout to checkStatus connection""Greg Studer2013-03-181-1/+1
| | | | also SERVER-8940 buildbot remove2.js flush pool manually before retrying query
* SERVER-8685 - use old style append for OpTimeDan Pasette2013-03-151-2/+2
|
* SERVER-8685 Fix gcc compileTad Marshall2013-03-141-2/+2
|
* SERVER-8685: mongorestore oplogLimit fixesScott Hernandez2013-03-141-10/+75
| | | | | | Conflicts: src/mongo/tools/restore.cpp
* Revert "SERVER-8648 add explicit timeout to checkStatus connection"Dan Pasette2013-03-141-1/+1
| | | | This reverts commit 294c08491709b8fffae0ed1b63b8c34b35f9621a.
* fix sharding testEliot Horowitz2013-03-111-1/+2
|
* SERVER-8734 use a recursive mutex to work around OpenSSL deadlockEric Milkie2013-03-071-3/+8
|
* SERVER-8455 Fix buildbot failure caused by accessing uninitialized memoryRandolph Tan2013-03-071-1/+3
|
* SERVER-8455 explicitly kill connection on config errorEliot Horowitz2013-03-071-2/+5
|
* Handle some missing log -> LOG conversions due to backportsMathias Stearn2013-03-062-5/+5
|
* Use fast thread-local for loggingMathias Stearn2013-03-062-4/+5
| | | | | Conflicts: src/mongo/util/log.cpp
* SERVER-8244 Pass log levels from MONGO_LOG to LogstreamMathias Stearn2013-03-061-6/+25
| | | | | This is a partial reversion and change of commit 4db60cf23b58a7a5e177e69c142ab9e1503a3b1b.
* Return nullstream in don't-log case of MONGO_LOGMathias Stearn2013-03-061-1/+1
|
* SERVER-7231 Fixed cases where LOG(level) macro is used with booleansShaun Verch2013-03-066-7/+7
| | | | | Conflicts: src/mongo/s/strategy_shard.cpp
* SERVER-7231 Construct log helper variables only when they will be loggedShaun Verch2013-03-061-6/+21
|
* SERVER-7231 Removed log(level) functionsShaun Verch2013-03-061-19/+2
|
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2013-03-0661-239/+249
| | | | | | | | | | Conflicts: src/mongo/client/distlock.cpp src/mongo/db/geo/haystack.cpp src/mongo/db/pdfile.cpp src/mongo/db/queryoptimizer.cpp src/mongo/db/repl/rs.cpp src/mongo/s/config.cpp
* SERVER-7231 Use ternary operator in LOG() macro and add necessary comparison ↵Shaun Verch2013-03-061-1/+14
| | | | operators
* try to make sharding tests more reliable when needing balancing to be doneEliot Horowitz2013-03-061-0/+12
|
* SERVER-8771 Additional fix for mongostat --discover with mongosSpencer T Brody2013-03-011-1/+1
|
* fix mongostat --discover with mongosEliot Horowitz2013-03-011-1/+2
|
* SERVER-8786 Fix race condition when adding ShardingConnectionHook to ↵Spencer T Brody2013-03-011-1/+6
| | | | connection pools
* SERVER-8786 Make sure that the ShardingConnectionHook gets added to the ↵Spencer T Brody2013-03-014-8/+15
| | | | connection pools anytime sharding is initialized
* SERVER-6591 Don't query config server when running with noauthSpencer T Brody2013-02-271-1/+1
|
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2013-02-2713-7/+122
|
* SERVER-7604 deny access to system.users to read-only users through mongosSpencer T Brody2013-02-271-1/+4
|
* SERVER-8630 Log the actual error message when getnonce failsSpencer T Brody2013-02-221-1/+1
|
* SERVER-8416 Lock around replica set state changesKristina2013-02-214-36/+44
|
* SERVER-8648 add explicit timeout to checkStatus connectionGreg Studer2013-02-211-1/+1
|
* SERVER-8487 Fix broken condition in oplog reader code.Eliot Horowitz2013-02-082-1/+9
|
* post 2.2.3Dan Pasette2013-02-011-1/+1
|
* BUMP 2.2.3r2.2.3Dan Pasette2013-01-311-1/+1
|
* post 2.2.3-rc1Dan Pasette2013-01-241-1/+1
|
* BUMP 2.2.3-rc1r2.2.3-rc1Dan Pasette2013-01-241-1/+1
|
* SERVER-7434 Do not spawn a thread in grandparent process when using --fork.Andy Schwerin2013-01-232-17/+14
|
* SERVER-8132: removed unordered_* and re-ordered imports in hostandport.hDan Pasette2013-01-223-7/+5
| | | | to enable backport to 2.2.
* SERVER-8255 warn and abort if starting from-side zero-version migrationGreg Studer2013-01-221-0/+6
|
* SERVER-8255: buildbot sharding_balance4.js DEBUG sorting chunks by lastmodGreg Studer2013-01-221-1/+10
| | | | necessary when retrieving otherwise cursor yields can miss newer versions
* SERVER-8132: fix caching of writeback initEliot Horowitz2013-01-222-6/+13
|
* SERVER-8132: speed up getServerAddressEliot Horowitz2013-01-222-11/+20
|
* SERVER-8117: listDatabases - config/admin db should come from config serversScott Hernandez2013-01-221-1/+27
|
* post 2.2.3-rc0Eliot Horowitz2013-01-121-1/+1
|
* Revert "SERVER-7652 Use minvalid to determine if initial sync is needed"r2.2.3-rc0Kristina2013-01-104-34/+17
| | | | This reverts commit 832a4c0ccf4fb4135429487477ba93dd9370b5e0.
* SERVER-8128 require a database be specified for ShardConnection::sync()Greg Studer2013-01-094-11/+14
|
* SERVER-7511: fix backport for 2.2Eliot Horowitz2013-01-092-4/+5
|
* SERVER-7511: fix update with positional mod or index offsetEliot Horowitz2013-01-093-41/+100
|