0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

33051 Commits

Author SHA1 Message Date
Robert Guo
ab811bfec9 SERVER-22776 Dump oplog on CheckReplDBHash failure 2016-02-23 18:59:43 -05:00
Robert Guo
3bf4d50da8 SERVER-22806 CheckReplDBHash hook should fsync first 2016-02-23 17:40:06 -05:00
Adam Midvidy
4b33e53981 SERVER-22357 fix missing libdep 2016-02-23 16:30:56 -05:00
David Storch
b2fe67f7f5 SERVER-22374 initial implementation of collation classes
Includes:
 - CollationSpec
 - CollationSpecSerializer
 - CollatorInterface
 - CollatorInterfaceICU
 - CollatorFactoryInterface
 - CollatorFactoryICU
2016-02-23 15:35:29 -05:00
Randolph Tan
0933449805 SERVER-22792 Add more logging in shard registry reload 2016-02-23 15:25:30 -05:00
Max Hirschhorn
f972d5d7eb SERVER-22399 Add multikeyPaths member to IndexEntry struct. 2016-02-23 14:36:55 -05:00
Adam Midvidy
fd19c6fb06 SERVER-22357 do not flush READONLY files 2016-02-23 12:45:05 -05:00
Adam Midvidy
c4369291d3 SERVER-22357 run mmap tests with readOnly permissions 2016-02-23 12:45:05 -05:00
Adam Midvidy
c8a2290cb0 SERVER-22357 mmapv1 support for read-only mode 2016-02-23 12:45:05 -05:00
Adam Midvidy
4ac60aebdd SERVER-22357 disable journal in readOnly mode 2016-02-23 12:45:05 -05:00
Kyle Suarez
84aaba3d52 SERVER-21924 fix formatting 2016-02-23 11:57:29 -05:00
Scott Hernandez
4c1a7d5446 SERVER-22728: if journaling is off, update durableOpTime with appliedOpTime 2016-02-23 11:34:13 -05:00
Scott Hernandez
3373fb8e8c improve logging for test 2016-02-23 11:34:13 -05:00
Scott Hernandez
5a8165688b SERVER-22601: Rework ephemeral support to allow customization at the KVEngine level 2016-02-23 11:34:13 -05:00
Kyle Suarez
f03ac2b0ca SERVER-21924 startup warnings for storage engine
Emit a startup warning in the mongo shell when connected to a mongod running
with the inMemory or ephemeralForTest storage engine.
2016-02-23 11:12:00 -05:00
Kaloian Manassiev
191ab4f731 SERVER-22789 Use stdx::make_unique instead of std::make_unique 2016-02-23 11:09:18 -05:00
Spencer T Brody
fec174d567 SERVER-22803 Increase timeout for ShardingTest.{stop/start}Balancer 2016-02-23 11:07:27 -05:00
Kaloian Manassiev
afe28af471 SERVER-22789 CSRS catalog manager writes should use writeConcern majority 2016-02-23 10:26:06 -05:00
Kaloian Manassiev
e269b96f37 SERVER-22628 Use MigrationSecondaryThrottleOptions for parsing the balancer settings 2016-02-23 10:26:05 -05:00
Kaloian Manassiev
5c48613edb SERVER-22765 Improve error checking in sharding tests
Some sharding tests do not check that the enableSharding, shardCollection,
moveChunk and etc. commands worked.
2016-02-23 10:26:04 -05:00
Benety Goh
5a2d281572 SERVER-18043 migrated Reporter to use new replSetUpdatePosition command 2016-02-23 10:17:40 -05:00
Paul Pedersen
74b6136edd SERVER-15688 Added check for TEXT + tailable to canonical query validation 2016-02-22 15:16:08 -08:00
Paul Pedersen
d80dd455a3 SERVER-17440 Remove references to textSearchEnabled command line option 2016-02-22 14:38:35 -08:00
Randolph Tan
f8dda5860d SERVER-22765 Remove unnecessary logging in sharding tests when running on continuous stepdown suite 2016-02-22 17:01:56 -05:00
David Storch
d8ee635331 SERVER-22407 make COUNT_SCAN return RID_AND_OBJ instead of OWNED_OBJ
Fixes most of a 7% perf regression for COUNT_SCAN plans.
2016-02-22 16:12:45 -05:00
Eric Milkie
02fd42496c SERVER-22796 expand timing for mongos_cache_invalidation.js 2016-02-22 15:50:21 -05:00
Eric Milkie
3850bc6bdf SERVER-22782 fassert/invariant should call std::abort, except for NoTrace 2016-02-22 15:49:46 -05:00
Benety Goh
7451ed94d9 SERVER-18154 migrated Reporter from repl::ReplicationExecutor to executor::TaskExecutor 2016-02-22 14:10:07 -05:00
Benety Goh
c2bbfb8631 SERVER-18154 migrated fetcher_test from repl::ReplicationExecutor to executor::TaskExecutor 2016-02-22 14:10:07 -05:00
Ramon Fernandez
e264ed87f4 bump tools to 3.3.2 2016-02-22 13:47:22 -05:00
Mark Benvenuto
a048ec78ea SERVER-22773 gle_shell_server5441.js fails on ppc64le 2016-02-19 17:10:06 -05:00
Jason Carey
401ad1915d SERVER-22768 fix ASIO cancelled to cancelled
When operations transition from kCancelled to kCancelled, as when an
operation is cancel()ed twice, an invariant fires.  We should handle
that case specially and treat the transition as a noop.
2016-02-19 16:42:54 -05:00
Tess Avitabile
1d982f5421 SERVER-22675 Ensure PlanRanker::scoreTree does not divide by zero 2016-02-19 10:21:52 -05:00
Tess Avitabile
8d8c5c3e9c Revert "Ensure PlanRanker::scoreTree does not divide by zero"
This reverts commit 015d7742f7.
2016-02-19 10:21:03 -05:00
Tess Avitabile
015d7742f7 Ensure PlanRanker::scoreTree does not divide by zero 2016-02-19 10:18:11 -05:00
Benety Goh
0e6d01cb63 SERVER-22731 allow replSetInitiate on nodes started with --configsvr but not --replSet 2016-02-19 10:01:33 -05:00
Mike Grundy
2aeae1ee0f SERVER-22597 Fix minor javascript errors found by eslint 2016-02-19 05:50:29 -05:00
Michael Cahill
70db6ed51f Import wiredtiger-wiredtiger-2.7.0-675-g4f38287.tar.gz from wiredtiger branch mongodb-3.4
ref: cc96d99..4f38287

SERVER-22676  WiredTiger fails to open databases created by 3.0.0 or 3.0.1
WT-2280       Add CRC32 Optimized code for PPC64LE
WT-2295       WT_SESSION.create does a full-scan of the main table
WT-2346       Don't hold schema lock during checkpoint I/O
WT-2361       Column-store starting record number error
WT-2367       WT_CURSOR.next out-of-order returns failure
WT-2374       Read error on index file
WT-2375       Need tests for collators
WT-2382       Problem with custom collator for 'u' format with join cursor
WT-2387       Fix cursor random unit test on Windows
WT-2390       OS X build is broken
WT-2393       Unnecessary error handling labels.
WT-2396       Jenkins Spinlock GCC task Hung
WT-2397       Cursor traversal from end of the tree skips records.
WT-2399       Add test case that verifies cursor traversal
WT-2411       LSM drop hang
2016-02-19 15:36:47 +11:00
Adam Midvidy
da2441b59b SERVER-22737 increase timeout in exit_logging.js. Slow hosts can take 50+ seconds to shut down after we send the signal... 2016-02-18 17:32:48 -05:00
Waley Chen
877b8bd686 SERVER-22461 Crash in mozjs code with invalid NumberLong object 2016-02-18 17:31:59 -05:00
Dianna Hohensee
ee31993039 SERVER-22239 DuplicateKey Error, update optime to latest after insert failure 2016-02-18 17:13:59 -05:00
Kaloian Manassiev
16fdea6610 SERVER-22714 Fix compile break 2016-02-18 17:11:40 -05:00
Jason Rassi
cace2c61d3 SERVER-22328 Remove benchRun() retval assertion in bench jstest 2016-02-18 17:07:35 -05:00
Kaloian Manassiev
4f16d9f67c SERVER-22714 MongoURI should use the socketTimeout option 2016-02-18 16:36:39 -05:00
Jonathan Reams
f0fbd83c55 SERVER-22493 don't use boost's initial_path when finding programs in MongoRunner 2016-02-18 16:05:01 -05:00
Adam Midvidy
3df36196ca SERVER-22737 make exit_logging.js more robust 2016-02-18 15:50:52 -05:00
Jason Carey
51c69520eb SERVER-22587 Upgrade to SpiderMonkey 38.6.1esr 2016-02-18 14:46:59 -05:00
samantharitter
005ef32352 SERVER-22433 Add more detailed logging to NetworkInterfaceASIO 2016-02-18 14:46:01 -05:00
samantharitter
f7204fb273 SERVER-22433 Add a table formatting utility for logging 2016-02-18 14:27:57 -05:00
Tess Avitabile
a12f3f8079 SERVER-13123 All callers of PlanExecutor::getNext need to deal with error returns 2016-02-18 13:59:27 -05:00