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

29233 Commits

Author SHA1 Message Date
Andy Schwerin
7a3718e87e SERVER-17817 Refix compile error involving using auto when defining static const members. 2015-04-07 12:00:25 -04:00
Daniel Alabi
a26a212dd3 SERVER-17876 Remove useless const qualifier on primitive return types 2015-04-07 11:59:20 -04:00
Daniel Alabi
9278dd8185 SERVER-17774 Move ChunkType to src/mongo/s/catalog 2015-04-07 11:59:20 -04:00
Andy Schwerin
d551b8eab1 SERVER-17817 Fix compile error that clang liked but gcc did not. 2015-04-07 11:54:47 -04:00
Spencer T Brody
7cabc5a788 SERVER-17450 Remove accidentally checked in file 2015-04-07 11:53:56 -04:00
Andy Schwerin
6febdbaf54 SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client. 2015-04-07 11:28:49 -04:00
Andy Schwerin
7dc9a83e8b SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and into its own header.
With this change, ClientInfo is an empty subclass of ClientBasic, and in mongos we decorate
ClientBasic objects with information needed to do sharded last-error operations.
2015-04-07 11:28:48 -04:00
Spencer T Brody
5a2af20046 SERVER-17450 Fix mmap dur tests to work on duroff builders 2015-04-07 10:50:49 -04:00
Kaloian Manassiev
fd0af1c636 SERVER-17898 Add logging of config server check failures
This does not actually fix the bug, but helps narrow down the exact
nature of these intermittent failures.
2015-04-07 09:21:09 -04:00
Kaloian Manassiev
cbc6bc3c72 SERVER-17723 Make the move_primary_ignore_sharded.js test more readable 2015-04-07 09:21:08 -04:00
Adam Midvidy
d6cd29d1fc SERVER-7775 add killOp command 2015-04-06 18:49:59 -04:00
Andy Schwerin
7ea3fc90c6 SERVER-17817 When setting up ClientBasic, get AuthorizationSession object from AuthorizationManager. 2015-04-06 18:20:14 -04:00
Andy Schwerin
9e2cc1588f SERVER-17817 Remove inoperative code from client.h/cpp 2015-04-06 18:19:51 -04:00
Spencer T Brody
6ccb82c987 SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
Spencer T Brody
7baac52f05 SERVER-17450 Cleanup SSL test infrastructure 2015-04-06 18:19:21 -04:00
Spencer T Brody
9b27876571 SERVER-17450 Cleanup listshards.js test 2015-04-06 18:19:21 -04:00
Charlie
fb9b70f1a6 SERVER-17899 Assert on the appropriate stats when renaming a collection in core/rename7.js 2015-04-06 17:52:04 -04:00
Ernie Hershey
8edf5dc38a post 3.1.1 2015-04-06 17:51:21 -04:00
Ernie Hershey
cc1cf6be49 BUMP 3.1.1 2015-04-06 17:51:12 -04:00
Ernie Hershey
532eaaed53 bump tools to r3.1.1 2015-04-06 17:50:25 -04:00
Andy Schwerin
aff3a45d27 SERVER-17817 Make ClientInfo::get behave as get-or-create.
This is a placeholder behavior until ClientInfo is removed as a type.
2015-04-06 13:51:50 -04:00
Andy Schwerin
453c0b526a SERVER-17817 Attach pointer to ServiceContext to ClientBasic. 2015-04-06 11:03:14 -04:00
Dan Pasette
e555750915 SERVER-17892 Explicitly turn checksum on for all collections/indexes in WiredTiger by default 2015-04-06 10:59:30 -04:00
Benety Goh
bf519094e9 SERVER-17663 fixed NextAction enumeration values. Removed kNumNextActions. Added kInvalid 2015-04-06 10:26:36 -04:00
Daniel Alabi
96fa7ff0f6 SERVER-17773 Add JS test for listShards command 2015-04-06 10:24:48 -04:00
Eric Milkie
b17d709de4 SERVER-17880 fix dbtests in dbg mode 2015-04-06 10:19:32 -04:00
Andy Schwerin
b3ee68fcf2 SERVER-17817 Move Locker cache in Client onto a decoration. 2015-04-06 10:16:28 -04:00
Andy Schwerin
90b7f774b8 SERVER-17817 Move replication-specific data from Client into ReplClientInfo decoration. 2015-04-06 10:16:23 -04:00
Eric Milkie
387e39a075 SERVER-17880 Remove superfluous OpTime bson functionality 2015-04-06 08:26:04 -04:00
Eric Milkie
9668b2dd74 SERVER-17880 remove ReplTime 2015-04-06 08:26:04 -04:00
Eric Milkie
f366e1ecec SERVER-17880 fix bug in topology coordinator two-primary optimization 2015-04-06 08:26:04 -04:00
Andy Schwerin
cbacbd9849 SERVER-17816 Fix DecorationRegistry::declareDecoration compile error. 2015-04-03 16:28:03 -04:00
Benety Goh
7409aa7b9b SERVER-17663 added data replication fetcher 2015-04-03 16:00:29 -04:00
Benety Goh
19406d5b04 SERVER-17663 fixed typo in ReplicationExecutor::wait() comments 2015-04-03 16:00:29 -04:00
Benety Goh
50aed79c4d SERVER-17663 converts error in cursor result to status. stores error status in command result. 2015-04-03 16:00:29 -04:00
Benety Goh
7268f9c9b6 SERVER-17663 _runCommand should still return a successful response when downconversion functions fail 2015-04-03 16:00:29 -04:00
Andy Schwerin
364cc79cc3 SERVER-17816 Implementation of a generic decoration facility. 2015-04-03 15:49:15 -04:00
Jason Rassi
cf80412b4c SERVER-17656 Fix mongos check for partial index jstests
serverStatus().process returns "mongos.exe" on Windows, not "mongos".
2015-04-03 15:20:30 -04:00
Andy Schwerin
789ad90173 SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext. 2015-04-03 15:13:55 -04:00
Adam Midvidy
78aa03b4ed SERVER-17850 add utility to convert an exception to a Status 2015-04-03 13:47:40 -04:00
James Wahlin
998cf155ed SERVER-15395 Remove lock stats from web interface 2015-04-03 12:56:05 -04:00
David Storch
bda47f6278 SERVER-16981 split up query_planner_test.cpp
Adds two new unit tests: query_planner_geo_test.cpp and query_planner_array_test.cpp.
2015-04-03 12:36:45 -04:00
Andrew Morrow
b74866fd07 SERVER-17863 Sort in config.h header when possible 2015-04-03 11:40:52 -04:00
Mark Benvenuto
7060c72b30 SERVER-17820: Handle long running exitCleanly in Service Stop 2015-04-03 11:06:07 -04:00
Mark Benvenuto
fe358a4fd6 SERVER-17745: Improve dirty page estimation in mmapv1 on Windows 2015-04-03 11:06:07 -04:00
Eliot Horowitz
8c2598812f SERVER-17656: turn off some partial index tests that rely on mongod not mongos 2015-04-03 08:57:35 -04:00
Adam Midvidy
42bb880693 Revert "SERVER-17850 add utility to convert an exception to a Status"
This reverts commit cef8caf626.
2015-04-03 00:14:04 -04:00
David Storch
93bc8652f4 SERVER-17764 extend commands authorization test for find and getMore commands 2015-04-02 16:28:49 -04:00
Eliot Horowitz
736faefc28 SERVER-17656: First pass implementation of partial indexes 2015-04-02 16:11:18 -04:00
Adam Midvidy
cef8caf626 SERVER-17850 add utility to convert an exception to a Status 2015-04-02 15:34:55 -04:00