Commit Graph

32573 Commits

Author SHA1 Message Date
Jonathan Abrahams
0543286571 SERVER-21952 Do not run jstestfuzz with --continueOnFailure 2015-12-31 09:08:51 -05:00
Kaloian Manassiev
e49a2a16fb SERVER-22027 Sharding should not retry killed operations
This change introduces a different interruption code (11602) which will be
used to kill operations during replication primary stepdown so the config
server retry logic can differentiate them from user-killed operations.
2015-12-30 17:09:28 -05:00
Kaloian Manassiev
715e9e1cdc Revert "SERVER-22027 Sharding should not retry killed operations"
This reverts commit 5d2d6e209a.
2015-12-30 17:09:27 -05:00
Kaloian Manassiev
5d2d6e209a SERVER-22027 Sharding should not retry killed operations 2015-12-30 15:35:28 -05:00
Jonathan Abrahams
5f4c54029d SERVER-21894 Remove unused 'hashed' resmoke.py tags from JS tests 2015-12-30 14:55:20 -05:00
Jason Rassi
7834ab9782 SERVER-21776 Most instance.cpp log msgs should use kCommand component 2015-12-30 14:11:13 -05:00
Andy Schwerin
79901a7837 SERVER-21959 Enlarge buffer used for logging in signal handlers, to support large json stacktraces. 2015-12-30 14:08:10 -05:00
Dan Pasette
364c9b1af9 Change update-vendor-wiredtiger script to pull from WT develop branch 2015-12-30 13:33:59 -05:00
Andy Schwerin
02e2602d97 SERVER-22035 Use map comprehension instead of loop in mongosymb.py 2015-12-30 13:26:34 -05:00
Andy Schwerin
fffc3c12ac SERVER-22035 Introduce mongosymb.py stack trace symbolizer. 2015-12-30 13:24:03 -05:00
David Storch
b45dba8425 SERVER-21647 add missing $rename unit test 2015-12-30 10:20:27 -05:00
David Storch
994060e622 SERVER-21647 fix $rename to not re-order fields when the destination field is already present 2015-12-30 10:20:27 -05:00
Mark Benvenuto
eb93849cdb SERVER-21843 warn user if locked memory limit is too low 2015-12-29 16:59:51 -05:00
Mark Benvenuto
d0cff22b8a SERVER-22019 Use signed char explicitly 2015-12-29 16:59:44 -05:00
James Wahlin
dbd58e0691 SERVER-20083 Log index filter change at default level 2015-12-29 15:48:46 -05:00
Andy Schwerin
706d2e0a94 SERVER-21934 Add extra information to OSX stack dumps to support ASLR. 2015-12-29 14:02:27 -05:00
James Wahlin
752bf605cf SERVER-21330 Incorrect $type explain/diagnostic output for "number" 2015-12-29 11:41:09 -05:00
Dan Pasette
2691c0265f Import wiredtiger-wiredtiger-mongodb-3.2-rc4-80-g3c2ad56.tar.gz from wiredtiger branch mongodb-3.2
ref: decd916..3c2ad56

3c2ad56 WT-2307: Fix for cursor iteration bug when pages are splitting

b1768d0 The change wasn't ready for back port into 3.2.1

This reverts commit 21b5f9951e.

21b5f99 WT-2291: fix for sampling in newly created trees.
2015-12-29 11:31:33 -05:00
Jason Rassi
a5c0f6f271 SERVER-21601 Add noPassthrough/stepdown_query.js 2015-12-28 18:57:04 -05:00
Max Hirschhorn
d5510db2d5 SERVER-21875 Support self-termination of hang analyzer on Windows. 2015-12-28 16:50:40 -05:00
Mark Benvenuto
0f825e855c SERVER-21905 Python scripts should read text with universal newline support 2015-12-28 11:11:52 -05:00
Kaloian Manassiev
d481bd3519 SERVER-21050 Disable CSRS continuous config server primary stepdown suite 2015-12-23 17:38:21 -05:00
Kaloian Manassiev
4ec390cf7b SERVER-22010 Blacklist min_optime_recovery.js from continuous config stepdown suite
Also increases the sleep time of the stepdown thread to allow for balance
rounds to succeed.
2015-12-23 15:05:18 -05:00
Spencer T Brody
ae83937130 SERVER-21996 Wait for replication to all nodes before shutting down config server primary in test 2015-12-23 14:44:25 -05:00
Mark Benvenuto
f5b27f93ab SERVER-21981 clang_format.py should not touch files uncessarily 2015-12-23 13:36:10 -05:00
Mark Benvenuto
944ee09a2a SERVER-21993 Add more diagnostics on fork() failure 2015-12-23 13:36:10 -05:00
Kaloian Manassiev
a7e6d919ec SERVER-21050 Continuous config server primary step down
This change adds a continuous primary stepdown capability to the
ReplicaSetTest and hooks it into ShardingTest.
2015-12-23 10:39:04 -05:00
Kaloian Manassiev
551e33cd86 SERVER-21956 DBClientCursor should propagate the correct exception code 2015-12-23 10:33:29 -05:00
Jonathan Abrahams
0964c60791 SERVER-21565 Support more than 7 nodes in a replica set in resmoke.py 2015-12-23 09:11:26 -05:00
Rui Zhang
475d452c31 SERVER-21999 fix sys-perf log path 2015-12-22 16:48:45 -08:00
Scott Hernandez
bbc4e94899 increase queue threshold for failure in reconfig_without_increased_queues.js 2015-12-22 18:04:46 -05:00
Scott Hernandez
d4c32effc7 SERVER-21971: allow hidden/non-voting sync source on second pass 2015-12-22 18:04:46 -05:00
Chung-Yen Chang
86f19de074 SERVER-21961: eliminiate the unncessary json.send 2015-12-22 14:41:20 -08:00
David Storch
cff8decf7e SERVER-21997 periodically drop locks while keepCursorPinnedDuringGetMore fail point is enabled 2015-12-22 17:38:10 -05:00
Kaloian Manassiev
ebfbeb9a05 Revert "SERVER-21956 DBClientCursor should propagate the correct exception code"
This reverts commit a4c73dacca.
2015-12-22 17:29:27 -05:00
David Storch
150376472b SERVER-21407 use ExtensionsCallbackDisallowExtensions in path_support_test 2015-12-22 17:13:34 -05:00
Kaloian Manassiev
a4c73dacca SERVER-21956 DBClientCursor should propagate the correct exception code 2015-12-22 16:57:44 -05:00
Randolph Tan
06d1b22164 SERVER-21910 Use fullOptions instead of commandLine to restart server in min_optime_recovery.js 2015-12-22 15:44:08 -05:00
Andrew Morrow
9e518d6d2d SERVER-21820 SERVER-21830 Export endian from SConstruct for use in third_party 2015-12-22 12:30:23 -05:00
David Storch
26bcf4ddd7 SERVER-21407 explicitly disallow $text/$where extensions during MatchExpression parsing 2015-12-22 10:13:40 -05:00
Dianna Hohensee
3663e004df SERVER-21382 fixing sharding migration to transfer only document deletions relevant to the chunk being migrated, not every deletion 2015-12-22 09:12:08 -05:00
Andrew Morrow
07b2e02ffd SERVER-21529 Don't assume char is unsigned in logging 2015-12-21 23:22:49 -05:00
Andrew Morrow
affd733b7b SERVER-12663 Make DocumentStorage::emptyDoc return a correctly aligned object 2015-12-21 23:09:21 -05:00
Andy Schwerin
3323bd3d86 SERVER-21958 Fix lint error 2015-12-21 18:12:34 -05:00
Andy Schwerin
329132d809 SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is always set to true. 2015-12-21 18:10:25 -05:00
Andy Schwerin
7e7ea93fac SERVER-21959 Do not truncate stack traces in log messages. 2015-12-21 17:41:16 -05:00
Andy Schwerin
da0c2e704a SERVER-21960 Include symbol name in stacktrace json when available. 2015-12-21 17:06:40 -05:00
David Storch
56dba2953b SERVER-17011 add EnsureSorted stage
Preserves the sort order for 'ntoreturn hack' plans.
2015-12-21 16:28:22 -05:00
Kaloian Manassiev
6bfa81cae0 SERVER-21978 move_primary_basic.js should always set a fixed primary shard 2015-12-21 16:17:29 -05:00
Mark Benvenuto
b0119fe1b2 SERVER-21844 processinfo_test fails on ppc64 2015-12-21 15:40:47 -05:00