.. |
balance.cpp
|
SERVER-4022: refresh chunksize before each balance round
|
2011-10-17 12:11:43 -04:00 |
balance.h
|
try to fix double free SERVER-2704
|
2011-03-17 14:50:38 -04:00 |
balancer_policy.cpp
|
Edited s/balancer_policy.cpp via GitHub
|
2011-10-03 21:13:56 -07:00 |
balancer_policy.h
|
|
|
chunk.cpp
|
add compatibleWith api to chunkmanager SERVER-4220
|
2011-11-09 10:57:30 -05:00 |
chunk.h
|
add compatibleWith api to chunkmanager SERVER-4220
|
2011-11-09 10:57:30 -05:00 |
client.cpp
|
SERVER-4209 remove warning for sharded sub-conn, this is expected now
|
2011-11-04 16:10:09 -04:00 |
client.h
|
add hasRemote to ClientBasic
|
2011-09-30 00:43:36 -04:00 |
commands_admin.cpp
|
fix read only user support with sharding for basic queries SERVER-4156
|
2011-10-26 17:43:04 -04:00 |
commands_public.cpp
|
Make count command on mongos error after 5 failed attempts, instead of retrying indefinitely. SERVER-4196
|
2011-11-04 13:37:02 -04:00 |
config_migrate.cpp
|
net cleaning: move message.* to net/
|
2011-06-26 17:13:54 -04:00 |
config.cpp
|
dynhost work
|
2011-10-28 09:33:24 -04:00 |
config.h
|
auto-reload chunk manager to check version not reset after third staleconfig SERVER-3889
|
2011-09-29 14:48:17 -04:00 |
cursors.cpp
|
correct fix for SERVER-3002
|
2011-08-30 23:12:59 -04:00 |
cursors.h
|
|
|
d_chunk_manager.cpp
|
correct reloading on stale config request optimization
|
2011-07-01 10:07:52 -04:00 |
d_chunk_manager.h
|
use ClientCursor::extractKeys so can use covered index if possible
|
2011-06-24 16:07:13 -04:00 |
d_logic.cpp
|
changes to staleconfigexceptions for SERVER-4158
|
2011-10-31 09:28:59 -04:00 |
d_logic.h
|
add auth support SERVER-921
|
2011-06-22 14:22:09 -04:00 |
d_migrate.cpp
|
nicer error message if you try two moveChunks at same time
|
2011-10-17 15:14:28 -04:00 |
d_split.cpp
|
SERVER-3565 don't get _id from shard key, get from doc
|
2011-10-13 15:24:29 -04:00 |
d_state.cpp
|
- SERVER-4114: also add auth hook to shardConnectionPool
|
2011-11-07 14:41:24 -08:00 |
d_writeback.cpp
|
use LOG(x) everywhere in mongos
|
2011-08-08 19:52:56 -04:00 |
d_writeback.h
|
made PeriodicTask more explicity
|
2011-05-17 14:23:18 -04:00 |
dbgrid.vcxproj
|
vcxproj
|
2011-10-28 09:33:22 -04:00 |
dbgrid.vcxproj.filters
|
vcxproj
|
2011-10-28 09:33:22 -04:00 |
grid.cpp
|
simple interface to config.settings
|
2011-10-17 12:11:43 -04:00 |
grid.h
|
simple interface to config.settings
|
2011-10-17 12:11:43 -04:00 |
mr_shard.cpp
|
- SERVER-3627: splitting works correctly now. MR remembers which chunks are touched and runs split after post-process
|
2011-10-17 17:47:12 -07:00 |
mr_shard.h
|
- SERVER-3627: splitting works correctly now. MR remembers which chunks are touched and runs split after post-process
|
2011-10-17 17:47:12 -07:00 |
request.cpp
|
fix read only user support with sharding for basic queries SERVER-4156
|
2011-10-26 17:43:04 -04:00 |
request.h
|
fix read only user support with sharding for basic queries SERVER-4156
|
2011-10-26 17:43:04 -04:00 |
s_only.cpp
|
concurrency
|
2011-10-26 15:27:19 -04:00 |
security.cpp
|
centralize some security code
|
2011-09-18 01:32:47 -04:00 |
server.cpp
|
dynhost work
|
2011-10-28 09:33:24 -04:00 |
server.h
|
net cleaning: move message.* to net/
|
2011-06-26 17:13:54 -04:00 |
shard_version.cpp
|
fix for backwards compatibility and shard versioning SERVER-4240
|
2011-11-10 18:40:56 -05:00 |
shard_version.h
|
don't unset sharding state when a shard connection is done
|
2011-05-19 14:23:06 -04:00 |
shard.cpp
|
dynhost work
|
2011-10-28 09:33:24 -04:00 |
shard.h
|
SERVER-4209 remove warning for sharded sub-conn, this is expected now
|
2011-11-04 16:10:09 -04:00 |
shardconnection.cpp
|
SERVER-4209 remove warning for sharded sub-conn, this is expected now
|
2011-11-04 16:10:09 -04:00 |
shardkey.cpp
|
Better error message SERVER-4074
|
2011-10-18 15:03:18 -04:00 |
shardkey.h
|
fast-path for ShardKey::extractFields to create less garbage if already in key form
|
2011-08-08 19:52:56 -04:00 |
stats.cpp
|
|
|
stats.h
|
|
|
strategy_shard.cpp
|
fix read only user support with sharding for basic queries SERVER-4156
|
2011-10-26 17:43:04 -04:00 |
strategy_single.cpp
|
Fix killOp to actually work with sharding SERVER-4251
|
2011-11-11 14:06:24 -05:00 |
strategy.cpp
|
changes to staleconfigexceptions for SERVER-4158
|
2011-10-31 09:28:59 -04:00 |
strategy.h
|
- SERVER-3627: splitting works correctly now. MR remembers which chunks are touched and runs split after post-process
|
2011-10-17 17:47:12 -07:00 |
util.h
|
allow retrying of Future::Commands SERVER-4158
|
2011-10-31 10:50:00 -04:00 |
writeback_listener.cpp
|
reload shard version if needed for new collections in wbl SERVER-4171
|
2011-11-02 12:58:25 -04:00 |
writeback_listener.h
|
use host in writeback listener thread name
|
2011-07-11 21:50:42 -04:00 |