Aaron
|
a61e609d2b
|
rename backgroundIndexBuildInProgress to indexBuildInProgress
|
2011-01-14 16:27:07 -08:00 |
|
Aaron
|
a8b02e12de
|
For blocking index builds, commit periodically and improve recoverability
|
2011-01-14 16:27:07 -08:00 |
|
Mathias Stearn
|
b4094b20bb
|
get rid of TempDisableDurability and replace with syncDataAndTruncateJournal
|
2011-01-12 16:16:25 -05:00 |
|
Mathias Stearn
|
06d88a1367
|
do group commit inside of TempDisableDurability
|
2011-01-12 16:16:25 -05:00 |
|
Mathias Stearn
|
717af9c6bc
|
TempDisableDurability in repair
|
2011-01-10 18:50:47 -05:00 |
|
Mathias Stearn
|
067f9de68e
|
dropDB uses TempDisableDurability rather than DropDbOp
|
2011-01-10 13:58:15 -05:00 |
|
Eliot Horowitz
|
51ca8ee218
|
FileAllocator cleaning
|
2011-01-09 01:45:33 -05:00 |
|
Eliot Horowitz
|
b828d21630
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
|
Dwight
|
57c509a1c0
|
probably should log it on this case
|
2011-01-03 11:59:13 -05:00 |
|
Eliot Horowitz
|
d60aa255e3
|
don't allow empty collection names SERVER-2314
|
2010-12-30 23:59:18 -05:00 |
|
Aaron
|
3a2087ac5c
|
Add support for making NamespaceDetails::Extra writes durable and use this durable support when dropping indexes
|
2010-12-28 17:35:15 -08:00 |
|
Aaron
|
0ee14969a0
|
SERVER-2294 fix nExtents test paramenter handling to satisfy existing unit tests
|
2010-12-27 22:30:06 -08:00 |
|
Aaron
|
dccc20d6c9
|
SERVER-2294 capped truncate handle empty extent
|
2010-12-27 22:30:06 -08:00 |
|
Eliot Horowitz
|
1794b2fe34
|
move some extent methods into Extent class
|
2010-12-24 13:43:06 -05:00 |
|
Eliot Horowitz
|
19b8c2be8a
|
fix follow up extent sizing when an int overflow SERVER-2287
|
2010-12-24 13:33:24 -05:00 |
|
Eliot Horowitz
|
1a1b3326e0
|
better invalid ns message
|
2010-12-22 13:32:03 -05:00 |
|
Eliot Horowitz
|
e634287abf
|
remove temp collection code
|
2010-12-17 00:22:20 -05:00 |
|
Eliot Horowitz
|
e97dddd66b
|
initialize bool
|
2010-12-14 00:26:46 -05:00 |
|
dwight
|
51bc560803
|
dur drop database handling
|
2010-12-12 19:47:10 -05:00 |
|
Eliot Horowitz
|
47d2007d88
|
can never change _id with a full object update SERVER-2206
|
2010-12-12 11:19:50 -05:00 |
|
Mathias Stearn
|
1c17cece76
|
Pull some durability code into a class for easy disabling
|
2010-12-10 19:20:43 -05:00 |
|
dwight
|
6c3eb1ddd4
|
dur remap
|
2010-11-27 15:25:08 -05:00 |
|
dwight
|
b1983295bc
|
clean obsolete
|
2010-11-25 11:08:44 -05:00 |
|
dwight
|
b8555c9f52
|
dur optimizations to not journal too much
|
2010-11-21 19:36:40 -05:00 |
|
Eliot Horowitz
|
5d50b728f8
|
replace goingAway with inShutdown() SERVER-1876
|
2010-11-11 01:47:15 -05:00 |
|
Dwight
|
ee5399cfea
|
dur
|
2010-11-05 17:15:39 -04:00 |
|
Dwight
|
48ae1fddaf
|
move inl header inclusion to top
|
2010-11-04 09:07:28 -04:00 |
|
Dwight
|
0648d61288
|
move include to top of file from bottom
|
2010-11-04 09:00:39 -04:00 |
|
Eliot Horowitz
|
6157d16b47
|
cleaning ClientCursor to obey kernel rules and encapsulate more so can add logic later
|
2010-10-29 11:00:38 -04:00 |
|
Eliot Horowitz
|
5b17695af7
|
better logging
|
2010-10-24 18:10:59 -04:00 |
|
Dwight
|
35d37b5199
|
readability of code
|
2010-10-06 11:19:43 -04:00 |
|
Dwight
|
5b0b5d7eb6
|
remove MMF:pointer to keep code simple - we are going to take a different approach
|
2010-09-30 15:14:10 -04:00 |
|
Dwight
|
6a931d5e05
|
write intent work on updates
|
2010-09-29 13:24:33 -04:00 |
|
Dwight
|
7edb8c3f65
|
intent to write
|
2010-09-29 10:18:11 -04:00 |
|
Dwight
|
a0e977c8c1
|
write intent
|
2010-09-28 18:08:44 -04:00 |
|
Dwight
|
e414e72d5a
|
intent
|
2010-09-28 17:55:08 -04:00 |
|
Dwight
|
c595bf62aa
|
more intent to write declarations
|
2010-09-28 17:49:40 -04:00 |
|
Dwight
|
dbd32482a6
|
durability more work on declaring intent to write in the code
|
2010-09-28 17:18:36 -04:00 |
|
dwight
|
05ef187841
|
Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
db/repl/manager.cpp
|
2010-09-27 12:42:51 -04:00 |
|
dwight
|
c1b68a13de
|
towards durability
|
2010-09-27 12:35:22 -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 |
|
dwight
|
b904b0dd1d
|
towards a new capped impl; NamespaceDetails readability; cleaning
|
2010-09-09 07:12:17 -04:00 |
|
dwight
|
583ea16312
|
Namespace class cleaner
|
2010-09-07 12:47:11 -04:00 |
|
dwight
|
edcac99f06
|
fix commnet
|
2010-09-05 12:21:14 -04:00 |
|
dwight
|
c32c1b19ee
|
cleaning. capped:1 should work not just capped:bool
|
2010-09-05 12:16:37 -04:00 |
|
dwight
|
a2baa44587
|
make constructor inline might be faster
|
2010-09-05 12:06:06 -04:00 |
|
dwight
|
403ccba998
|
put code in cpp files when possible
|
2010-09-05 10:10:23 -04:00 |
|
Eliot Horowitz
|
9505276f7b
|
better debugging for drop errors
|
2010-08-31 09:43:39 -04:00 |
|
dwight
|
a08d9422aa
|
better debugging for sync1.js
|
2010-08-29 22:17:22 -04:00 |
|
dwight
|
b23b4cadd3
|
better test logging; log less pdfile
|
2010-08-29 14:54:33 -04:00 |
|