Eliot Horowitz
|
131e1d2182
|
more cleaning
|
2011-06-22 15:51:08 -04:00 |
|
Dwight
|
add206436e
|
temp stop age out of journal files for backups. backport?
|
2011-06-21 12:48:31 -04:00 |
|
Kristina
|
dd0aea3497
|
split out sharding/non-sharding shutdown
|
2011-06-10 12:35:33 -04:00 |
|
Kristina
|
ae2f32f4fb
|
compile
|
2011-06-10 11:47:37 -04:00 |
|
Kristina
|
0e8b348a82
|
compile
|
2011-06-10 11:20:34 -04:00 |
|
Kristina
|
0180e84034
|
don't shut down if slaves aren't up-to-date SERVER-616
|
2011-06-10 10:56:46 -04:00 |
|
Aaron
|
2e5c5def21
|
clean includes
|
2011-05-04 10:27:23 -07:00 |
|
Eliot Horowitz
|
b501648032
|
getLog command so you access RamLog entries
|
2011-05-02 14:26:36 -04:00 |
|
Dwight
|
b7b5886d97
|
configurable commit batch time but this is still experimental
|
2011-04-08 14:44:26 -04:00 |
|
Dwight
|
6e7ac4a037
|
inform user when setting isnt settable in mongos
|
2011-04-07 16:41:43 -04:00 |
|
Mathias Stearn
|
69546ff082
|
Assemble versionArray during static init time
|
2011-04-04 12:05:43 -04:00 |
|
Aaron
|
fce112398b
|
SERVER-1465 remove replica pairs
|
2011-03-29 16:56:53 -07: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
|
76585f8f2e
|
move availableQueryOptions to dbcommands_generic so it works in mongos SERVER-2462
|
2011-02-02 01:00:38 -05:00 |
|
Eliot Horowitz
|
b828d21630
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
|
dwight
|
2cf810007d
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-12-05 21:12:18 -05:00 |
|
dwight
|
4a5a00525b
|
refactor OID class a bit, cleanup, better id generation SERVER-2175
|
2010-12-05 20:56:51 -05:00 |
|
Eliot Horowitz
|
d45f048947
|
putting back validation on setParamter replApplyBatchSize and a setParamter validation hook
|
2010-12-01 11:12:28 -05:00 |
|
Eliot Horowitz
|
243574df74
|
better error msg
|
2010-11-30 11:10:29 -05:00 |
|
Mathias Stearn
|
39f598c605
|
features command shouldn't take a lock
|
2010-11-29 14:47:44 -05:00 |
|
dwight
|
21c146794d
|
compile
|
2010-11-29 11:02:27 -05:00 |
|
dwight
|
f51b389f49
|
compile
|
2010-11-29 10:55:21 -05:00 |
|
dwight
|
24e1e55e5e
|
compile
|
2010-11-29 10:45:47 -05:00 |
|
dwight
|
e5bd2b123e
|
comment
|
2010-11-29 10:26:36 -05:00 |
|
dwight
|
32573ea7aa
|
experimental option allowing application of multiple writes on a slave in a single write lock.
|
2010-11-29 10:21:18 -05:00 |
|
Eliot Horowitz
|
6d745c7834
|
get/set -> (get|set)Parameter and a test SERVER-1843
|
2010-11-22 19:52:44 -05:00 |
|
Eliot Horowitz
|
a47cae7624
|
syncdelay in CmdLine and controllable via get/set SERVER-1843
|
2010-11-22 01:10:35 -05:00 |
|
Eliot Horowitz
|
c3c7a22e63
|
get/set work for logLevel and quiet SERVER-1843
|
2010-11-22 01:03:19 -05:00 |
|
Eliot Horowitz
|
c5f3d8fb82
|
get rid of lastAssert and assertinfo command
|
2010-11-09 10:54:32 -05:00 |
|
Dwight
|
470fe4812f
|
get all option
|
2010-10-15 17:06:23 -04:00 |
|
Dwight
|
01a6722a25
|
allow changing notablescan at runtime via {set:} command
|
2010-10-15 17:00:34 -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
|
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 |
|
Dwight
|
55f33c6a42
|
text
|
2010-10-08 15:48:36 -04:00 |
|
dwight
|
3c50843ca7
|
mongomutex deserves its own file
|
2010-10-07 00:12:32 -04:00 |
|
dwight
|
265c172b3a
|
report max bson obj size
|
2010-10-06 23:45:31 -04:00 |
|
Mathias Stearn
|
9324ba3b77
|
Revert "HostAndPort::isSelf() -> ListeningSockets::listeningOn()"
This reverts commit 84abe861b1.
Conflicts:
util/sock.h
|
2010-09-13 17:28:20 -04:00 |
|
Mathias Stearn
|
84abe861b1
|
HostAndPort::isSelf() -> ListeningSockets::listeningOn()
No longer assume listening on localhost
SERVER-1515
|
2010-09-10 19:00:32 -04:00 |
|
Eliot Horowitz
|
0845e6c517
|
optionally have dbexit try to get a dblock
|
2010-08-31 10:46:05 -04:00 |
|
Eliot Horowitz
|
aaf53bb797
|
make shutdownServer a little cleaner, no ~Client error
|
2010-08-31 09:47:01 -04:00 |
|
dwight
|
6733946578
|
extraneous newline in logging
|
2010-08-31 05:31:46 -04:00 |
|
Eliot Horowitz
|
189291f8a6
|
add if debug is on to buildinfo
|
2010-08-28 02:19:06 -04:00 |
|
Alberto Lerner
|
7a7cc4adfa
|
SERVER-1452 StringData-ing up, c_str()-ing down
|
2010-08-18 18:12:31 -04:00 |
|
Eliot Horowitz
|
fbf29ae5fd
|
move sleep from generic to mongod
|
2010-08-02 15:00:47 -04:00 |
|
Dwight
|
c43462c6b0
|
lock testing and such
|
2010-08-02 14:37:10 -04:00 |
|
Eliot Horowitz
|
6e7c9d6836
|
make sure mongod and mongos report command errors the same way SERVER-1472
|
2010-07-27 00:57:38 -04:00 |
|
Eliot Horowitz
|
9007388324
|
move shutdown to generic so can be used by mongos
|
2010-07-26 21:48:20 -04:00 |
|
Mathias Stearn
|
bfb5bdb06b
|
don't show entries in listCommands for oldnames
|
2010-07-22 21:03:24 -04:00 |
|
Eliot Horowitz
|
35031d43d7
|
have read/write lock on all platforms/boost now
|
2010-06-29 22:17:15 -04:00 |
|
alerner
|
1798ea2d85
|
Pull all the code for defining and printing the version of executables to one place.
|
2010-05-28 12:08:36 -04:00 |
|