0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

26131 Commits

Author SHA1 Message Date
David Storch
f6a6dec8f1 SERVER-14311 fix plan ranking dbtest 2014-07-11 17:19:01 -04:00
Hari Khalsa
de724781de SERVER-14413 box mmapv1 further, retire structure directory 2014-07-11 14:11:10 -04:00
David Storch
f3ba3590ce SERVER-14311 account for key skips in plan ranking by returning NEED_TIME in the index scan stage 2014-07-11 13:22:16 -04:00
Andy Schwerin
9dbdefb125 SERVER-14528 Move HostAndPort::me into a file-local method in LegacyReplCoordinator. 2014-07-11 11:41:00 -04:00
Spencer T Brody
ef85749d9a Make errorcodes.py return a non-zero code on failure 2014-07-10 16:44:24 -04:00
Eric Milkie
81ed23939d SERVER-14522 add fassertFailedWithStatus() to errorcodes.py checking 2014-07-10 11:22:34 -04:00
David Storch
7e90a89afa SERVER-13764 update system retrieves nscanned / nscannedObjects from plan executor 2014-07-10 08:19:07 -04:00
David Storch
1f5be13142 SERVER-14407 make PlanExecutor own the canonical query 2014-07-10 08:19:07 -04:00
Kaloian Manassiev
af60b4d2d5 SERVER-13961 Move benchRunner to be in the shell only 2014-07-10 05:41:08 -04:00
David Storch
ac6619a626 SERVER-14502 remove unnecessary check for NULL canonical query 2014-07-09 16:08:12 -04:00
Adam Comerford
fbefd67110 SERVER-6352 Add sh.removeTagRange
Adding the removeTagRange helper to match addTagRange with some informational warnings that do not stop the operation from happening.

Note: does not address the fact that no feedback is given to indicate work done, or lack of work done (must check config.tags manually for results).
      This is also the case for addTagRange.

Closes #709

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-07-09 15:52:23 -04:00
Greg Studer
98fb05b9cc SERVER-12750 disallow exhaust query option through mongos 2014-07-09 15:17:34 -04:00
matt dannenberg
a61874a2de SERVER-14503 move replHasDatabases to heartbeat.* from instance.* 2014-07-09 08:35:23 -04:00
Mathias Stearn
46a25fdd14 SERVER-14395 Clean up StorageEngine initialization and shutdown
* Added StorageEngine::cleanShutdown() and commented that the destructor will
  never be called.

* MMapV1StorageEngine specific operations were pulled into its constructor
  and cleanShutdown implementation.

* StorageEngines are now constructed at a point where it is safe to spawn
  threads.
2014-07-09 12:57:12 -04:00
Mathias Stearn
4939ccc6eb SERVER-13951 Plumb OperationContext into DBDirectClients used for writing 2014-07-09 12:56:18 -04:00
Mathias Stearn
d7fae0c479 SERVER-13989 convert some callers to new quota API 2014-07-09 12:56:18 -04:00
Benety Goh
7e8217417b SERVER-14476 fixed LogRecordingScope to ignore log messages from background threads 2014-07-09 12:48:53 -04:00
Spencer T Brody
80f039c343 SERVER-14420 Get rid of global replSettings object 2014-07-09 11:54:38 -04:00
Andy Schwerin
0239597c2a SERVER-14436 Fix signed-unsigned comparison compile error in unit test. 2014-07-09 10:59:37 -04:00
Greg Studer
3c5246b1fb SERVER-9986 refactor near search for 2D and S2
Adds progressive search functionality for $geoNear operations,
allowing better integration with other cursors.
2014-07-09 07:36:48 -04:00
David Storch
a76bfecf5b SERVER-14408 access stats directly from execution stages 2014-07-08 16:58:56 -04:00
Tyler Brock
01ec4f8ccf SERVER-14482 Add ability to append RegEx into BSONArrayBuilder 2014-07-08 16:22:19 -04:00
Craig Harris
fac0cf1fbf SERVER-14387 fix compile on OS X 10.8 C++11 DEBUG 2014-07-08 14:07:40 -04:00
Andy Schwerin
e4b98296f8 SERVER-14436 Introduce MemberConfig and ReplicaSetTag types and parsing.
These types describe the configurations of individual members of replica sets.
2014-07-08 13:43:41 -04:00
Andy Schwerin
7914bdbe81 SERVER-14436 Introduce Milliseconds and Seconds types in time_support.h 2014-07-08 13:43:38 -04:00
matt dannenberg
3a957f6e61 SERVER-14499 eliminate ReplicationStartSynchronizer 2014-07-08 07:39:33 -04:00
matt dannenberg
7562ef733c SERVER-14500 remove the replSet bool 2014-07-08 07:39:33 -04:00
matt dannenberg
1e4a71eb26 SERVER-14484 remove the replset portion of dbtest 2014-07-08 07:39:33 -04:00
David Storch
1fb34007c0 SERVER-13674 fix whitespace in CachedPlanStage 2014-07-08 10:58:47 -04:00
Craig Harris
0450a0f25d SERVER-14387 Propogate OperationContext through calls requiring document read locks, without doing the locking. 2014-07-08 10:53:53 -04:00
Spencer T Brody
b1048dc6f4 SERVER-14460 Fix lint 2014-07-07 19:07:19 -04:00
David Storch
8b8a118fc9 SERVER-14299 prevent mongos from requesting unnecessary batches for sort + limit queries 2014-07-07 17:07:57 -04:00
Andy Schwerin
ce0a498360 SERVER-14436 Introduce bsonCheckOnlyHasFields helpers.
These helpers paired with the bsonExtract helpers faciliate the manual parsing
of structures out of BSONObj.
2014-07-07 16:49:26 -04:00
Spencer T Brody
d00eec87e6 SERVER-14460 Comment out implementation of checkReplicaMemberVersions for now 2014-07-07 16:10:34 -04:00
Andy Schwerin
3545063aa9 SERVER-14436 Remove dead ReplSetConfig::HealthOptions type.
It has no consumers.  The one instance is never changed or consulted.
2014-07-07 13:55:21 -04:00
Kaloian Manassiev
e307a5f6a8 SERVER-14471 Fixing lint error because of whitespace 2014-07-07 08:43:50 -04:00
Kaloian Manassiev
15b29e47fc SERVER-14471 Fix build break with the Visual Studio 2013 Update 2 toolkit 2014-07-07 04:26:54 -04:00
matt dannenberg
7fb52123c9 SERVER-14135 remove some usage of godMode and replSet bool from LegacyReplicationCoordinator 2014-07-03 09:17:34 -04:00
matt dannenberg
8988ae6803 SERVER-14135 implement getHostsWrittenTo() in LegacyReplicationCoordinator 2014-07-03 08:07:43 -04:00
matt dannenberg
0747f83533 SERVER-14135 implement buildsIndexes() in LegacyReplicationCoordinator 2014-07-03 08:07:43 -04:00
matt dannenberg
668f02b776 SERVER-14135 implement shutdown() in LegacyReplicationCoordinator 2014-07-03 08:07:43 -04:00
matt dannenberg
7fc706b46f SERVER-14135 implement waitUpToOneSecondForOptimeChange() in LegacyReplicationCoordinator 2014-07-03 08:07:43 -04:00
matt dannenberg
78e3773f60 SERVER-14135 implement getElectionId() in LegacyReplicationCoordinator 2014-07-03 08:07:43 -04:00
matt dannenberg
176e32c2d2 SERVER-14135 implement processHandshake() in LegacyReplicationCoordinator 2014-07-03 08:07:42 -04:00
Jonathan Reams
1edad42278 post 2.7.3 2014-07-03 11:49:33 -04:00
Jonathan Reams
d4f9243fe8 BUMP 2.7.3 2014-07-03 11:27:45 -04:00
Benety Goh
e9fc46ab7d SERVER-14254 added jstest for _v8_function.toString() 2014-07-02 20:47:05 -04:00
Benety Goh
9353eeba86 SERVER-14254 (v8-3.25) convert _v8_function from function pointer to boolean 2014-07-02 20:47:04 -04:00
Benety Goh
e48abc5bee SERVER-14254 convert _v8_function from function pointer to boolean 2014-07-02 20:47:04 -04:00
Spencer T Brody
3bd610b70b SERVER-14318 Use structs for replication command arguments 2014-07-02 19:34:08 -04:00