0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

10055 Commits

Author SHA1 Message Date
Eliot Horowitz
0d8b5981ff fix pull with primitives and $ops SERVER-1697 2010-09-24 15:40:59 -04:00
Eliot Horowitz
f8da5e0686 test for SERVER-1821 2010-09-24 15:14:15 -04:00
Eliot Horowitz
829a5e94a7 better error logging 2010-09-24 11:56:28 -04:00
Eliot Horowitz
bf118721fa assert for race condition in checkShardVersion 2010-09-24 11:56:11 -04:00
Eliot Horowitz
507389045b better check for dup plugin name 2010-09-24 01:13:24 -04:00
Eliot Horowitz
f3b6f4dd8d more obvious db.getReplicationInfo() before an oplog roll-over SERVER-1096 2010-09-24 00:39:48 -04:00
Eliot Horowitz
b0185b2c68 newline 2010-09-23 20:28:25 -04:00
Eliot Horowitz
13ff47ad1f don't add 2 version fields 2010-09-23 20:27:51 -04:00
Eliot Horowitz
a329d4a4b9 remove old migrate code 2010-09-23 20:22:06 -04:00
Mathias Stearn
5c2e25e81c Pass through update error messages in findAndModify SERVER-1777 2010-09-23 19:38:07 -04:00
Eliot Horowitz
d2ba8a5579 set version for indexes and hookup for IndexPlugin SERVER-1845 2010-09-23 19:08:00 -04:00
Aaron
5d9149a33a SERVER-387 reduce test timeouts 2010-09-23 15:42:24 -07:00
Aaron
d2249cdf68 SERVER-387 enable interrupts for v8 2010-09-23 15:42:24 -07:00
Eliot Horowitz
7f8ea97135 some more IndexPlugin cleaning 2010-09-23 18:07:45 -04:00
Eliot Horowitz
8d77298f61 some index plugin cleaning 2010-09-23 17:51:01 -04:00
Eliot Horowitz
c088ca1af8 check for background indexing in progress after dup check SERVER-1317 2010-09-23 17:00:53 -04:00
Eliot Horowitz
50ce0e0539 staring to work on versioning indexes so don't have to force re-index SERVER-1845 2010-09-23 16:52:19 -04:00
Mathias Stearn
cd96b28f0c Windows build fix. SERVER-1540 2010-09-23 15:03:02 -04:00
Mathias Stearn
4c51c1bf13 Tools shouldn't use $snapshot with --dbpath SERVER-1833 2010-09-23 14:40:46 -04:00
Alberto Lerner
76910b9593 SERVER-1836 don't mention droped colleciton in printShardingStatus 2010-09-23 10:30:27 -04:00
Eliot Horowitz
d3d719c3aa don't use snapshot with another query SERVER-1383 2010-09-23 00:29:07 -04:00
Mathias Stearn
65b31a0ba6 Plug memory leak SERVER-1827 2010-09-22 19:29:58 -04:00
Mathias Stearn
d97fd357f7 Don't run moveToFrontBenchmark 2010-09-22 19:29:58 -04:00
Alberto Lerner
ae573df437 Merge branch 'master' of github.com:mongodb/mongo 2010-09-22 17:51:37 -04:00
Alberto Lerner
bfb122b122 Merge branch 'master' of github.com:mongodb/mongo 2010-09-22 17:50:54 -04:00
Mathias Stearn
48723d6e10 Simple benchmark of moveToFront() 2010-09-22 17:50:50 -04:00
Mathias Stearn
456493083e move code into ShardKeyPattern::moveToFront() and add unit tests. SERVER-1540 2010-09-22 17:50:50 -04:00
Alberto Lerner
d1c483349f debugging 2010-09-22 17:46:15 -04:00
Kristina Chodorow
461aa87d0c compile for systems w/out EAI_NODATA 2010-09-22 17:37:22 -04:00
Kristina Chodorow
cef1820140 fix OS X 10.4 32-bit buildbot hostname resolution 2010-09-22 17:27:07 -04:00
Eliot Horowitz
ac505f9786 instead of using normal cursor for doing chunk migration, get all DiskLocs sort, and use a command
is much faster for randomly distributed data SERVER-1828
2010-09-22 14:56:55 -04:00
Eliot Horowitz
a6555c8c36 Database::ownsNS 2010-09-22 14:56:55 -04:00
Mathias Stearn
8a29068d1c Move shard key to front of objects on insert SERVER-1540 2010-09-22 14:21:53 -04:00
Mathias Stearn
4f5c998561 Optimize common case 2010-09-22 14:21:53 -04:00
Tony Hannan
34d3220b6c jstest for SERVER-1643, clone from replica set 2010-09-22 11:56:57 -04:00
Tony Hannan
91e52c41d8 [SERVER-1643] cloner can now clone from a replica set. Eg. db.cloneDatabase('foo/host1,host2') 2010-09-22 11:56:57 -04:00
Alberto Lerner
0f3b16781c SERVER-1713 balancer doesn't move to a server with writebacks pending 2010-09-22 11:58:55 -04:00
Alberto Lerner
3f41bf1c71 SERVER-1713 a WriteBackManager and exposing its queuesEmpty() method 2010-09-22 11:16:44 -04:00
dwight
9183168f8c Merge branch 'master' of git@github.com:mongodb/mongo 2010-09-21 23:38:28 -07:00
dwight
61bd48da53 dont assert in destructor 2010-09-21 23:38:16 -07:00
Kristina Chodorow
cc5471f172 Merge branch 'master' of github.com:mongodb/mongo 2010-09-21 13:54:38 -04:00
Kristina Chodorow
7d3945a8be fixes x.y.N skipping N's elements SERVER-1820 2010-09-21 13:54:23 -04:00
Alberto Lerner
b356a7fc8a allow dbtests for sharded code as well (revert SConstruct manually, defer to SERVER-1822, but allow SERVER-1713 to proceed) 2010-09-21 13:34:12 -04:00
Alberto Lerner
20bf2e66fd allow dbtests for sharded code as well (take 2, see if Windows is happy) 2010-09-21 12:30:08 -04:00
Alberto Lerner
18bc7dc36e allow dbtests for sharded code as well (temporary, see if Windows is happy) 2010-09-21 11:40:04 -04:00
Alberto Lerner
68df06feab SERVER-1713 if a shard has writebacks pending don't use it as a receiver 2010-09-21 10:43:28 -04:00
Alberto Lerner
a3986b4040 SERVER-1713 move testing code to proper place and adhere to dbtest coding practices 2010-09-21 09:53:34 -04:00
Alberto Lerner
ab48745937 allow dbtests for sharded code as well 2010-09-21 09:44:23 -04:00
Eliot Horowitz
8b8e4882af cleaning diag log names and make sure to flush periodically SERVER-1814 2010-09-21 00:24:52 -04:00
Aaron
bfb2e63461 SERVER-387 fix test race condition 2010-09-20 13:49:14 -07:00