Eliot Horowitz
|
1978898d7a
|
BUMP 1.7.5
|
2011-01-26 13:38:55 -05:00 |
|
Eliot Horowitz
|
f7d1dbff85
|
release ShardConnection when done in sharded/mr
|
2011-01-26 13:34:43 -05:00 |
|
Eliot Horowitz
|
c104467d2d
|
reset shard version on a bad connection close so we don't re-use pointer state unsafely
|
2011-01-26 13:34:43 -05:00 |
|
agirbal
|
66d4211bba
|
additional test for covered index, testing after insert of multikey
|
2011-01-26 10:22:20 -08:00 |
|
Eliot Horowitz
|
440c54506b
|
more debugging on win32
|
2011-01-26 12:01:58 -05:00 |
|
Eliot Horowitz
|
d4c4acf737
|
ShardChunkManager::toString
|
2011-01-26 11:43:58 -05:00 |
|
Eliot Horowitz
|
7e0285040e
|
fix log with shared_ptr
|
2011-01-26 11:43:43 -05:00 |
|
Eliot Horowitz
|
6001665cee
|
cleaning ProcessInfo usage so don't need in client
|
2011-01-26 11:21:16 -05:00 |
|
Eliot Horowitz
|
60034218a7
|
typo
|
2011-01-26 09:28:33 -05:00 |
|
Eliot Horowitz
|
3923e7c47e
|
reset views so calling MongoFile close multiple times is safe
|
2011-01-26 09:27:12 -05:00 |
|
Eliot Horowitz
|
f2f6c281b0
|
don't style generated files
|
2011-01-25 18:22:33 -05:00 |
|
agirbal
|
34f8e800ce
|
[CACHE-2398]: for inline mapreduce, all emitted objects are kept in RAM before the 1st reduce, potential high memory usage
|
2011-01-25 15:20:07 -08:00 |
|
Eliot Horowitz
|
1aabdc3d74
|
fix DBDirectClient::count
|
2011-01-25 17:40:30 -05:00 |
|
dwight
|
7765cc5982
|
defensive
|
2011-01-25 16:35:01 -05:00 |
|
Eliot Horowitz
|
fd204c99b3
|
DBDirectClient uses smart count rather than going over message api
|
2011-01-25 16:19:21 -05:00 |
|
Alberto Lerner
|
001b3a655a
|
cleanup
|
2011-01-25 16:12:51 -05:00 |
|
Mathias Stearn
|
5dfdf5cc0e
|
move unix_socket test to slowNightly now that it spawns its own server
|
2011-01-25 16:07:56 -05:00 |
|
Eliot Horowitz
|
99fc51205f
|
fix mmap error reporting
|
2011-01-25 15:24:18 -05:00 |
|
Mathias Stearn
|
9956662b3a
|
Fix asserts. MongoMMF::open is outside mmmutex so files could be partially opened
|
2011-01-25 15:06:21 -05:00 |
|
Greg Studer
|
5d1a9035bb
|
added tests for boundaries of geoindexes, multi-keys
|
2011-01-25 15:04:22 -05:00 |
|
Eliot Horowitz
|
4d6fc6d5e5
|
comments and an assert in MongoMMF
|
2011-01-25 14:52:45 -05:00 |
|
Mathias Stearn
|
dde119cf7b
|
better error messages
|
2011-01-25 14:40:46 -05:00 |
|
Eliot Horowitz
|
4e3145686e
|
dur debugging
|
2011-01-25 14:24:19 -05:00 |
|
Eliot Horowitz
|
9a868b1198
|
fix warning
|
2011-01-25 12:05:15 -05:00 |
|
Eliot Horowitz
|
9a6b01a2c3
|
change tool help from repl pairs to sets SERVER-2390
|
2011-01-25 11:58:21 -05:00 |
|
dwight
|
d6504a9936
|
trying to make test fail more
|
2011-01-25 11:53:03 -05:00 |
|
Eliot Horowitz
|
1059f85625
|
windows compile
|
2011-01-25 11:18:30 -05:00 |
|
Eliot Horowitz
|
d1e0c5a47a
|
fix --fork and relative --dbpath SERVER-2345
|
2011-01-25 10:53:42 -05:00 |
|
Eliot Horowitz
|
7c0c4d13e5
|
find now takes 7 args
|
2011-01-25 10:33:53 -05:00 |
|
Eliot Horowitz
|
58b6f42838
|
don't do recursive writeback
|
2011-01-25 10:19:53 -05:00 |
|
Eliot Horowitz
|
f95847b3cf
|
clean error mongos startup error handling when some config servers down SERVER-1936
|
2011-01-25 02:23:31 -05:00 |
|
Eliot Horowitz
|
43d4d1306f
|
ability to get partial results from a sharded find SERVER-2020
|
2011-01-25 02:02:38 -05:00 |
|
Eliot Horowitz
|
fd36dc975e
|
better exception
|
2011-01-25 02:02:37 -05:00 |
|
Eliot Horowitz
|
a7eb7f2c47
|
shell can pass query options
|
2011-01-25 02:02:37 -05:00 |
|
Eliot Horowitz
|
34e9ef62fb
|
cleaning SocketException
|
2011-01-25 02:02:37 -05:00 |
|
agirbal
|
2846cea2e3
|
fixed mr_killop test, was broken because reduce is not called for only 1 entry to reduce
|
2011-01-24 22:49:41 -08:00 |
|
Eliot Horowitz
|
feb971d07c
|
cleaning sharding curop a bit - prep for SERVER-2356
|
2011-01-25 01:00:51 -05:00 |
|
agirbal
|
d45a6d5b1a
|
[SERVER-2333]: added test
|
2011-01-24 15:38:44 -08:00 |
|
agirbal
|
58bbafbc57
|
[SERVER-2333]: mapreduce: if results are inline vs into collection, it seems the execution may differ (different optimization?)
This was fixed, now reduce() isnt called for unique keys even when output to collection.
Added many comments all around mr.cpp
|
2011-01-24 15:07:54 -08:00 |
|
Eliot Horowitz
|
50182cce10
|
keyboard error
|
2011-01-24 16:53:00 -05:00 |
|
Eliot Horowitz
|
25d5328e04
|
initialize OID to 0,0
|
2011-01-24 16:47:51 -05:00 |
|
Greg Studer
|
3bbf45d189
|
Revert "Check that no multikeys are inserted into geo-indexes."
This reverts commit 7dfc4aeac0 .
|
2011-01-24 15:44:14 -05:00 |
|
Greg Studer
|
7dfc4aeac0
|
Check that no multikeys are inserted into geo-indexes. Currently geo-lookups filter location results by additional criteria as second step, so not really necessary as enhancement until that is changed.
|
2011-01-24 14:04:36 -05:00 |
|
Eliot Horowitz
|
ef2657b9b6
|
remove Snapshot as it was extraneous
|
2011-01-24 11:39:12 -05:00 |
|
Eliot Horowitz
|
bc8bfe2625
|
better error reporting for writeback error
|
2011-01-24 10:39:26 -05:00 |
|
Eliot Horowitz
|
9c1381ece0
|
ReplicaSetMonitorWatcher needs to run all the time SERVER-2399
|
2011-01-24 10:03:23 -05:00 |
|
Eliot Horowitz
|
303db30c85
|
fix non-sharding map/reduce error handling
|
2011-01-24 01:48:57 -05:00 |
|
Eliot Horowitz
|
6dd4315ccb
|
sharding check for v8
|
2011-01-24 01:43:25 -05:00 |
|
Eliot Horowitz
|
bcab1f1ab1
|
some forward decls
|
2011-01-24 01:43:25 -05:00 |
|
dwight
|
a8bf207d84
|
show --dur in cmdline help and partially alphabetize those options
|
2011-01-24 01:03:02 -05:00 |
|