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

10247 Commits

Author SHA1 Message Date
Alberto Lerner
2a7f26cc8f correct comments 2010-10-12 14:41:48 -04:00
Alberto Lerner
da51257c3b comments and readability 2010-10-12 13:57:24 -04:00
Aaron
72a85a065e SERVER-1928 try to fix evald race condition 2010-10-12 10:21:36 -07:00
Eliot Horowitz
b357c3ea89 increase bson size to 8mb SERVER-1918 SERVER-431 2010-10-11 21:56:16 -04:00
Eliot Horowitz
53a0d295e3 split bson max size into User and Internal
sometimes objects have to be bigger (oplog insertion for example)
more prep for SERVER-431
2010-10-11 11:26:41 -04:00
Eliot Horowitz
54e30b4c5b can't base buffer max size on bson max size just yet 2010-10-11 01:12:29 -04:00
Eliot Horowitz
902a963933 use constant for getMore size 2010-10-11 01:12:22 -04:00
Eliot Horowitz
403ecdf336 fix addShard w/replset when no passives 2010-10-10 22:48:33 -04:00
Eliot Horowitz
3b1aee171b better assert for obj user check 2010-10-10 22:48:19 -04:00
Eliot Horowitz
d3c3b8a903 using BSONObjMaxSize everywhere bson size comes into play
still 4mb, this is just prep for changing SERVER-431
2010-10-10 20:01:17 -04:00
Eliot Horowitz
f6141d9bac when using rs as a shard, only name matters 2010-10-10 20:01:17 -04:00
Kristina Chodorow
61ab457c34 include passives in replset list 2010-10-10 18:48:29 -04:00
Aaron
78044d147a SERVER-1917 don't allow returning new element with appendAs 2010-10-10 15:09:40 -07:00
Aaron
5260d63898 SERVER-1917 stop using appendAs to provide new element 2010-10-10 15:09:40 -07:00
Kristina Chodorow
7066dcd21a check existence of mongo & mongod 2010-10-10 14:59:30 -04:00
dwight
fb0e0352fe Merge branch 'master' of github.com:mongodb/mongo 2010-10-10 10:47:31 -04:00
dwight
6ee4b25a14 just to avoid potential for confusion 2010-10-10 10:47:15 -04:00
Eliot Horowitz
be57a79298 assert arbiter doesn't say its a secondary 2010-10-09 22:19:09 -04:00
Eliot Horowitz
7a429535ff trying to diagnose memory "leak" on migrate 2010-10-09 21:58:07 -04:00
Eliot Horowitz
09d965b418 initial buffer size for BSONArrayBuilder 2010-10-09 21:57:57 -04:00
Eliot Horowitz
e3e3a22e8d remove some extraneous c_str 2010-10-09 11:01:50 -04:00
Eliot Horowitz
ce0671dd61 add --replSet SERVER-1630 2010-10-08 23:36:28 -04:00
Alberto Lerner
400cb48a83 SERVER-1858 add chunk info to moveChunk.from and moveChunk.to changelog entries 2010-10-08 21:26:57 -04:00
Eliot Horowitz
56226d80bb expose listDatabases to rest SERVER-1909 2010-10-08 16:58:34 -04:00
Alberto Lerner
8da0347c55 fix: large chunk would try to grow Builder past 64Mb. Here's the unittest. 2010-10-08 16:46:27 -04:00
Dwight
55f33c6a42 text 2010-10-08 15:48:36 -04:00
Dwight
2c72778001 Merge branch 'master' of github.com:mongodb/mongo 2010-10-08 14:31:06 -04:00
Dwight
8e923e738d maxbsonobjectsize in isMaster command return 2010-10-08 14:30:56 -04:00
Tony Hannan
4accb33044 SERVER-520: Map/reduce/finalize function can now include their own scope. They get merged with the m/r's general scope. 2010-10-08 13:00:09 -04:00
Kristina Chodorow
0bb165f589 check imports are going to a master SERVER-1878 2010-10-08 11:23:23 -04:00
Eliot Horowitz
7a21313631 better asserts 2010-10-07 22:53:59 -04:00
Kristina Chodorow
9ac87ee843 added reconnect function 2010-10-07 17:25:06 -04:00
Alberto Lerner
7f4f43d867 Merge branch 'master' of github.com:mongodb/mongo 2010-10-07 14:33:26 -04:00
Alberto Lerner
a71647e66d fix: large chunks would try to grow Builder past 64Mb. test upcoming 2010-10-07 14:33:13 -04:00
Kristina Chodorow
88f04aaf72 fix replset blind never being unset 2010-10-07 14:30:01 -04:00
Alberto Lerner
e6d6f5f5e9 comment 2010-10-07 12:39:46 -04:00
Kristina Chodorow
67bfb7e9f6 allow reconnection in replset tests 2010-10-07 10:38:35 -04:00
Kristina Chodorow
c113be1957 time out replset tests 2010-10-07 09:39:33 -04:00
dwight
5eca987eea rollback 2010-10-07 09:27:06 -04:00
dwight
2c8ce15417 put hotter things adjacent for cache friendliness 2010-10-07 00:56:12 -04:00
dwight
3c50843ca7 mongomutex deserves its own file 2010-10-07 00:12:32 -04:00
dwight
f0616e7f2e tls get should be const 2010-10-07 00:10:18 -04:00
dwight
265c172b3a report max bson obj size 2010-10-06 23:45:31 -04:00
Kristina Chodorow
ebc0ca5400 allow replset sleep and timeout < 1 2010-10-06 19:14:47 -04:00
Alvin Richards
d5efa6c49d Merge branch 'master' of github.com:mongodb/mongo 2010-10-06 16:09:34 -04:00
Alvin Richards
ddb16cb7e4 Added jstest for http://jira.mongodb.org/browse/SERVER-1896 2010-10-06 16:08:34 -04:00
Dwight
0b5f10dd21 new file preliminary 2010-10-06 14:09:53 -04:00
Dwight
b0821d4e71 comments 2010-10-06 14:09:30 -04:00
Dwight
fb74e1c894 Merge branch 'master' of github.com:mongodb/mongo 2010-10-06 12:06:44 -04:00
Dwight
eee0080d77 minor cleaning 2010-10-06 12:06:34 -04:00