dwight
|
f4f39d2ea1
|
in _DEBUG builds, print stack trace if nsincecommitifneeded is too large.
|
2011-03-07 20:59:44 -05:00 |
|
dwight
|
5d70510d94
|
Merge branch 'master' of github.com:mongodb/mongo
|
2011-03-07 16:19:55 -05:00 |
|
dwight
|
102afdad3e
|
don't use markAllWritable (a _DEBUG test feature) when dur is on
will be simpler this way. also the question would be which view to mark writable,
the private or the regular view if it is on...
|
2011-03-07 16:19:15 -05:00 |
|
Dwight
|
e6d2aa60e5
|
more conservative preallocateIsFaster check
|
2011-03-07 15:28:36 -05:00 |
|
Dwight
|
fd7c357403
|
comment
|
2011-03-07 15:26:04 -05:00 |
|
Dwight
|
fd3f3569c0
|
dur typo in constant 180
|
2011-03-07 12:19:01 -05:00 |
|
Eliot Horowitz
|
719058066c
|
do'nt use RARELY with commitIfNeeded, just check if it did it
|
2011-03-07 12:10:21 -05:00 |
|
Eliot Horowitz
|
8e7cdd22af
|
dur commitIfNeeded returns if it commited
|
2011-03-07 12:10:21 -05:00 |
|
Eliot Horowitz
|
2b145a4dec
|
make warning about missing index entries for large keys nicer SERVER-2693
|
2011-03-07 08:15:18 -05:00 |
|
Eliot Horowitz
|
82de6a0f3e
|
don't try to put as much info for weird exceptions
|
2011-03-07 00:19:07 -05:00 |
|
Eliot Horowitz
|
edd22b17e3
|
some help for top command
|
2011-03-06 16:13:54 -05:00 |
|
Eliot Horowitz
|
fb591ace93
|
don't record info once context finished 180
|
2011-03-06 15:26:14 -05:00 |
|
Eliot Horowitz
|
16697486fd
|
CurOp::isStarted accessor
|
2011-03-06 15:22:04 -05:00 |
|
Mathias Stearn
|
82dfb712d7
|
Add versionArray to buildinfo command to make it easy to test for minimum versions
|
2011-03-04 17:01:37 -05:00 |
|
Eliot Horowitz
|
fa4ed4c5dc
|
when removing keys that are too large from an index, stll remove but warn
|
2011-03-04 13:21:17 -05:00 |
|
Mathias Stearn
|
a208c8d9e5
|
initialize _recovering 180
|
2011-03-03 19:29:49 -05:00 |
|
Kristina
|
451ecc7c36
|
remove arbiter switching code, as this is no longer allowed
|
2011-03-03 17:50:59 -05:00 |
|
Kristina
|
540488c4bc
|
fix comparison typo
|
2011-03-03 16:47:49 -05:00 |
|
Kristina
|
4c9164cc67
|
reload config if any entries are different SERVER-2674
|
2011-03-03 16:38:19 -05:00 |
|
Dwight
|
9ccbf56791
|
be sure we are flushing the right view
|
2011-03-03 14:57:36 -05:00 |
|
Eliot Horowitz
|
0229a329b5
|
fix boost 1.45
|
2011-03-03 10:15:10 -05:00 |
|
Eliot Horowitz
|
6510ec1389
|
fix yield on getMore SERVER-2450
|
2011-03-03 03:12:55 -05:00 |
|
Eliot Horowitz
|
f3dac03784
|
yield on getMore SERVER-2450
|
2011-03-03 02:39:35 -05:00 |
|
Dwight
|
1d972fce78
|
the same check is done in the lock so if we remove this we eliminate the race condition
|
2011-03-02 12:45:21 -05:00 |
|
Dwight
|
9639c1a58c
|
Revert "Fix race condition with waiting for dur commit"
This reverts commit 654167180e .
|
2011-03-02 12:45:19 -05:00 |
|
Eliot Horowitz
|
7b4863aee6
|
fix BtreeBuilder to always check key size
|
2011-03-02 10:29:24 -05:00 |
|
Eliot Horowitz
|
73f4ee628c
|
don't do commitIfNeeded RARELY SERVER-2657 180
|
2011-03-02 01:28:17 -05:00 |
|
Eliot Horowitz
|
ae21771238
|
some missing commitIfNeeded SERVER-2657 180
|
2011-03-02 00:46:22 -05:00 |
|
dwight
|
0fe9db187a
|
clarify confusing log line
|
2011-03-01 21:20:34 -05:00 |
|
dwight
|
df7248a721
|
cant destroy complex global variables at shutdown 180?
|
2011-03-01 21:08:44 -05:00 |
|
dwight
|
ea8038f1a1
|
hint at mem leak if it looks that way
|
2011-03-01 20:18:37 -05:00 |
|
Mathias Stearn
|
eede4ec2fc
|
add FileCreatedOp on first use of file, regardless of preexistence 180?
Previously FileCreatedOp wouldn't be done for preallocated files since they
already existed.
|
2011-03-01 18:05:15 -05:00 |
|
greg
|
e82ae13ca0
|
Cannot use boost:🧵:id for legacy
|
2011-03-01 17:02:06 -05:00 |
|
Dwight
|
f06b5db214
|
slightly better dbstats command
|
2011-03-01 15:46:42 -05:00 |
|
Aaron
|
a5ae1cfeb9
|
SERVER-2650 prevent too small extents
|
2011-03-01 12:08:28 -08:00 |
|
Dwight
|
622b8aee41
|
preallocateIsFaster check can be slow. change order to avoid when possible. also, log if it is slow so one knows what the delay is about. 181?
|
2011-03-01 14:45:31 -05:00 |
|
Mathias Stearn
|
654167180e
|
Fix race condition with waiting for dur commit
|
2011-03-01 13:10:32 -05:00 |
|
dwight
|
68838eb4e6
|
fix invalid 'unexpected file in journal directory' error message.
180
|
2011-03-01 08:05:51 -05:00 |
|
Eliot Horowitz
|
6f73b51f8e
|
debugging for slow server status
|
2011-02-28 18:40:02 -05:00 |
|
Eliot Horowitz
|
b2ebbd04d7
|
rare warning
|
2011-02-28 18:16:58 -05:00 |
|
Dwight
|
7408b6aae6
|
don't clean up journal files, or do much of anything, on an abruptQuit()
only doing this for --dur scenarios for now to keep the change small. later
should probably change on a wider basis.
180?
|
2011-02-28 16:56:46 -05:00 |
|
Eliot Horowitz
|
b0488fdf7c
|
more index debugging
|
2011-02-28 16:09:48 -05:00 |
|
Eliot Horowitz
|
b10942e94d
|
better index error logging
|
2011-02-28 15:46:06 -05:00 |
|
Dwight
|
95e224e65f
|
SERVER-2631 missing commitIfNeeded in ~BtreeBuilder - 180?
|
2011-02-28 15:30:51 -05:00 |
|
Dwight
|
81d0154d41
|
SERVER-2631 missing destructor guard - 180?
|
2011-02-28 15:26:17 -05:00 |
|
Dwight
|
f46d86c254
|
SERVER-2631 missing commitIfNeeded call - 180?
|
2011-02-28 15:16:02 -05:00 |
|
Kristina
|
7bf3c53a70
|
don't allow changing from localhost to hostname SERVER-2622
|
2011-02-28 12:57:58 -05:00 |
|
dwight
|
6cea525c05
|
our convention is that methods go in the cpp if not one liners and not performance critical for inlining
|
2011-02-27 11:23:04 -05:00 |
|
Eliot Horowitz
|
095948e11e
|
cleaner logging
|
2011-02-26 21:20:08 -05:00 |
|
Eliot Horowitz
|
b8337b7af2
|
better index debugging
|
2011-02-26 01:00:36 -05:00 |
|