Commit Graph

903 Commits

Author SHA1 Message Date
greg
737a20b8fa Fixes for distributed lock handling time skew.
In general, the current distributed lock is susceptible to time skew in config servers and mongos clients.  This update
uses an algorithm that checks for time skew, as well as providing some more robust tests to make sure a distributed
lock cannot be forced prematurely.  Some documentation on the website, currently hidden from non-10gen, gives more
info.
2011-03-01 14:15:26 -05:00
Eliot Horowitz
244655b2ad less verbose chunk info by default 2011-03-01 13:21:04 -05:00
Eliot Horowitz
95694121cc db.currentOp() added all option 2011-02-18 10:16:47 -05:00
Eliot Horowitz
1041ffd623 try to fix SERVER-2501 2011-02-10 15:33:30 -05:00
Aaron
c8f4f74781 don't run drop2 test inparallel suite 2011-02-08 11:50:10 -08:00
Eliot Horowitz
256e52081d vstudio 2011-02-07 23:40:16 -05:00
Eliot Horowitz
e0000924d4 better parallel test failure messasge 2011-02-07 16:04:25 -05:00
dwight
f94110baed higher timeout for startMongoProgram 2011-02-04 20:13:34 -05:00
dwight
11e614465f wait longer 2011-02-04 16:16:22 -05:00
Eliot Horowitz
d85cdcf1b5 verbose option for shell 2011-02-01 11:38:33 -05:00
Eliot Horowitz
a7eb7f2c47 shell can pass query options 2011-01-25 02:02:37 -05:00
Eliot Horowitz
017c0ab553 fir m/r error handling 2011-01-23 10:08:23 -05:00
Eliot Horowitz
5edb4cc310 able to access map/reduce error 2011-01-23 02:53:31 -05:00
Eliot Horowitz
40b3524b75 commandHelp should complain if command doesn't exist SERVER-2392 2011-01-22 00:38:52 -05:00
Eliot Horowitz
f63206fed4 more test fixing 2011-01-21 09:01:24 -05:00
Eliot Horowitz
c31c7f3229 remove( { x : undefined } ) should not delete everything in the collection SERVER-2384 2011-01-21 02:51:21 -05:00
Eliot Horowitz
38047f976e safety for assert.throws 2011-01-21 02:49:21 -05:00
Eliot Horowitz
0a18aae345 db.serverBits() to get 32 or 64 2011-01-20 17:00:37 -05:00
Kristina
a0cb81514e vstudio update 2011-01-13 17:47:23 -05:00
Kristina
bfda2f21d5 added shell help for runProgram SERVER-2123 2011-01-13 17:24:09 -05:00
Aaron
d81f037c21 in MapReduceResult, don't create collection with null name, fixing some v8 tests 2011-01-10 22:52:21 -08:00
Mathias Stearn
401f73dc8f compile and mongo_vstudio.cpp 2011-01-06 14:55:21 -05:00
agirbal
da0bc29177 [SERVER-1951]: M/R output param should allow us to use db.collection not only collection 2011-01-05 22:06:04 -08:00
Aaron
a8053a4639 whitespace 2011-01-04 15:03:40 -08:00
Aaron
42ebc1c037 add waitMongoProgramOnPort to shell utils 2011-01-04 15:02:37 -08:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Aaron
befcc2704c add fuzzFile() shell function 2011-01-03 14:05:36 -08:00
Aaron
4c1ee8ca6e fix logging in killdb and add a fixme for extra sleep conditions 2011-01-03 12:41:01 -08:00
dwight
411274ae42 compile vcxproj 2010-12-30 23:08:42 -05:00
Aaron
786b5defd8 don't use double quotes in startParallelShell 2010-12-29 08:48:57 -08:00
Mathias Stearn
661e2018e5 mongo_vstudio.cpp 2010-12-28 22:23:44 -05:00
Mathias Stearn
2deea4c97d Helper functions for Array.sort 2010-12-28 20:12:23 -05:00
Dwight
1f6f0fa8ec compile vcxproj 2010-12-28 11:06:33 -05:00
Aaron
3b7152d81b don't run notablescan tests in parallel suite 2010-12-27 22:36:01 -08:00
Eliot Horowitz
439881c429 when shell calls replGetStatus don't reset last error 2010-12-27 16:20:11 -05:00
Eliot Horowitz
7bcbeaf91d printShardingStatus gives shard/chunk counts and won't print chunks if too many 2010-12-27 02:59:45 -05:00
Eliot Horowitz
18fce96ec2 Mongo.adminCommand helper 2010-12-20 02:21:33 -05:00
Eliot Horowitz
87e7d1d096 comments and more utils for sharding + rs tests 2010-12-20 01:27:41 -05:00
agirbal
28904fa7ae [SERVER-1988]: Upsert allows inserting records with dots in key names 2010-12-17 00:12:16 -08: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
Kristina
1e196fb851 check that latest writes haven't changed in repl tests 2010-12-14 10:09:43 -05:00
dwight
cd49f778d9 shell 2010-12-13 22:13:03 -05:00
Mathias Stearn
623ad9da1a fix off-by-one in spidermonkey line numbering SERVER-2215 2010-12-13 19:02:27 -05:00
dwight
2e76be1c6c crlf 2010-12-11 00:39:23 -05:00
Richard Kreuter
1f0c57ec7f Have ToolTest runMongoProgram return the program's exit, for asserting. 2010-12-10 17:32:21 -05:00
Eliot Horowitz
2575b23b9d gen 2010-12-09 22:59:34 -05:00
Dwight
a83ad16ce7 shell comments and such 2010-12-09 15:12:58 -05:00
Tony Hannan
b7eaac286e SERVER-2095: Small enhancement to previous commit 2010-12-06 09:32:17 -05:00
Tony Hannan
1f02e078ca SERVER-2095: Shell requests another line when user enters a line with a dangling operator. Eg. 'x = 1 +' will request more input 2010-12-06 08:59:35 -05:00
dwight
2cf810007d Merge branch 'master' of github.com:mongodb/mongo 2010-12-05 21:12:18 -05:00