Spencer T Brody
|
c85b73a1b0
|
Fix bug where bulk inserts on sharded collection were sent as a series of single inserts. SERVER-3319.
|
2011-09-19 11:33:16 -04:00 |
|
gregs
|
1436fe4595
|
reload full db when dropping collection - SERVER-3517
|
2011-08-09 02:16:54 -04:00 |
|
Kristina
|
9fd0090766
|
check auth before querying SERVER-3533
|
2011-08-04 11:35:00 -04:00 |
|
agirbal
|
1388ecbdb7
|
SERVER-2531: added REDUCE mode for M/R to sharded output collection
|
2011-06-26 19:00:52 -07:00 |
|
agirbal
|
e40135e5ce
|
SERVER-2531: added support for MERGE mode for M/R with sharded output
Added generic method to do update() to shards
|
2011-06-21 18:42:47 -07:00 |
|
agirbal
|
ec68f3c6d5
|
SERVER-2531: added M/R output to shard collection for mode REPLACE
|
2011-06-13 14:33:38 -07:00 |
|
Mathias Stearn
|
b690e237fd
|
Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509
|
2011-05-23 18:46:27 -04:00 |
|
Eliot Horowitz
|
ed2b128e5d
|
fix SlaveOk getMore with replica sets for non sharded collections SERVER-2482
|
2011-02-05 17:52:37 -05:00 |
|
Eliot Horowitz
|
b828d21630
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
|
Eliot Horowitz
|
82cf5dc7a9
|
fix exception handling in mongos
|
2010-12-29 00:52:03 -05:00 |
|
Alberto Lerner
|
a6b0eee2c0
|
SERVER-1822 dedup check/resetShardVersion and kill s/d_util.cpp
|
2010-10-01 13:28:19 -04:00 |
|
Alberto Lerner
|
9076c182ec
|
SERVER-1822 pull out WriteBackListener, next dedup will use it
|
2010-10-01 12:45:36 -04:00 |
|
Eliot Horowitz
|
bf118721fa
|
assert for race condition in checkShardVersion
|
2010-09-24 11:56:11 -04:00 |
|
Eliot Horowitz
|
47f19103ac
|
writeback hook does a no-op every 5 minutes to prevent socket timeous SERVER-1725
|
2010-09-13 00:51:54 -04:00 |
|
Eliot Horowitz
|
1ae46abb18
|
slighly cleaner shutdown
|
2010-09-03 16:53:54 -04:00 |
|
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 |
|