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

1119 Commits

Author SHA1 Message Date
Eliot Horowitz
33d8cd8302 handle sharded+rs get last error when replica set config may change during op 2011-01-18 13:49:19 -05:00
Eliot Horowitz
c31339550b writeback causes get last error SERVER-1855 2011-01-18 13:14:16 -05:00
Eliot Horowitz
d5b18574ee comment 2011-01-18 13:14:16 -05:00
Eliot Horowitz
1e2021f5d1 put version# in mongos serverStatus as well as process name in mongos and mongod SERVER-2355 2011-01-16 00:44:18 -05:00
Mathias Stearn
d8f480ab93 mongos shouldn't have cmdLine.dur = true 2011-01-14 17:36:53 -05:00
Alberto Lerner
56f648f07a lower logging frequency 2011-01-14 16:44:38 -05:00
Kristina
526387a2df add port to non-ported servernames SERVER-2029 2011-01-13 19:02:39 -05:00
Alberto Lerner
a4c04f51cb SERVER-1849 tighten non-sharded access to a sharded server and make test clearer 2011-01-13 14:31:05 -05:00
dwight
72fdc637c9 inline a little for speed 2011-01-12 16:11:47 -05:00
Alberto Lerner
8a37c45ed7 fix: commitNow requires read lock 2011-01-12 08:49:45 -05:00
Alberto Lerner
91647267b3 Revert "fix: if durability is on, mods would have been journalled already"
This reverts commit b7ca305721.
2011-01-12 08:45:53 -05:00
agirbal
2560f2c291 [SERVER-1992]: check if currentClient is 0, which can happen in mongos 2011-01-11 13:07:12 -08:00
Eliot Horowitz
7c3be2b805 make sure config is in listDatabases SERVER-2347 2011-01-11 16:04:39 -05:00
Alberto Lerner
b7ca305721 fix: if durability is on, mods would have been journalled already 2011-01-11 10:13:30 -08:00
Alberto Lerner
6a6ad16702 SERVER-2060 test for null values at shardcollection time 2011-01-10 11:56:28 -08:00
Dwight
7003b4b5b6 warning C4099: 'mongo::DbResponse' : type name first seen using 'struct' now seen using 'class' 2011-01-10 12:56:26 -05:00
Alberto Lerner
95883498e5 SERVER-2060 allow an index to be validated for sharding 2011-01-10 09:12:34 -08:00
Alberto Lerner
3907c971ee SERVER-2248 a demoted primary server now resets its sharding state 2011-01-10 05:38:52 -08:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
b99c10320e new writeback hookup with per connection info SERVER-1467 SERVER-1855 2011-01-03 14:13:07 -05:00
Alberto Lerner
2e1be2738a correct messages 2010-12-29 11:59:31 -05:00
Alberto Lerner
0472e3396a splitChunk entry message to like like moveChunk's 2010-12-29 11:32:18 -05:00
Alberto Lerner
abf4b56913 SERVER-2036 refresh mongos chunk state if a split failed as well 2010-12-29 11:02:53 -05:00
Alberto Lerner
acb40fb684 SERVER-2306 split request now carries expected shard information 2010-12-29 10:53:02 -05:00
Alberto Lerner
70cf11916e better error handling in split client side (still needs work) 2010-12-29 09:59:05 -05:00
Eliot Horowitz
82cf5dc7a9 fix exception handling in mongos 2010-12-29 00:52:03 -05:00
Alberto Lerner
6da107cc62 makes a bit easier to detect an aborted move in config.changelog 2010-12-28 18:49:53 -05:00
Alberto Lerner
ff3699851d SERVER-2299 Tie code site to JIRA item 2010-12-28 16:11:26 -05:00
Alberto Lerner
5e5ed8bb03 message warns explicitly that operation aborted 2010-12-28 14:54:29 -05:00
Alberto Lerner
83b6d04f0d put likely cause on message 2010-12-28 12:53:14 -05:00
Dwight
c05c212eb3 compile vcxproj msvc 2010-12-28 10:51:28 -05:00
Eliot Horowitz
224a70df91 move getLastError code to client.cpp so can access not only through command interface 2010-12-27 16:44:15 -05:00
Eliot Horowitz
54ebaf04cc comments/organization 2010-12-27 16:33:42 -05:00
Eliot Horowitz
d013407406 moving client class into its own file 2010-12-27 16:27:32 -05:00
Alberto Lerner
de3be2307d a failure in migrate can be because of chunk boundaries being stale 2010-12-27 15:00:11 -05:00
Alberto Lerner
84a30c24e9 log if moveChunk/splitChunk did not pass admission checks 2010-12-27 14:30:54 -05:00
Alberto Lerner
1fa6403ef6 make message consistent 2010-12-27 08:54:36 -05:00
Kristina
60814a460f Revert "don't forward getlasterror to config servers SERVER-1793"
This reverts commit 9fbb4f81f4.
2010-12-24 23:17:09 -05:00
Kristina
9fbb4f81f4 don't forward getlasterror to config servers SERVER-1793 2010-12-23 15:49:22 -05:00
Eliot Horowitz
6e02963e9c improve replica set lookup in mongos 2010-12-20 23:02:56 -05:00
Eliot Horowitz
90b4b4abc8 make isMaster in mongos match mongod SERVER-2260 2010-12-20 19:09:41 -05:00
Alberto Lerner
e87ba2fefa SERVER-2253 check outcome of config change 2010-12-20 16:29:03 -05:00
Eliot Horowitz
bdc22dc854 some replica set client cleaning 2010-12-20 14:17:44 -05:00
Dwight
4f61307a92 elim warning on widnows 2010-12-20 13:33:39 -05:00
Eliot Horowitz
b4ba7fab49 update config servers when replica set config changes SERVER-1557 2010-12-20 01:28:20 -05:00
Alberto Lerner
6c3aac4b9a better logging messages 2010-12-19 17:55:36 -05:00
Alberto Lerner
fc38980536 SERVER-2040 deleted that message by mistake in last commit 2010-12-19 16:11:01 -05:00
Alberto Lerner
63c23a2359 SERVER-2024 if a network error is raised during migrate commit, pause, and recheck 2010-12-19 16:04:45 -05:00
Eliot Horowitz
fcb9bb88d5 fix int/long long issue 2010-12-19 12:19:00 -05:00
dwight
622f93bce9 vcxproj 2010-12-19 12:02:12 -05:00