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

11187 Commits

Author SHA1 Message Date
Alberto Lerner
16f57612b7 better error messages 2010-12-16 23:21:02 -05:00
Eliot Horowitz
0053e71ff9 compile SERVER-1992 2010-12-16 23:05:25 -05:00
Alberto Lerner
31eadf03e2 SERVER-1986 check if split is needed every so often, even if not much data changed 2010-12-16 20:33:02 -05:00
agirbal
77b66479d1 Merge branch 'master' of github.com:mongodb/mongo 2010-12-16 16:19:48 -08:00
agirbal
24cf03c654 [SERVER-1992]: Log remote requestor for splits and migrates 2010-12-16 16:18:22 -08:00
dwight
81bb882b78 dur declare as small a region as possible for the write intent 2010-12-16 17:28:34 -05:00
dwight
2d588fee51 use the pointer dur::writing() returns so that _TESTINTENT builds work 2010-12-16 17:21:37 -05:00
Eliot Horowitz
c0fa671318 map/reduce no longer uses temp collections.
you have to specify out
SERVER-1837
2010-12-16 16:41:28 -05:00
Mathias Stearn
c2496691f1 safety 2010-12-16 16:22:14 -05:00
Mathias Stearn
adb706e20e only do dur stuff with dbMutex 2010-12-16 16:22:14 -05:00
Mathias Stearn
24dd7ff666 Missing write intents 2010-12-16 16:22:14 -05:00
Dwight
29676e06d9 Merge branch 'master' of github.com:mongodb/mongo 2010-12-16 15:11:37 -05:00
Dwight
0fa8c65cc0 add test 2010-12-16 15:11:30 -05:00
Eliot Horowitz
864a25da74 make isFailed public 2010-12-16 14:47:45 -05:00
Alberto Lerner
b0bafdf7d4 SERVER-1986 meant 250K not 2.5M 2010-12-16 14:33:13 -05:00
Alberto Lerner
30c1709c2b SERVER-1986 more reasonable limit for docs in a split chunk 2010-12-16 14:31:59 -05:00
dwight
eff8dba307 dur remap at the same location windows version 2010-12-16 09:31:02 -05:00
Mathias Stearn
b5426b7948 Make remap have same address as original.
Dwight will do Windows version
2010-12-15 19:21:12 -05:00
Mathias Stearn
cd692f0af1 indentation and braces 2010-12-15 19:21:12 -05:00
Alberto Lerner
ea2bb1d419 raise log level but soften message (was an ERROR in the past) 2010-12-15 17:23:19 -05:00
Alberto Lerner
2325d9c61a SERVER-2119 push migrated chunk data to secondary/journal at migrate commit 2010-12-15 17:19:51 -05:00
Alberto Lerner
057443fa13 SERVER-2119 expose the number of known slaves 2010-12-15 16:46:32 -05:00
Mathias Stearn
83a78478c2 Remove support for non-checksummed journal file 2010-12-15 14:51:33 -05:00
Mathias Stearn
ab45b9af25 Correct handling of dbname pointer in journal recovery 2010-12-15 14:43:05 -05:00
Mathias Stearn
fd9777cfb4 spelling 2010-12-15 14:43:04 -05:00
Mathias Stearn
bc915c7cef DropDbOp must be in it's own group commit 2010-12-15 14:43:04 -05:00
Mathias Stearn
1d53f7ea9b Spelling 2010-12-15 14:43:04 -05:00
Richard Kreuter
d039110cb7 Fix typo in RPM init script. 2010-12-15 13:23:11 -05:00
Alberto Lerner
455f841fa7 explicit short sizeof assumption 2010-12-15 13:07:09 -05:00
Alberto Lerner
4d351c23f7 log the collection name as well 2010-12-15 12:07:12 -05:00
Dwight
2393123c66 testing 2010-12-15 10:52:19 -05:00
Dwight
dd6beabbbf compile 2010-12-15 10:48:55 -05:00
dwight
6689861a0d Revert "Revert "str stuff""
This reverts commit 0e3aed4922a0c16756e1101b3c2ba24d1a10d9dc.
2010-12-15 10:42:50 -05:00
dwight
576feea5bb Revert "Revert "better errmsg""
This reverts commit c7f59b7cd08cb17194020fe7a3f3a05af1022687.
2010-12-15 10:42:48 -05:00
dwight
e0b30e313f paths.h 2010-12-15 10:42:47 -05:00
dwight
8a6a30bcb1 Revert "better errmsg"
This reverts commit 61c59369d29003b71f0823ca07af4c52cf6d6759.
2010-12-15 10:42:46 -05:00
dwight
dad23bdae0 Revert "str stuff"
This reverts commit c4b67bcf8092dec4dc2bc20a86808d5fde517381.
2010-12-15 10:42:45 -05:00
dwight
62fbef60e7 str stuff 2010-12-15 10:42:43 -05:00
dwight
30d7c304fd better errmsg 2010-12-15 10:42:42 -05:00
dwight
12477016f9 clearer 2010-12-15 10:42:41 -05:00
Eliot Horowitz
c770005874 more map/reduce refactoring for SERVER-1837 (4) 2010-12-15 09:51:01 -05:00
Eliot Horowitz
c022b54c08 init( BSONObj* ) can be const * 2010-12-15 09:50:35 -05:00
Eliot Horowitz
845360735a more map/reduce refactoring for SERVER-1837 all db access encapsulated 2010-12-15 09:32:58 -05:00
Eliot Horowitz
e5d0731c2d more map/reduce refactoring for SERVER-1837 (2) 2010-12-15 09:32:58 -05:00
Eliot Horowitz
3ac6dfcd5c more map/reduce refactoring for SERVER-1837 2010-12-15 09:32:58 -05:00
Eliot Horowitz
2da179f9a7 BONObjBuilder::append( const StringData& fieldName, string str), second argument should be passed by const& SERVER-2224 2010-12-15 00:36:52 -05:00
Eliot Horowitz
094efa18f9 remove xcode files 2010-12-15 00:32:33 -05:00
Eliot Horowitz
bcae358b95 win scons typo 2010-12-15 00:25:54 -05:00
dwight
ba84222056 use relative paths in the journal 2010-12-14 20:27:24 -05:00
dwight
b608193a58 fix errno display 2010-12-14 20:23:17 -05:00