Alberto Lerner
|
16ce34f241
|
Bug fix: logChange() does't throw (can be called from destructors
|
2010-08-16 11:09:03 -04:00 |
|
Eliot Horowitz
|
9078eba70f
|
actually use checkConsistency variable
|
2010-08-03 17:38:16 -04:00 |
|
Dwight
|
8a05c6d4e2
|
warning
|
2010-08-03 09:29:08 -04:00 |
|
Eliot Horowitz
|
dde3464141
|
check for config server consistency on startup
|
2010-08-03 01:18:12 -04:00 |
|
Dwight
|
08eaec0599
|
check for null return from query()
|
2010-08-02 14:44:53 -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 |
|
Alberto Lerner
|
bc3f63ebf1
|
SERVER-1497 Cant mix and match localhost and real IPs
|
2010-07-28 11:14:26 -04:00 |
|
Alberto Lerner
|
df83eb6beb
|
Assert the true condition
|
2010-07-28 08:23:25 -04:00 |
|
Alberto Lerner
|
e53107eeeb
|
SERVER-1292 Prep work by moving shard adding logic to Grid
|
2010-07-26 16:13:36 -04:00 |
|
Mathias Stearn
|
dd79445bbb
|
make more commands work with mongos SERVER-1462
|
2010-07-22 21:03:24 -04:00 |
|
Eliot Horowitz
|
380cdd5bf2
|
handle databases with different cases in mongos SERVER-1443
|
2010-07-22 15:39:20 -04:00 |
|
Alberto Lerner
|
a976d6ed88
|
SERVER-1280 Bring back the stop balancer marker
|
2010-07-21 19:56:18 -04:00 |
|
Alberto Lerner
|
7bda6170b8
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-07-21 16:33:04 -04:00 |
|
Alberto Lerner
|
db947047b0
|
SERVER-1418 Shard names now use padding zeroes
|
2010-07-21 16:31:51 -04:00 |
|
Eliot Horowitz
|
1f96a00d0b
|
break collections out of database object for sharding into own collection SERVER-1427
|
2010-07-21 16:25:53 -04:00 |
|
Eliot Horowitz
|
092ab485ea
|
moving all saving logic into DBConfig SERVER-1427
|
2010-07-21 14:47:32 -04:00 |
|
Eliot Horowitz
|
03b70c6883
|
not using Model for DBConfig - first step in SERVER-1427
|
2010-07-21 12:17:38 -04:00 |
|
Alberto Lerner
|
4b2de232c9
|
SERVER-1270 Elim c_str() /s
|
2010-07-20 12:57:47 -04:00 |
|
Eliot Horowitz
|
e7405c154f
|
make sure configServer is set
|
2010-07-19 21:23:00 -04:00 |
|
Eliot Horowitz
|
0227340cbd
|
count can recover from dropped dbs
|
2010-07-16 14:32:37 -04:00 |
|
Alberto Lerner
|
9891a1d545
|
SERVER-1185 split->multi-split and testing
|
2010-07-14 13:58:14 -04:00 |
|
Eliot Horowitz
|
fb4b8a3ec7
|
log start/finish for drop database/collection SERVER-1406
|
2010-07-13 16:42:41 -04:00 |
|
Eliot Horowitz
|
453398b8b2
|
distlock pings, get rid of ourHostname
|
2010-07-13 00:56:08 -04:00 |
|
Alberto Lerner
|
bd0fb49da5
|
More stringutil goodies
|
2010-07-04 11:08:00 -04:00 |
|
Alberto Lerner
|
812b647228
|
Pull string manip code out of ConfigServer
|
2010-07-03 18:29:13 -04:00 |
|
Eliot Horowitz
|
4ce84ab192
|
saving DBConfig doesn't need to save ChunkManagers
|
2010-07-02 17:23:52 -04:00 |
|
Eliot Horowitz
|
b67d751796
|
capped collection creation race condition
|
2010-07-02 11:07:35 -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
|
d067da6205
|
adding an index on config.chunks (ns,lastmod)
|
2010-06-29 22:22:55 -04:00 |
|
Alberto Lerner
|
7a94a82d7e
|
Output 'logchange's to the stdout as well
|
2010-06-29 12:49:07 -04:00 |
|
Alberto Lerner
|
30b1524a77
|
SERVER-940 Balancer now drains chunks off a shard that's being removed
|
2010-06-23 19:25:03 -07:00 |
|
Eliot Horowitz
|
eefddcd5a9
|
checkpoint for moving chunk filtering to mongod SERVER-943
|
2010-06-15 17:42:49 -04:00 |
|
Alberto Lerner
|
348ce81539
|
Drop the config context if the command fails
|
2010-06-10 09:20:12 -04:00 |
|
Mathias Stearn
|
743d21d752
|
Use shared_ptr for DBConfig
|
2010-05-28 17:24:03 -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
|
d1082cf676
|
some refactoring for SERVER-946
|
2010-05-03 11:18:27 -04:00 |
|
Eliot Horowitz
|
c2af7912ca
|
more thread safety for DBConfig
|
2010-04-27 17:22:17 -04:00 |
|
Dwight
|
bd28578ab8
|
stdafx->pch
|
2010-04-27 15:27:52 -04:00 |
|
Eliot Horowitz
|
8bbeed0067
|
fix unit test
|
2010-04-27 13:09:28 -04:00 |
|
Eliot Horowitz
|
a19e992925
|
use Shard class instead of string for passing around Shards
|
2010-04-27 12:32:59 -04:00 |
|
Eliot Horowitz
|
48fdb9c151
|
can't add the same shard/host multiple times SERVER-1043
|
2010-04-22 17:18:18 -04:00 |
|
Eliot Horowitz
|
5cd1a20b7f
|
basic balancing working SERVER-945
|
2010-04-22 17:06:39 -04:00 |
|
Eliot Horowitz
|
be37180c5d
|
auto balance checkpoint SERVER-945
|
2010-04-22 13:34:53 -04:00 |
|
Eliot Horowitz
|
a3242b6791
|
use better _id for chunks
|
2010-04-22 10:29:05 -04:00 |
|
Eliot Horowitz
|
aa1b777c61
|
database and shard _id is now meaningful
|
2010-04-21 17:44:07 -04:00 |
|
Eliot Horowitz
|
833370f29b
|
windows compile
|
2010-04-20 17:15:48 -04:00 |
|
Eliot Horowitz
|
f1db30470a
|
capped collection changelog
|
2010-04-20 17:07:10 -04:00 |
|
Dwight
|
fb09b88240
|
rs
|
2010-04-20 12:29:00 -04:00 |
|