Commit Graph

83 Commits

Author SHA1 Message Date
Alberto Lerner
bceacf2544 SERVER-1292 A bit more prep, separate grid.{h,cpp} from config 2010-07-28 14:24:55 -04:00
Eliot Horowitz
80f6c1ec51 actually fix debug build 2010-07-27 00:38:22 -04:00
Eliot Horowitz
aa02b52c2b fix debug compile 2010-07-27 00:17:48 -04:00
Mathias Stearn
8629b25dd1 properly initialize lastID 2010-07-26 22:56:22 -04:00
Eliot Horowitz
96913b2329 make connection versions thread safe and reset when put in pool 2010-07-25 11:32:15 -04:00
Eliot Horowitz
98fada99db less spammy for writebacks 2010-07-23 17:14:49 -04:00
Eliot Horowitz
6b4e91bef9 some edge case fixes with isnerts 2010-07-23 16:06:24 -04:00
Eliot Horowitz
a4431141fd retry update/write if config changes 2010-07-23 00:47:24 -04:00
Eliot Horowitz
90f70bab3d don't replay broadcast writes SERVER-1350 2010-07-22 23:05:02 -04:00
Eliot Horowitz
380cdd5bf2 handle databases with different cases in mongos SERVER-1443 2010-07-22 15:39:20 -04:00
Eliot Horowitz
aa586edf7e turn on efficient writebacks - will see if anything still breaks SERVER-1349 2010-07-22 15:07:12 -04:00
Eliot Horowitz
c09bd3b45f debugging 2010-07-22 14:00:14 -04:00
Eliot Horowitz
ee12ec39cd getLastError handles writeback 2010-07-22 13:52:42 -04:00
Eliot Horowitz
6048738ac9 raw methods for talking to db
fix sync cluster connection getMore
2010-07-21 14:12:32 -04:00
dwight
46542f495c cleaning 2010-07-18 13:34:16 -04:00
Alberto Lerner
daf8c0fbd0 Revert "SERVER-1270 Prep for hooking StringData"
This reverts commit b7c9a9fc57.
2010-07-17 16:07:38 -04:00
Alberto Lerner
b7c9a9fc57 SERVER-1270 Prep for hooking StringData 2010-07-17 14:33:17 -04:00
Eliot Horowitz
09c6b0568e cout ->log 2010-07-16 15:23:34 -04:00
Eliot Horowitz
8efb5918eb retry checkShardVersion for centious times 2010-07-16 11:05:59 -04:00
Eliot Horowitz
be0245cc62 testing something 2010-07-15 01:08:45 -04:00
Eliot Horowitz
aac5fa3764 debugging for write back bug 2010-07-14 17:42:11 -04:00
Eliot Horowitz
19cef57996 add version to write back so don't over recheck config SERVER-1349 2010-07-14 14:31:14 -04:00
Mathias Stearn
a41b2a56a3 comments for on blocking writebacklisten 2010-07-12 15:57:37 -04:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
Eliot Horowitz
2b4bb9cb6f don't sleep between write backs since could be a lot of them 2010-07-02 10:27:35 -04:00
Eliot Horowitz
92e8ad86fa finish first cut at migrate in mognod and lots of fixes SERVER-933 2010-07-02 00:51:41 -04:00
Eliot Horowitz
2498228f41 workong on moving migrate to mongod, cleaning, and version fixing
SERVER-1319 SERVER-933
2010-07-01 17:44:13 -04:00
Eliot Horowitz
e6368b8beb nicer chunk versions 2010-06-30 00:03:10 -04:00
Eliot Horowitz
95d59d3dc3 first cut at using applyOps for updating chunk info 2010-06-29 17:57:29 -04:00
Alberto Lerner
6788a18111 [SERVER-940] Clean state after shard removal 3/3 (refresh state on error) 2010-06-29 14:28:48 -04:00
Alberto Lerner
6d77e8f62e [SERVER-940] Clean state after shard removal 2/3 (kills WriteBackListener to removed shard) 2010-06-29 14:23:55 -04:00
Eliot Horowitz
a71cc3cd4b cleaning exceptions 2010-06-21 13:41:34 -04:00
Eliot Horowitz
e0431b67f2 some cleaning and shardingState helper 2010-06-15 10:49:47 -04:00
Alberto Lerner
5e9fb25867 Don't ask for a shard's version number, if possible. 2010-06-03 15:45:46 -04:00
Mathias Stearn
743d21d752 Use shared_ptr for DBConfig 2010-05-28 17:24:03 -04:00
Eliot Horowitz
e365deea86 clean up cursors SERVER-1167 2010-05-28 14:23:37 -04:00
Eliot Horowitz
ffd977a64c don't leak ChunkManager use - shared_ptr 2010-05-26 12:40:46 -04:00
Dwight Merriman
a190583c51 MutexDebugger 2010-05-26 00:46:49 -04:00
Eliot Horowitz
ecec906288 fix connection pooling a bit 2010-05-20 13:36:29 -04:00
Eliot Horowitz
8bf7d06756 spam 2010-05-19 17:29:39 -04:00
Eliot Horowitz
29130d0c12 make client -> mongod connection static SERVER-956 2010-05-19 17:01:09 -04:00
Dwight
c33904ddfb name threads 2010-05-18 12:17:43 -04:00
Aaron
7efe88f445 SERVER-109 multi buffer message 2010-05-12 15:26:00 -07:00
Eliot Horowitz
04662e21d9 object id coordination across cluster SERVER-927 2010-05-11 12:06:09 -04:00
Eliot Horowitz
a155ee2932 dev assert 2010-04-28 23:59:20 -04:00
Eliot Horowitz
791386affe oplog debugging 2010-04-28 22:13:38 -04:00
Eliot Horowitz
6fab348c02 fix shard version caching 2010-04-28 13:44:31 -04:00
Eliot Horowitz
5f18106462 sharding debugging 2010-04-28 10:08:28 -04:00
Eliot Horowitz
c2af7912ca more thread safety for DBConfig 2010-04-27 17:22:17 -04:00