0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

2277 Commits

Author SHA1 Message Date
Aaron
fede7ca1d9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-31 11:49:30 -04:00
Aaron
4e971ca609 manual resync no longer required on failed initial clone 2009-03-31 11:49:19 -04:00
Aaron
a1706a3d1b Reset ReplSource on resync 2009-03-31 11:44:35 -04:00
Aaron
d74b108dd4 include \!justCreated case, for redundancy 2009-03-31 10:23:05 -04:00
Eliot Horowitz
fac9fcc1a1 smarter about how to split a shard
if one side is either MIN or MAX, takes all the data and puts in one
   otherwise splits on the median value
2009-03-30 17:13:55 -04:00
Eliot Horowitz
d1427f7232 errorHandling for median key 2009-03-30 17:12:50 -04:00
Aaron
d9dff04bbd Don't log db presence explicitly 2009-03-30 17:08:06 -04:00
Eliot Horowitz
7109189774 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-30 16:55:24 -04:00
Aaron
529780f250 Apply first entry when 'initial' 2009-03-30 16:28:52 -04:00
Eliot Horowitz
160d0b7201 cleaning split 2009-03-30 14:33:40 -04:00
Aaron
8ccb9de83b update test 2009-03-30 14:31:31 -04:00
Aaron
e347e27606 Better 'not master' validation 2009-03-30 14:07:04 -04:00
Eliot Horowitz
745cfbff47 split locking 2009-03-30 13:28:49 -04:00
Eliot Horowitz
fe27fdc75a make simpleCommand public since its handy and harmless 2009-03-30 13:25:58 -04:00
Aaron
40eab1308e Check read from slave guard 2009-03-30 11:16:41 -04:00
Aaron
34e89bfef9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-30 11:10:08 -04:00
Aaron
e6c4c94d69 More correct timestamp update check 2009-03-30 11:09:51 -04:00
Eliot Horowitz
22cd9cc2e5 better checkShardVersion 2009-03-30 10:50:10 -04:00
Eliot Horowitz
1914c3933d note conn address is debug msg 2009-03-30 09:48:15 -04:00
Eliot Horowitz
b32c181aac use stack instead of queue for keeping connections so you get the same one in a single threaded env. 2009-03-30 09:47:58 -04:00
Eliot Horowitz
601bc1d866 log(2) when create a new connection for pooling 2009-03-29 22:52:17 -04:00
Eliot Horowitz
6fa7b75c6a more debugging 2009-03-29 21:24:16 -04:00
Eliot Horowitz
93a3c98bf0 show error on Load error 2009-03-29 09:42:44 -04:00
Eliot Horowitz
82b0f9daef debugging 2009-03-29 09:14:38 -04:00
Eliot Horowitz
1ffe115475 debugging 2009-03-29 01:09:24 -04:00
Aaron
53ffe3a465 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-27 17:49:10 -04:00
Aaron
3dc656ce79 medianKey can choose an index based on fields of min and max 2009-03-27 17:49:00 -04:00
Eliot Horowitz
35cb07a23a Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-27 17:47:02 -04:00
Eliot Horowitz
59670e6b7d ./db/db -> mongod 2009-03-27 17:46:46 -04:00
Eliot Horowitz
cb8c95f48c Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-27 16:55:50 -04:00
Eliot Horowitz
81ac2be48a easier to debug 2009-03-27 16:55:33 -04:00
Eliot Horowitz
7af502f1c6 sharding w version numbers checkpoint 2009-03-27 16:55:26 -04:00
Aaron
743e44eed2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-27 16:27:44 -04:00
Aaron
074740013f optimized 2009-03-27 16:27:35 -04:00
Dwight
317ea6d583 timeout old cursors (for sharding) 2009-03-27 16:27:35 -04:00
Eliot Horowitz
702c807230 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-27 16:12:28 -04:00
Eliot Horowitz
83158d34d5 var scope safety 2009-03-27 16:12:06 -04:00
Eliot Horowitz
9e20569d70 formatting 2009-03-27 16:11:57 -04:00
Aaron
158de5297e Perf tests for mod updates 2009-03-27 15:51:26 -04:00
Aaron
d4ab183cf6 When checking that a mod will not modify an indexed field, validate parent/child mod & index relationships 2009-03-27 15:33:22 -04:00
Aaron
7d3acbdc3a Make sure run local mongod with smokeAll 2009-03-27 13:45:48 -04:00
Aaron
8cd20d5ebb Add SIZE label 2009-03-27 13:31:13 -04:00
Aaron
790b17c6a6 Add medianKey command 2009-03-27 11:53:47 -04:00
Aaron
5ad67c509f Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-27 10:37:30 -04:00
Aaron
20c8556b9c Don't drop certain empty objects 2009-03-27 10:36:59 -04:00
Eliot Horowitz
38e49cc11d bump version number to 0.9.0 2009-03-27 09:59:18 -04:00
Aaron
07dfc6bb3a Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-26 18:37:49 -04:00
Aaron
c7606faf90 Better $push type validation 2009-03-26 17:51:57 -04:00
Aaron
c3e08b28a5 Don't double-increment 'left' 2009-03-26 17:34:19 -04:00
Eliot Horowitz
d417bc0802 reload option for getShardManager 2009-03-26 17:33:30 -04:00