翻译或纠错本页面

3.2 Changelog

3.2.11 Changelog

Sharding

  • SERVER-25854 Change count() to itcount() in sharding_with_x509.js to avoid incorrect counts due to ongoing migrations
  • SERVER-26231 Remove printShardingStatus call from bouncing_count.js
  • SERVER-26365 mergeChunks fails with empty error message if merging chunks that were moved
  • SERVER-26484 Black-list jumbo1.js from continuous stepdown suite on 3.2 branch
  • SERVER-26737 Segmentation fault in mongos at shutdown due to unconstructed ClientCursorManager
  • SERVER-26859 AsyncResultsMerger replica set retargeting may block the ASIO callback threads
  • SERVER-26898 _migrateClone may hold WT snapshot for a long time

Replication

  • SERVER-7200 use oplog as op buffer on secondaries
  • SERVER-22472 rollback_index.js
  • SERVER-25145 During rollback (or w/minvalid invalid) select sync source based on end OpTime
  • SERVER-25486 increase wait time in slavedelay1.js to check replication delay
  • SERVER-25994 Allow applyOps to validate authorization permissions at the operation level
  • SERVER-26142 disable timing checks in election_timing.js
  • SERVER-26146 jstests/replsets/clean_shutdown_oplog_state.js should use ReplSetTest.initiate()
  • SERVER-26182 3.2 node syncing from a 3.0 node can crash due to too-large BSON during upconversion to find command reply
  • SERVER-26748 Don’t call for priority takeover when repl lagged
  • SERVER-26899 initialize_from_old_node.js should await replication before shutting down

Aggregation

  • SERVER-24168 Increase tolerance in SampleFromRandomCursorBasics::MimicNonOptimized
  • SERVER-24386 3.2.6 Segmentation Fault after a network problem

Storage

  • SERVER-23510 Fix index_retry.js and index_no_retry.js to not be timing-based
  • SERVER-25715 Stop leaking WiredTigerSessions at shutdown

WiredTiger

  • SERVER-25312 invalid wiredTiger configString in the createIndexes command can fassert
  • SERVER-26753 Minor speed regression (13%) and ‘choppy’ performance in 3.4 vs 3.2

Operations

SERVER-26465 Log somap info when doing heap profiling

Build and Packaging

  • SERVER-24662 Update to PCRE 8.39
  • SERVER-26583 MongoDB 3.4 packages appearing in 3.2 repo when running yum update
  • SERVER-26652 Invalid definitions in systemd configuration for debian

Internals

  • SERVER-21260 Sys-perf and longevity project to always upload log files even when there is a system failure.
  • SERVER-23379 MongoDB Enterprise compiled on OS X 10.10 fails to start on OS X 10.8
  • SERVER-24055 Increase wtimeout in chaining_removal.js
  • SERVER-25546 Handle slaveDelay as part of op batching on secondaries
  • SERVER-25777 StopMongoProgram shouldn’t implicitly switch to SIGKILL
  • SERVER-25919 Rewrite NetworkInterfaceASIO stress test
  • SERVER-26167 mongo-perf: Remove wt-mmap comparison variants
  • SERVER-26406 sys-perf, mongo-perf: Add Evergreen task to the post test analysis override json files
  • SERVER-26477 Use non-throwing variant of asio::basic_socket::cancel
  • SERVER-26647 Report additional timeout information in NetworkInterfaceASIO
  • SERVER-26689 Update call to setup-cluster.sh in system-perf.yml and longevity.yml
  • SERVER-26813 Enable longevity performance test for 3.2 branch
  • TOOLS-1488 provide IO buffers to oplog archive intents
  • WT-1592 Dump detailed cache information via statistics
  • WT-2403 Enhance random cursor implementation for LSM trees
  • WT-2415 Add option for join cursors to return false positives from a Bloom filter
  • WT-2831 Skip creating a checkpoint if there have been no changes
  • WT-2858 rename wtperf’s CONFIG structure
  • WT-2880 Add support for Zstandard compression
  • WT-2895 Reduce the runtime of make check testing with disable long
  • WT-2904 Fix a bug where the reported checkpoint size could be many times data size
  • WT-2907 Bug in Java ConcurrentCloseTest case
  • WT-2917 split wtperf’s configuration into per-database and per-run parts
  • WT-2920 Add statistic tracking application thread cache maintenance time
  • WT-2931 Configure default in-memory dirty cache usage lower
  • WT-2932 Allow applications to selectively ignore cache limit with in-memory configuration
  • WT-2933 Fix a race between named snapshots and checkpoints
  • WT-2937 test_inmem01 aborts due to stuck cache
  • WT-2938 Assembly files should end in .sx, not .S
  • WT-2941 Improve test/format to use faster key-generation functions
  • WT-2942 verbose strings don’t need newline
  • WT-2945 Occasional hang running reconfigure fuzz test
  • WT-2946 dist/s_docs incompatible with OS X Xcode installation
  • WT-2947 test suite populate functions need refactoring
  • WT-2948 simplify error handling by making epoch time return never fail
  • WT-2949 Add an option to wtperf to not close connection on shutdown
  • WT-2950 Inserting multi-megabyte values can cause large in-memory pages
  • WT-2953 Test format failure - stuck cache with 1/42MB dirty
  • WT-2954 Inserting multi-megabyte values can cause large in-memory pages
  • WT-2955 Add statistics tracking the amount of time threads spend waiting for high level locks
  • WT-2956 utility tests -h option is always overridden by the default setup
  • WT-2959 Ensure WT_SESSION_IMPL is never used before it’s initialized
  • WT-2961 Add a version drop-down to the web version of the docs
  • WT-2963 Race setting max_entries during eviction
  • WT-2964 WTPERF parallel-pop-btree hung in populate phase
  • WT-2965 test_wt2323_join_visibility can hang on OSX
  • WT-2968 backup cursor opens every file
  • WT-2971 Add documentation for raw-compression to the tune_compression page in WT docs
  • WT-2974 lint
  • WT-2975 Reduce the memory allocated for statistics
  • WT-2976 Add a statistic tracking how long application threads spend doing I/O
  • WT-2977 Csuite LSM Random test can occasionally fail
  • WT-2985 Race during checkpoint can cause a core dump
  • WT-2987 Fix a bug where opening a cursor on an incomplete table drops core
  • WT-2988 __wt_epoch potentially returns garbage values.
  • WT-2991 Coverity issue 1365198
  • WT-2998 Add error messages to error returns that might be confusing.
  • WT-2999 Memory leak in join WT_CURSOR with custom extractor
  • WT-3001 WT_EXTENSION_API references are named inconsistently.
  • WT-3003 log generation should not auto generate the record and op types
  • WT-3005 Add top-level .gitignore file.
  • WT-3007 Remove duplicated word in comment
  • WT-3008 Run wtperf stress testing against all maintained branches
  • WT-3009 Test format hung/aborted with small cache (sub 10mB)

3.2.10 Changelog

Sharding

  • SERVER-23598 Race in config.version intialization
  • SERVER-25516 Add setParameter option to 3.2 to prevent the replica set monitor from ever giving up on monitoring a set
  • SERVER-25527 Send the version of the chunk being moved as part of the shard moveChunk and splitChunk commands
  • SERVER-25574 Remove jstest/core/hashtest.1js
  • SERVER-25602 splitChunk command with out of bound splitKeys fails, but still updates the chunks

Replication

  • SERVER-22136 Attach term metadata to UpdatePosition command
  • SERVER-24254 Wait for nodes to agree on primary in maxSyncSourceLagSecs.js and chaining_removal.js
  • SERVER-24926 replset8.js should call ReplSetTest.awaitReplication() to be consistent with comment in test.
  • SERVER-25946 increase failover limit in election_timing.js

Query

  • SERVER-24320 Planner can attempt to use invalid index when using plan cache due to plan cache key / MatchExpression sorting inconsistency
  • SERVER-24901 rollback5.js should not depend on size storer value to get collection size
  • SERVER-25443 Remove Linux (Decimal Enabled) test variant
  • SERVER-25951 MongoDB 3.2: Report additional metrics in getMore slowms logging

Write Operations

SERVER-16801 update considers a change in numerical type to be a noop

Aggregation

SERVER-25039 Aggregation can attempt to re-plan after collection has been dropped

JavaScript

SERVER-25056 ImplScope should check interruptability against an opctx

WiredTiger

  • WT-2863 Support UTF-8 paths on Windows
  • WT-2865 eviction thread error failure
  • WT-2026 Maximum pages size at eviction too large
  • WT-2221 Document which statistics are available via a “fast” configuration vs. an “all” configuration
  • WT-2233 Investigate changing when the eviction server switches to aggressive mode.
  • WT-2239 Make sure LSM cursors read up to date dsk_gen, it was racing with compact
  • WT-2323 Allocate a transaction id at the beginning of join cursor iteration
  • WT-2843 Fix a bug in recovery if there is no filesystem truncate support
  • WT-2846 Several bugs related to reconfiguring eviction server at runtime
  • WT-2353 Failure to create async threads as part of a wiredtiger_open call will cause a hang
  • WT-2380 Make scripts fail if code doesn’t match style
  • WT-2486 Update make check so that it runs faster
  • WT-2555 make format run on Windows
  • WT-2578 remove write barriers from the TAILQ_INSERT_XXX macros
  • WT-2631 nullptr is passed for parameters marked with attribute non-null
  • WT-2638 ftruncate may not be supported
  • WT-2645 wt dump: push the complexity of collecting metadata into a dump cursor
  • WT-2648 cache-line alignment for new ports
  • WT-2665 Limit allocator fragmentation in WiredTiger
  • WT-2678 The metadata should not imply that an empty value is true
  • WT-2688 configure –enable-python doesn’t check for availability of swig
  • WT-2693 Check open_cursor error paths for consistent handling
  • WT-2695 Integrate s390x accelerated crc32c support
  • WT-2719 add fuzz testing for WiredTiger options and reconfiguration.
  • WT-2728 Don’t re-read log file headers during log_flush
  • WT-2731 Raw compression can create pages that are larger than expected
  • WT-2732 Coverity analysis defect 99665: Redundant test
  • WT-2734 Improve documentation of eviction behavior
  • WT-2737 Scrub dirty pages rather than evicting them
  • WT-2738 Remove the ability to change the default checkpoint name
  • WT-2739 pluggable file systems documentation cleanups
  • WT-2743 Thread count statistics always report 0
  • WT-2744 partial line even with line buffering set
  • WT-2746 track checkpoint I/O separately from eviction I/O
  • WT-2751 column-store statistics incorrectly calculates the number of entries
  • WT-2752 Fixes to zipfian wtperf workload config
  • WT-2755 flexelint configuration treats size_t as 4B type
  • WT-2756 Upgrade the autoconf archive package to check for swig 3.0
  • WT-2757 Column tables behave differently when column names are provided
  • WT-2759 Releasing the hot-backup lock doesn’t require the schema lock.
  • WT-2762 wtstats tool fails if checkpoint runs
  • WT-2763 Unit test test_intpack failing on OSX
  • WT-2764 Optimize checkpoints to reduce throughput disruption
  • WT-2765 wt dump: indices need to be shown in the dump output
  • WT-2766 Don’t count eviction of lookaside file pages for the purpose of checking stuck cache
  • WT-2767 test suite needs way to run an individual scenario
  • WT-2769 Update documentation to reflect correct limits of memory_page_max
  • WT-2770 Add statistics tracking schema operations
  • WT-2772 Investigate log performance testing weirdness
  • WT-2773 search_near in indexes does not find exact matches
  • WT-2774 minor cleanups/improvements
  • WT-2778 Python test suite: make scenario initialization consistent
  • WT-2779 Raw compression created unexpectedly large pages on disk
  • WT-2781 Enhance bulk cursor option with an option to return immediately on contention
  • WT-2782 Missing a fs_directory_list_free in ex_file_system.c
  • WT-2783 wtperf multi-btree.wtperf dumps core on Mac
  • WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliation
  • WT-2787 Include src/include/wiredtiger_ext.h is problematic
  • WT-2788 Java: freed memory overwrite during handle close can cause JNI crash
  • WT-2791 Enhance OS X Evergreen unit test
  • WT-2793 wtperf config improvements
  • WT-2795 Update documentation around read-only configuration
  • WT-2796 Memory leak in reconciliation uncovered by stress testing
  • WT-2800 Illegal file format in test/format on PPC
  • WT-2801 Crash vulnerability from eviction of metadata during checkpoint
  • WT-2803 Add verbose functionality to WT Evergreen tests
  • WT-2804 Don’t read values in a tree without a snapshot
  • WT-2805 Infinite recursion if error streams fail
  • WT-2806 wtperf allocation size off-by-one
  • WT-2807 Switch Jenkins performance tests to tcmalloc
  • WT-2811 Reconciliation asserts that transaction time has gone backwards
  • WT-2812 Error when reconfiguring cache targets
  • WT-2813 small cache usage stuck even with large cache
  • WT-2814 Enhance wtperf to support single-op truncate mode
  • WT-2816 Improve WiredTiger eviction performance
  • WT-2817 Investigate performance regression in develop, add workload to wtperf/runners
  • WT-2818 The page visibility check when queuing pages for eviction is overly restrictive
  • WT-2820 add gcc warn_unused_result attribute
  • WT-2822 panic mutex and other functions that cannot fail
  • WT-2823 support file handles without a truncate method
  • WT-2824 wtperf displays connection and table create configurations twice
  • WT-2826 clang38 false positive on uninitialized variable.
  • WT-2827 checkpoint log_size configuration improvements
  • WT-2828 Make long wtperf tests reflect mongoDB usage
  • WT-2829 Switch automated testing to use enable-strict configure option
  • WT-2832 Python test uses hard-coded temporary directory
  • WT-2834 Join cursor: discrepancy with bloom filters
  • WT-2835 WT_CONNECTION.leak-memory can skip memory map and cache cleanup
  • WT-2838 Don’t free session handles on close if leak memory is configured
  • WT-2839 lint: Ignoring return value of function
  • WT-2840 clang analysis: garbage values
  • WT-2841 Jenkins Valgrind runner is reporting errors in test wt2719_reconfig
  • WT-2847 Merge fair locks into read/write locks.
  • WT-2850 clang 4.1 attribute warnings when building
  • WT-2853 Multi threaded reader writer example shows temporary slowdown or lockup
  • WT-2857 POSIX ftruncate calls should be #ifdef’d HAVE_FTRUNCATE
  • WT-2862 Fix lint error in test case for forced eviction with multiple cursors
  • WT-2866 Eviction server algorithm tuning
  • WT-2867 Review and fix barrier usage in __lsm_tree_close
  • WT-2868 Add sample_interval to checkpoint-stress wtperf config
  • WT-2869 Performance regression on secondaries
  • WT-2870 Rename wtperf checkpoint schema jobs
  • WT-2871 __wt_verbose has the wrong GCC format attributes
  • WT-2872 Recent stuck cache test/stress failures.
  • WT-2873 Refactor CRC32 code
  • WT-2875 Test test_wt2853_perf can run too long under valgrind
  • WT-2876 Extend wtperf to support a log like table
  • WT-2878 Verbose changes affected performance
  • WT-2881 Add -Wpedantic to clang compiler warning flags
  • WT-2883 wiredtiger_open with verbose=handleops recursive loop
  • WT-2885 __wt_checkpoint_signal lint
  • WT-2886 Decide how in-memory configuration and eviction_dirty_target interact
  • WT-2888 Switch functions to return void where possible
  • WT-2892 hot backup can race with block truncate
  • WT-2896 Coverity #1362535: resource leak
  • WT-2897 Checkpoints can become corrupted on failure
  • WT-2901 Add option to disable checkpoint dirty stepdown phase
  • WT-1162 Add latency to Jenkins wtperf tests and plots
  • SERVER-25843 Coverity analysis defect 99856: Redundant test
  • SERVER-25845 Coverity analysis defect 99859: Explicit null dereferenced
  • SERVER-25846 Coverity analysis defect 99861: Dereference after null check

GridFS

SERVER-25451 gridfs.js should shard sharded_files_id_n.fs.chunks with key {files_id: 1, n: 1} and unique=true

Operations

  • SERVER-22491 replace db.serverStatus().uptimeEstimate test in dbadmin.js with C++ test
  • SERVER-25080 MongoDB 3.2.8 ignores ulimit in systemd distributions
  • SERVER-25478 Use wtimeout in sh.setBalancerState

Build and Packaging

  • SERVER-12048 Calling “service mongod start” with mongod running prevents “service mongod stop” from working
  • SERVER-19986 clang-format.py lint fails in mci if files were deleted
  • SERVER-24885 The systemd MaxTasks feature can prevent mongod from accepting new connections
  • SERVER-25594 update to latest curator build for repo publishing
  • SERVER-25786 Remove buildscripts/update-vendor-wiredtier
  • SERVER-25793 update curator for s3 improvements
  • SERVER-25815 Remove Ubuntu 14.10 build from v3.2 and v3.0 branch
  • SERVER-25908 Simplify repo.mongodb.(com|org) repository layout.

Tools

  • TOOLS-1035 Don’t create intents for system.profile.metadata.json files
  • TOOLS-1140 tools do not respect readPreference=secondary when connecting to a mongos
  • TOOLS-1223 Mongodump SSL and GSSAPI authentication
  • TOOLS-1268 No numeric version in –version output
  • TOOLS-1277 Backport to v3.2
  • TOOLS-1365 Issue only one ApplyOps cmd per oplog entry

Internals

  • SERVER-22150 multiversion download script should use new feeds rather than dl.mongodb.org
  • SERVER-22368 Parameterize branch in etc/perf.yml
  • SERVER-22496 Add aggregation performance task
  • SERVER-23819 buildlogger client requests should use basic auth instead of digest auth
  • SERVER-24719 Run the Validate hook on the 3.2 branch
  • SERVER-25324 Expose a function in the shell to compare BSON at a byte level
  • SERVER-25348 Parameterize branch in etc/system-perf.yml
  • SERVER-25358 resmoke does not terminate mongod cleanly on Windows
  • SERVER-25391 Update v3.2 and master builders to use the vendored SCons 2.5.0
  • SERVER-25416 killop_own_ops.js should use failpoints instead of long running $where
  • SERVER-25465 Mongos crashing due to segmentation error.
  • SERVER-25578 Update parameter name of reports directory passed in to post run analysis scripts (sys-perf & perf projects)
  • SERVER-25580 New baseline for mongo-perf Q3 2016
  • SERVER-25587 blacklist findAndModify_update_and_grow
  • SERVER-25627 Remove the concurrency_simultaneous suite from v3.2
  • SERVER-25672 Update compile task distro for mongo-perf-3.2, sys-perf-3.2, and mongo-perf-3.0
  • SERVER-25711 Replace occurance of ‘sslspecial’ with ‘sslSpecial’ in v3.2 evergreen.yml
  • SERVER-25784 sys-perf-3.2 project should include “platform” expansion
  • SERVER-25947 jsCore_v33_validate should set multiversion_platform_arch
  • SERVER-26041 Use bsonBinaryEqual in checkDBHashesForReplSet
  • TOOLS-1371 mongorestore assumes admin.system.version only contains authSchema document

3.2.9 Changelog

Security

SERVER-17856 users on mongods should always be able to run currentOp and killOp on their own operations

Sharding

  • SERVER-23958 DBConfig::_loadIfNeeded will not do a reload even in cases where a force reload is needed
  • SERVER-24810 Swap movePrimary command for ShardingTest::ensurePrimaryShard
  • SERVER-24842 ShardingStateRecovery::recover cleanup should not wait for replication
  • SERVER-24892 “Creating first chunks failed: Data inconsistency detected amongst config servers” when using 3.2.3+ without replica set config servers
  • SERVER-25029 Segmentation fault in mongos when config servers not available
  • SERVER-25052 csrs_upgrade_set_shard_version.js test is racy
  • SERVER-25254 Only advance config server optime in response to messages from cluster members
  • SERVER-25258 Improve parsing of killOp opID in mongos

Replication

  • SERVER-22136 Attach term metadata to UpdatePosition command
  • SERVER-23795 master/slave looks at on-disk size on a resync
  • SERVER-24630 Mongos erroneously advances config optime for writes that fail write concern
  • SERVER-24933 Clean shutdown of secondaries should occur in between oplog batches, not during
  • SERVER-25353 Clean shutdown should leave secondaries without the batch-in-progress flag

Query

  • SERVER-24693 group7.js should deterministically check for yields
  • SERVER-24761 Queries being planned with the subplanner can ignore when the PlanExecutor is killed

Storage

SERVER-16910 sorth.js makes invalid assumption about order of results

WiredTiger

  • SERVER-23659 Provide useful message when wiredTigerJournalCompressor is changed
  • SERVER-24334 Support conditional files in WiredTiger builds
  • WT-2711 Change statistics log configuration options
  • WT-2730 cursor next/prev can return the wrong key/value pair when crossing a page boundary
  • WT-2760 Fix a bug in backup related to directory sync. Change the filesystem API to make durable the default
  • WT-2798 Crash vulnerability with nojournal after create during checkpoint
  • WT-2802 Transaction commit causes heap-use-after free

Operations

  • SERVER-20239 Built-in sampling heap profiler
  • SERVER-22347 Mongo shell replica set connections must use legacy readMode
  • SERVER-22383 mongo shell should permit mongodb:// URI without database name
  • SERVER-23069 Improve tcmalloc freelist statistics
  • SERVER-23145 Shell sharding helpers should give feedback on success
  • SERVER-23409 Add tunability to tcmalloc serverStatus detail
  • SERVER-23830 On RHEL7/Centos7 mongod can’t stop if pid location in conf differs from the init.d script
  • SERVER-24335 Shell sharding helpers should use wtimeout and respond appropriately

Build and Packaging

Tools

TOOLS-1336 Make –version spit out a bit more information.

Internals

  • SERVER-22860 Port resmoke.py’s ValidateCollections hook to JavaScript
  • SERVER-23226 Port resmoke.py’s CheckReplDBHash hook to javascript
  • SERVER-23306 Check collection attributes during (js) testing
  • SERVER-23661 $sample takes disproportionately long time on newly created collection
  • SERVER-23902 Failing to create a thread should fail with a useful error message
  • SERVER-24073 Update system perf, longevity, and distributed correctness projects to use dedicated work directory
  • SERVER-24346 Run jstestfuzz on rhel55-test instead of rhel55
  • SERVER-24593 virtualenv used for ese test should not use system-site-package
  • SERVER-24716 Remove the CheckReplDBHashDeprecated hook
  • SERVER-24758 Move initial_sync suite of tests into its own tasks in sys-perf project
  • SERVER-24820 move push tasks to use relevant ec2 distro rather than rhel55
  • SERVER-24919 Perf.yml should consistently call pip install in venv
  • SERVER-24925 add url_raw field to resmoke
  • SERVER-24946 Evergreen.yml test for storageEngineCacheSizeGB cannot use [[ ]]
  • SERVER-24990 Update command_line_parsing.js to ignore cacheSizeGB in configuration comparison
  • SERVER-25006 Connection Pool ASIO must indicate use separately from non-error
  • SERVER-25074 make performance analysis run with log analysis
  • SERVER-25146 JS replset dbhash hook fails when checking nindexes with a collection containing a background index
  • SERVER-25169 for all branches earlier than master, change rhel55 compile distro to rhel55-large
  • SERVER-25193 Update system_perf.yml to simplify patch builds
  • SERVER-25198 Increase scons stack size for eslint
  • SERVER-25199 performance project: enable time logic for log analysis
  • SERVER-25212 work around stale dbhash value on v3.2
  • SERVER-25259 Drop temporary databases in dbhash testing hook
  • SERVER-25273 Concurrency suite dbHash check should call checkDBHashesFsyncLocked
  • SERVER-25274 Make checkDBHashesFsyncLocked from jstests/hooks/check_repl_dbhash.js, an internal function
  • SERVER-25302 turn on YCSB throughput analysis for YCSB tasks in sys-perf
  • SERVER-25330 Update system_perf.yml to use different test_control file for replica and sharded ycsb
  • TOOLS-1079 write_concern_mongos jstests are flaky
  • TOOLS-1176 –dumpDbUsersAndRoles without users creates broken dumps

3.2.8 Changelog

Security

SERVER-24432 Update clusterMonitor role support reading from local.sources

Sharding

  • SERVER-23780 Remove multi_host_query_test
  • SERVER-23930 Race condition between addShard and ShardRegistry reload
  • SERVER-24031 Prevent cleanupOrphan from deleting migrating chunk data before commit

Replication

  • SERVER-23643 gate state transitions in replsetprio1.js
  • SERVER-23853 replsetprio1.js should wait for replication before stopping highest priority node
  • SERVER-24424 initial_sync2.js awaitReplication fails when slave2 becomes primary after step 11
  • SERVER-24639 blacklist create_index_background.js in backup_restore.js
  • SERVER-24690 wait for replication before shutting down in backup_restore.js
  • SERVER-24700 fix erroneous curop assumption in stepdown_kill_other_ops.js
  • SERVER-24773 Secondary block on initialSync when the next oplog needed was removed on primary

Query

SERVER-24441 Change geo_full.js to not create points near the poles

Write Operations

SERVER-22422 Test that write commands support writeConcern

JavaScript

SERVER-24369 Surpress ssl_fips.js test assertation on Ubuntu 16.04

Storage

  • SERVER-22723 Invariant failure using copydb
  • SERVER-23761 Prevent users from downgrading 3.4=>3.2 if any collection has an index with a non-default collation
  • SERVER-24194 Queued table drops within the WiredTiger KVEngine can compete with each other

WiredTiger

  • SERVER-24428 WiredTiger changes for MongoDB 3.2.8
  • SERVER-24580 Improve performance when WiredTiger cache is full
  • WT-2646 Split the lock_wait flag into two, adding a checkpoint_wait flag
  • WT-2672 Handle system calls that don’t set errno
  • WT-2696 Race condition on unclean shutdown may miss log records with large updates
  • WT-2702 Under high thread load, WiredTiger exceeds cache size
  • WT-2706 Race condition on log file switch can cause missing log records
  • WT-2708 split child-update race with reconciliation/eviction
  • WT-2729 Focus eviction walks in largest trees

MMAP

  • SERVER-24301 Increase max mmapv1 journal size in debug builds to 1GB

Operations

SERVER-23126 Mongo shell segfaults

Build and Packaging

  • SERVER-7285 Support systemd in future compatible distributions
  • SERVER-18329 Add Debian 8 (Jessie) builds and associated package repository
  • SERVER-20183 make mongo-tools a module in the evergreen configuration
  • SERVER-21977 Make evergreen patch builds have unique version/githash
  • SERVER-24555 compilation db scons tool is not compatible with scons 2.4.x
  • SERVER-24588 conf.Finish() is missing in src/third_party/wiredtiger/SConscript

Tools

  • TOOLS-588 Mongostat with discover can find the same node twice in a sharded cluster
  • TOOLS-601 mongostat –discover does not alias localhost to the target hostname
  • TOOLS-690 mongoimport returns exit code 0 even when error prevents records from being inserted
  • TOOLS-715 Wrong error message while using mongoimport
  • TOOLS-1034 add a “–assertExists” option to mongoexport
  • TOOLS-1274 Use v3.2.7 for qa tests
  • TOOLS-1299 mongoimport types jstest fails on functions

Internals

  • SERVER-22204 Tests should lower WT cache size
  • SERVER-23686 auto2.js - fatal assertion 28735 ShutdownInProgress
  • SERVER-23741 Replace runMongoProgram(<mongo tool>, ...) calls with MongoRunner.runMongoTool(<mongo tool>, {...})
  • SERVER-23742 Fix or remove version checking in MongoRunner.runMongoTool()
  • SERVER-24201 jsTest.authenticateNodes doesn’t handle temp network errors
  • SERVER-24211 Addition of oom killed processes to the system logs tab
  • SERVER-24224 Print -ulimit at the beginning of system logs
  • SERVER-24243 Turn on manifest in system_perf.yml, etc.
  • SERVER-24316 Extend lock manager unit-testing around lock mode conversion
  • SERVER-24409 Turn on dashboard data collection for 3.2 branch
  • SERVER-24456 Tests should lower RocksDB cache size
  • SERVER-24582 MongoDB secondary node crashes randomly when primary node is killed/dies
  • SERVER-24669 system_perf.yml: Use configuration files for mongodb_setup
  • SERVER-24711 ASIO connections that have already timed out before setup should not error
  • SERVER-24919 Perf.yml should consistently call pip install in venv
  • TOOLS-879 UTF-8 bom is not ignored in mongoimport
  • TOOLS-1082 mongorestore gives verbose error when dump directory doesn’t exist
  • TOOLS-1116 fix broken qa-tests-unstable
  • TOOLS-1180 Mongostat shouldn’t show 1g for netIn/netOut
  • TOOLS-1269 sharding/replication test cleanup failures
  • TOOLS-1300 vet task doesn’t actually fail if vet fails
  • TOOLS-1304 vet task running on unnecessary variants

3.2.7 Changelog

Security

SERVER-23570 Make SecureAllocator a real allocator

Sharding

  • SERVER-23428 If mongos tells a shard about a CSRS config server string (via SSV), the shard should switch to CSRS mode
  • SERVER-23878 Exclude remove3.js from sharding_legacy_multiversion
  • SERVER-24084 Gracefully handle errors inside ReplicationCoordinatorExternalStateImpl::recoverShardingState
  • SERVER-24258 Remove assertion that shards haven’t switched to CSRS mode from csrs_upgrade_set_shard_version.js test
  • SERVER-24298 add ensurePrimaryShard to csrs_upgrade_mongod_using_movechunk.js

Replication

  • SERVER-23089 ensure first slave sync is interrupted, for repl5.js
  • SERVER-23919 Database/Collection drop during initial sync can cause collmod to fail initial sync
  • SERVER-24004 move serverStatus() into try...catch in reconfig_without_increased_queues.js
  • SERVER-24280 Starting from 3.2.5 if bind_ip is set to 0.0.0.0 it will end up in the replica set config if rs.initiate() is executed with no arguments

Query

SERVER-23585 CanonicalQuery doesn’t outlive QuerySolutions in QueryPlannerTest fixture

Storage

  • SERVER-23116 Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features
  • SERVER-23117 Remove path-level multikey information from KVCatalog when downgrading to 3.2
  • SERVER-23960 Improve log message on 3.2 when downgrading from 3.3+ after creating new WT index
  • SERVER-24313 Not all callers of KVCatalog::FeatureTracker::getInfo() acquire resource lock when necessary

WiredTiger

  • SERVER-23982 WiredTiger now needs stdbool.h
  • SERVER-24306 40-second journaling stall from “log files prepared” to checkpoint

Operations

Build and Packaging

  • SERVER-23043 Community and Enterprise builds on Ubuntu 16.04 LTS (Xenial Xerus)
  • SERVER-23557 save and publish debug symbols for missing platforms when possible.
  • SERVER-23697 Release shell as separate download
  • SERVER-24117 Mongo binaries ELF stack has become executable
  • SERVER-24185 Enable read-only relocations
  • SERVER-24240 Ubuntu 16.04 on the v3.2 branch needs to compile with the v2 toolchain

Tools

TOOLS-1166 Mongotop cannot connect to secondary in 3.2

Internals

  • SERVER-22198 resmoke.py should obey order of tests specified via command line
  • SERVER-22914 mongos_no_replica_set_refresh.js must always obtain config from the primary node
  • SERVER-23125 Ownership semantics of MessageHandlers are broken
  • SERVER-23491 set_majority_read_and_write_concerns.js doesn’t work for updates
  • SERVER-23492 Add explicit execution mode serial to concurrency test suite
  • SERVER-23524 Compare version string in compile_expansions.yml to version string from MongoDB binary
  • SERVER-23867 system_perf.yml refactoring: clean up the script to deploy MongoDB perf test clusters
  • SERVER-23964 Clone all DP repos directly from Evergreen using modules
  • SERVER-23989 Disable the concurrency and fuzzer suites on the ephemeralForTest variant
  • SERVER-24022 Fix the test file path for DSI tests
  • SERVER-24050 Update perf.yml to create src directory for analysis phase.
  • SERVER-24058 Connection pool asio doesn’t honor setup timeouts
  • SERVER-24062 Native CA certificates don’t work with homebrew’s openssl
  • SERVER-24116 reverse indexes do not handle entries with leading null bytes
  • SERVER-24228 Change ycsb to YCSB in sytem_perf.yml and longevity.yml modules
  • TOOLS-1144 Create stable and unstable branches
  • TOOLS-1182 mongooplog should report the number of ops applied

3.2.6 Changelog

Security

  • SERVER-23184 Reduce listCollections privileges
  • SERVER-23394 AuthorizationManager may deadlock while building role graph if profiling is enabled
  • SERVER-23591 Avoid using rawMongoProgramOutput() in js_protection.js and js_protection_roundtrip.js
  • SERVER-23838 Remove startup warnings for no access control and bind_ip

Sharding

  • SERVER-23544 Race condition can allow using a SyncClusterConnection to talk to config servers even after swapping CatalogManager to CSRS mode
  • SERVER-23586 Increase timeouts in csrs upgrade tests to reduce flakiness
  • SERVER-23589 Run csrs upgrade tests serially to avoid overloading the test machine
  • SERVER-23704 shard_keycount.js does not invoke anonymous function
  • SERVER-23784 Don’t use 30 second network timeout on commands sent to shards through the ShardRegistry
  • SERVER-23796 Incorrect warning when using mongos with keyfile: Access control is not enabled for the database
  • SERVER-23858 server22767.js in noPassthrough suite is failing due to checking for wrong error code

Replication

  • SERVER-23775 oplog default size must be differently calculated for inMemory storage engine
  • SERVER-23828 replsets_priority1.js needs to wait for repl after elections

Query

  • SERVER-7005 Documents containing keys with embedded null characters can be created
  • SERVER-23807 Updates should always throw WriteConflictException on unindexing

JavaScript

SERVER-23571 Make debug builds of SpiderMonkey distinct from –dbg in scons

Storage

  • SERVER-18844 Reacquire the snapshot after commit/abort
  • SERVER-21414 Add information to server status to tell if data is persisted to disk
  • SERVER-22970 Compound background Index contains mismatched index keys and documents
  • SERVER-23766 Remove beta startup warning for inMemory storage engine

WiredTiger

  • SERVER-23504 Coverity analysis defect 98177: Resource leak
  • SERVER-23526 Replication relies on storage engines reporting a non-zero size for correctness
  • SERVER-23588 mongod with WiredTiger won’t start on Windows when built with –dbg=on –opt=off
  • SERVER-23682 WiredTiger changes for MongoDB 3.2.6

Operations

  • SERVER-22043 count helper doesn’t apply read preference
  • SERVER-23044 Fall back to system CA certs in the shell if CA file isn’t provided

Build and Packaging

  • SERVER-23719 Control build verbosity via a VERBOSE variable rather than the –mute flag
  • SERVER-23804 Reduce num_jobs_available on ppc64le rhel builder

Internals

  • SERVER-23217 Hang in network_interface_asio_test
  • SERVER-23474 set a more reasonable –dialTimeout in runMongoTool
  • SERVER-23523 shell scripts in evergreen.yml should always exit on error
  • SERVER-23566 Update distros (AMI) for Evergreen performance projects
  • SERVER-23642 system_perf.yml refactoring
  • SERVER-23652 Add automatic generation of timeseries.py to system_perf.yml
  • SERVER-23655 Invalidate CollectionInfoCache when starting an index build
  • SERVER-23762 ValidateAdaptor::validate() should return non-OK status if it fails.
  • SERVER-23788 Disable sharding_csrs_upgrade on ppc64le

3.2.5 Changelog

Security

SERVER-22708 Add exposure startup warnings

Sharding

  • SERVER-17468 actionlog should not log every single balancer round
  • SERVER-21994 cleanup_orphaned_basic.js
  • SERVER-22081 Enable CSRS continuous stepdown workload in evergreen
  • SERVER-22151 Blacklist lagged_config_secondary.js and similar tests from the sharding_csrs_continuous_config_stepdown_WT suite
  • SERVER-22511 Blacklist sharding_rs1.js from CSRS continuous config primary step down suite because of config db writes without retry
  • SERVER-22725 prevent concurrent exitCleanly execution in mongos
  • SERVER-22767 mongos segfault when invoking .explain() on certain operations.
  • SERVER-22794 Add retry to continuous config primary step-down thread when primary steps down and closes all connections
  • SERVER-22918 SyncClusterConnection::_connect can leak DBClientConnections on failure
  • SERVER-22937 Retry catalog operations whenever possible
  • SERVER-23030 Increase number of iterations of aggregations performed in csrs_upgrade_during_agg.js
  • SERVER-23036 ShardRegistry accesses _configServerCS without locking mutex
  • SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()

Replication

  • SERVER-21863 map/reduce permits documents larger than 16MB to be inserted
  • SERVER-21975 test_command.js failed in replset
  • SERVER-22130 Reset applier lastAppliedOptime after rollback
  • SERVER-22504 Do not blindly add self to heartbeat member data array in the TopologyCoordinator
  • SERVER-22845 Do not busy loop on bgsync errors
  • SERVER-22873 disallow_adding_initialized_node2.js should handle heartbeat message set by liveness timeout
  • SERVER-22929 remove rollback4.js
  • SERVER-22933 Update last opTime to latest after applyOps no-op
  • SERVER-22934 add applyOps command opTime testing
  • SERVER-23003 Recovery problems after network partition.
  • SERVER-23086 avoid rollbacks in replsetprio1.js
  • SERVER-23274 Aggregate with out, then stepdown, out collection dropped.

Query

  • SERVER-18468 Include query planning details on query log lines
  • SERVER-19936 Performance pass on unicode-aware text processing logic (text index v3)
  • SERVER-22945 Rewrite update_yield1.js to not depend heavily on timing

Write Operations

SERVER-22947 fix pessimizing move in batch_executor

Aggregation

SERVER-23097 Segfault on drop of source collection during MapReduce

Storage

SERVER-21681 In-memory storage engine not reporting index size

WiredTiger

  • SERVER-22117 WiredTiger journal files not deleted/ Way too many journal files
  • SERVER-22791 Invariant failure when creating WT collection with crafted configString
  • SERVER-22831 Low query rate with heavy cache pressure and an idle collection
  • SERVER-22964 IX GlobalLock being held while wating for wt cache eviction

Operations

  • SERVER-22493 MongoRunner uses non-thread-safe function to find path to mongod
  • SERVER-23109 Typo in src/mongo/shell/collection.js

Build and Packaging

  • SERVER-17563 GPerfTools does not build on PPC64 (Power8) platform
  • SERVER-21834 scons detection for ppc64le needs to change
  • SERVER-22090 ssl_cert_password.js must be disabled on ppc64
  • SERVER-22110 ppc64le builds should detect target arch as ppc64le, not ppc64
  • SERVER-22111 packager.py needs support for ppc64le
  • SERVER-22197 Only select tcmalloc as the default allocator on x86 platforms
  • SERVER-22313 ppc64le: go compiled programs should statically link with libgo
  • SERVER-22986 Linking against SSL3 OpenSSL symbols fails on Archlinux
  • SERVER-23088 boost 1.56 libstdc++ version detection is broken when compiling with clang
  • SERVER-23254 eslint.py returns 1 on successful patch lint instead of 0

Internals

  • SERVER-21529 Sign of log severity values may get lost, depending on compiler
  • SERVER-21836 Generate spidermonkey config for ppc64
  • SERVER-21843 secure_allocator_test fails on ppc64
  • SERVER-21844 processinfo_test fails on ppc64
  • SERVER-21845 ppc64 debug build fails
  • SERVER-21850 mmapv1 fails to start on ppc64
  • SERVER-22019 Checksum::gen should use signed char
  • SERVER-22067 artifacts.tgz should contain stripped tests before uploading
  • SERVER-22338 Integrate JavaScript linting into scons “lint” target
  • SERVER-22339 Integrate JavaScript formatting into scons “lint” target
  • SERVER-22391 Mongos 3.2.1 crashes after this error, failure _checkedOutPool.empty() src/mongo/executor/connection_pool.cpp 570
  • SERVER-22468 Format JS code with approved style in jstests/
  • SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mongo/scripting
  • SERVER-22470 Format JS code with approved style in Enterprise repo
  • SERVER-22842 Support JavaScript style for clang-format
  • SERVER-22856 Cleanup pkill logic in etc/evergreen.yml
  • SERVER-22864 Fix minor javascript errors found by eslint in v3.2 branch
  • SERVER-22871 splitChunk needs to check for a failed index scan
  • SERVER-22894 Don’t use curl when downloading jstestfuzz
  • SERVER-22950 mongos shutdown is non-deterministic when the shutdown command is executed
  • SERVER-22967 race in destruction of user cache invalidation thread can cause use-after-free in MongoS shutdown
  • SERVER-22968 Add JS support in .clang-format in Enterprise repo
  • SERVER-23006 hang_analyzer should use GDB in the mongodb tool chain
  • SERVER-23007 hang_analyzer support on Solaris
  • SERVER-23016 Update .eslintrc.yml for newer versions of ESLint
  • SERVER-23018 Clean up JS linting errors in JS tests
  • SERVER-23019 Add .eslintrc.yml file to enterprise repo
  • SERVER-23020 Disable clang-formatting for template string in jstests/noPassthrough/update_yield1.js
  • SERVER-23023 Disable clang-format for function values in jstests/tool/csvexport1.js
  • SERVER-23066 killOp should accept negative opid
  • SERVER-23067 Final round of JS linting and formatting
  • SERVER-23190 Add build variant for rhel 7.1 on POWER to 3.2 branch
  • SERVER-23288 Update 3.2 branch mongo-perf to check against 3.0.9 baseline
  • TOOLS-1058 goconvey fails with gccgo
  • TOOLS-1064 mongoimport alwasy returns 0 imported documents when compiled with gccgo

3.2.4 Changelog

Security

SERVER-22237 Built-in role that allows full control over data, but not security or topology

Sharding

  • SERVER-21758 Test behavior when ‘nearest’ config server has severe replication lag
  • SERVER-22184 Operations that fail against a secondary in a sharded cluster may have their error message swallowed
  • SERVER-22239 wait for replication after duplicate key error from insert operations
  • SERVER-22297 Add targeted jstests for csrs upgrade during common operations
  • SERVER-22299 Add a jstest that runs moveChunk directly against a mongod that is not yet sharding aware, providing an SCCC connection string for the config servers
  • SERVER-22524 Only interrupt mapReduce on catalog manager swap if it is outputting to a sharded collection
  • SERVER-22543 multi_write_target.js should not rely on the order of shard ids
  • SERVER-22547 add support for config server ReplSetTest options to ShardingTest
  • SERVER-22553 mongos_shard_failure_tolerance.js should not rely on order of shard ids
  • SERVER-22569 Initialization of eooElement static local variable isn’t thread safe with MSVC 2013
  • SERVER-22584 Make sure IncompatibleCatalogManager errors fully propagate wherever thrown
  • SERVER-22585 CatalogManagerLegacy needs retry logic on config server reads
  • SERVER-22590 applyChunkOpsDeprecated retries and throws an error on preCondition no longer matching because the original write worked
  • SERVER-22592 Remove duplicate check for ‘enabled’ from ShardingState::_refreshMetadata
  • SERVER-22627 ShardRegistry should mark hosts which failed due to OperationTimeout as faulty
  • SERVER-22783 CSRS catalog manager writes should retry on WriteConcernFailed error
  • SERVER-22789 CSRS catalog manager writes should use writeConcern majority
  • SERVER-22797 Calls to ShardRegistry::reload needs to be serialized
  • SERVER-22822 Prevent mongod step down during moveChunk in balance_repl.js and sharding_rs2.js
  • SERVER-22849 Shard registry should update config last visible opTime even on command errors
  • SERVER-22859 SCCC config server reads need to specify slaveOk
  • SERVER-22862 Deadlock between ReplicaSetMonitor updating the connection string for a shard and reloading the ShardRegistry
  • SERVER-22863 sharding read_after_optime.js test timeout should exceed ping interval
  • SERVER-22878 rewrite checks in csrs_upgrade_mongod_using_movechunk.js after new assert.contains implementation
  • SERVER-22880 add requires_persistence tag to csrs_upgrade_mongod_using_movechunk.js

Replication

  • SERVER-21698 Add error-checking for isMaster() return values in jstests/libs/election_timing_test.js
  • SERVER-21972 improve naming of ReplicationCoordinator and TopologyCoordinator unittests
  • SERVER-22269 ReadConcern: majority does not reflect journaled state on PRIMARY
  • SERVER-22276 implement “j” flag in write concern apply to secondary as well as primary
  • SERVER-22277 test “j” flag in write concern apply to secondary as well as primary
  • SERVER-22287 Merging replica sets with replication protocol version 1 may result in two primaries
  • SERVER-22426 priority_takeover_one_node_higher_priority.js should call ReplSetTest.awaitReplication() before stepping primary down
  • SERVER-22428 Log read-after-optime timeouts
  • SERVER-22495 Running without journaling doesn’t set all OpTimes (lastDurableOpTime)
  • SERVER-22521 default timeout for ReplSetTest.initiate() from 60 seconds to 120 seconds should be longer to accommodate slow hosts
  • SERVER-22595 Reactivate rollback4.js
  • SERVER-22598 ensure all default write concern options use sync unset
  • SERVER-22617 SnapshotThread hits invariant due to reading oplog entries out of order
  • SERVER-22683 enableMajorityReadConcern option cannot be disabled if specified
  • SERVER-22728 if journaling is disabled, update durableOpTime when appliedOpTime updates
  • SERVER-22731 give correct error message when running initiate on a non-replset mongod

Query

  • SERVER-22344 certain cursor options can trigger an invariant failure in GetMoreCmd
  • SERVER-22425 execStats in system.profile reports winning plan and rejected plans
  • SERVER-22532 $type with invalid integer type code fails with unhelpful message and leaks memory
  • SERVER-22626 fix $type unit tests on experimental decimal build
  • SERVER-22793 Unbounded memory usage by long-running query using projection

Aggregation

SERVER-22537 segfault running aggregation query

JavaScript

  • SERVER-9131 Ensure documents with code elements do not conflict with internal JS functions
  • SERVER-22587 Upgrade to spidermonkey 38.6.1esr

Storage

  • SERVER-21419 The ephemeralForTest storage engine should support the fsync command
  • SERVER-21924 Add log message for inMemory and ephemeralForTest storage engine
  • SERVER-22534 Change ephemeral storage to update durable OpTime

WiredTiger

  • SERVER-22437 Coverity analysis defect 77704: Redundant test
  • SERVER-22438 Coverity analysis defect 77705: Dereference before null check
  • SERVER-22570 WiredTiger changes for MongoDB 3.2.4
  • SERVER-22691 Incorrect initialization order in WiredTigerKVEngine
  • SERVER-22898 High fragmentation on WiredTiger databases under write workloads

Operations

SERVER-22440 Shell incorrectly issues first query in legacy read mode

Build and Packaging

  • SERVER-20930 RPM package overwrites /etc/sysconfig/mongod
  • SERVER-22003 inMemory windows build variant should be run less often

Tools

TOOLS-1043 mongorestore –noIndexRestore inhibits empty collection creation

Internals

  • SERVER-14501 De-inline ReplSettings class
  • SERVER-21881 dbhash checking in FSM framework doesn’t handle TTL deletes
  • SERVER-22101 Generate minidumps when the hang analyzer is triggered on Windows
  • SERVER-22231 Add additional test suites to run resmoke.py validation hook
  • SERVER-22292 Use more reliable mechanism in the mongo shell to wait for process to terminate on windows
  • SERVER-22314 Fix the detection of Python processes in the hang analyzer script
  • SERVER-22317 Make checkReplDBHash hook work with dbhash quirks on 3.2
  • SERVER-22332 Move the repl_write_threads_start_param.js JS test out of the jsCore suite
  • SERVER-22340 Fix JS lint errors in src/mongo/shell & src/mongo/scripting with ESLint –fix
  • SERVER-22341 Fix JS lint errors in jstests/ with ESLint –fix
  • SERVER-22342 Fix JS lint errors in the enterprise repo with ESLint –fix
  • SERVER-22479 upgrade_downgrade_mongod.js incorrectly checks if the TTL monitor has run
  • SERVER-22513 Don’t redirect jstestfuzz self-test’s stderr.
  • SERVER-22539 Add an ESLint configuration file
  • SERVER-22546 Enable more ESLint rules
  • SERVER-22559 Add –retry option to curl command in evergreen.yml
  • SERVER-22597 Fix minor javascript errors found by eslint
  • SERVER-22636 Disable jstestfuzz’s self-tests on Evergreen
  • SERVER-22641 Disable clang-format for template strings in JS code
  • SERVER-22732 assert.contains() has unreachable code after return
  • SERVER-22746 don’t run CheckReplDBHash on 3.2 on the config database
  • SERVER-22776 CheckReplDBHash hook should dump the oplog upon failure
  • SERVER-22806 CheckReplDBHash hook should fsync before doing await_repl
  • SERVER-22846 Add applyOps command to readConcern passthrough
  • SERVER-22850 Clean up additional javascript issues found by eslint

3.2.3 Changelog

Sharding

  • SERVER-18671 SecondaryPreferred can end up using unversioned connections
  • SERVER-20030 ForwardingCatalogManager::shutdown races with _replaceCatalogManager
  • SERVER-20036 Add interruption points to operations that hold distributed locks for a long time
  • SERVER-20037 Transfer responsibility for the release of distributed locks to new catalog manager
  • SERVER-20290 Recipient shard for migration can continue on retrieving data even after donor shard aborts
  • SERVER-20418 Make sure mongod and mongos always start the distlock pinger when running in SCCC mode
  • SERVER-20422 setShardVersion configdb string mismatch during config rs upgrade
  • SERVER-20580 Failure in csrs_upgrade_during_migrate.js
  • SERVER-20694 user-initiated finds against the config servers can fail with “need to swap catalog manager” error
  • SERVER-21382 Sharding migration transfers all document deletions
  • SERVER-21789 mongos replica set monitor should choose primary based on (rs config version, electionId)
  • SERVER-21896 Chunk metadata will not get refreshed after shard is removed
  • SERVER-21906 Race in ShardRegistry::reload and config.shard update can cause shard not found error
  • SERVER-21956 applyOps does not correctly propagate operation cancellation exceptions
  • SERVER-21994 cleanup_orphaned_basic.js
  • SERVER-21995 Queries against sharded collections fail after upgrade to CSRS due to caching of config server string in setShardVersion
  • SERVER-22010 min_optime_recovery.js failure in the sharding continuous config stepdown suite
  • SERVER-22016 Fatal assertion 28723 trying to rollback applyOps on a CSRS config server
  • SERVER-22027 AsyncResultMerger should not retry killed operations
  • SERVER-22079 Make sharding_rs1.js more compact
  • SERVER-22112 Circular call dependency between CatalogManager and CatalogCache
  • SERVER-22113 Remove unused sharding-specific getLocsInRange code in dbhelpers
  • SERVER-22114 Mongos can accumulate multiple copies of ChunkManager when a shard restarts
  • SERVER-22169 Deadlock during CatalogManager swap from SCCC -> CSRS
  • SERVER-22232 Increase stability of csrs_upgrade_during_migrate.js test
  • SERVER-22247 Parsing old config.collection documents fails because of missing ‘lastmodEpoch’ field
  • SERVER-22249 stats.js - Not starting chunk migration because another migration is already in progress
  • SERVER-22270 applyOps to config rs does not wait for majority
  • SERVER-22303 Wait longer for initial sync to finish in csrs_upgrade_during_migrate.js

Replication

  • SERVER-21583 ApplyOps background index creation may deadlock
  • SERVER-21678 fromMigrate flag never set for deletes in oplog
  • SERVER-21744 Clients may fail to discover new primaries when clock skew between nodes is greater than electionTimeout
  • SERVER-21958 Eliminate unused flags from Cloner methods
  • SERVER-21988 Rollback does not wait for applier to finish before starting
  • SERVER-22109 Invariant failure when running applyOps to create an index with a bad ns field
  • SERVER-22152 priority_takeover_two_nodes_equal_priority.js fails if default priority node gets elected at beginning of test
  • SERVER-22190 electionTime field not set in heartbeat response from primary under protocol version 1
  • SERVER-22335 Do not prepare getmore when un-needed in bgsync fetcher
  • SERVER-22362 election_timing.js waits for wrong node to become primary
  • SERVER-22420 priority_takeover_two_nodes_equal_priority.js fails if existing primary’s step down period expires
  • SERVER-22456 The oplog find query timeout is too low

Query

  • SERVER-17011 Cursor can return objects out of order if updated during query (“legacy” readMode only)
  • SERVER-18115 The planner can add an unnecessary in-memory sort stage for .min()/.max() queries
  • SERVER-20083 Add log statement at default log level for when an index filter is set or cleared successfully
  • SERVER-21776 Move per-operation log lines for queries out of the QUERY log component
  • SERVER-21869 Avoid wrapping of spherical queries in geo_full.js
  • SERVER-22002 Do not retry findAndModify operations on MMAPv1
  • SERVER-22100 memory pressure from find/getMore buffer preallocation causes concurrency suite slowness on Windows DEBUG
  • SERVER-22448 Query planner does not filter 2dsphere Index Version 3 correctly

Write Operations

  • SERVER-11983 Update on document without _id, in capped collection without _id index, creates an _id field
  • SERVER-21647 $rename changes field ordering

Aggregation

  • SERVER-21887 $sample takes disproportionately long time on newly created collection
  • SERVER-22048 Index access stats should be recorded for $match & mapReduce

JavaScript

SERVER-21528 Clean up core/capped6.js

Storage

  • SERVER-21388 Invariant Failure in CappedRecordStoreV1::cappedTruncateAfter
  • SERVER-22011 Direct writes to the local database can cause deadlock involving the WiredTiger write throttle
  • SERVER-22058 ‘not all control paths return a value’ warning in non-MMAP V1 implementations of ‘::writingPtr’
  • SERVER-22167 Failed to insert document larger than 256k
  • SERVER-22199 Collection drop command during checkpoint causes complete stall until end of checkpoint

WiredTiger

  • SERVER-21833 Compact does not release space to the system with WiredTiger
  • SERVER-21944 WiredTiger changes for 3.2.3
  • SERVER-22064 Coverity analysis defect 77699: Unchecked return value
  • SERVER-22279 SubplanStage fails to register its MultiPlanStage

MMAP

  • SERVER-21997 kill_cursors.js deadlocks
  • SERVER-22261 MMAPv1 LSNFile may be updated ahead of what is synced to data files

Operations

Build and Packaging

  • SERVER-21905 Can’t compile Mongo 3.2
  • SERVER-22042 If ssl libraries not present, configure fails with a misleading error about boost
  • SERVER-22350 Package generation failure doesn’t fail compile tasks

Tools

TOOLS-1039 mongoexport chokes on data with quotes

Internals

  • SERVER-12108 setup_multiversion_mongodb.py script should support downloading windows binaries
  • SERVER-20409 Negative scaling with more than 10K connections
  • SERVER-21035 Delete the disabled fsm_all_sharded.js test runner
  • SERVER-21050 Add a failover workload to cause CSRS config server primary failovers
  • SERVER-21309 Remove Install step from jstestfuzz in evergreen
  • SERVER-21421 Update concurrency suite’s ThreadManager constructor to provide default executionMode
  • SERVER-21499 Enable fsm_all_simultaneous.js (FSM parallel mode)
  • SERVER-21565 resmoke.py can not start replica sets with more than 7 nodes
  • SERVER-21597 Fix connPoolStats command to work with many TaskExecutor-NetworkInterface pairs
  • SERVER-21747 CheckReplDBHash should not print error message when the system collections differ in the presence of other errors
  • SERVER-21801 CheckReplDBHash testing hook should check document type (resmoke.py)
  • SERVER-21875 AttributeError in hang_analyzer.py when sending SIGKILL on Windows
  • SERVER-21892 Include thread ID in concurrency suite error report
  • SERVER-21894 Remove unused ‘hashed’ resmoke.py tags from JS tests
  • SERVER-21902 Use multiple shard nodes in the jstestfuzz_sharded suite
  • SERVER-21916 Add missing tasks/suites to ASan Evergreen variant
  • SERVER-21917 Add the httpinterface test suite to the Enterprise RHEL 6.2 variant
  • SERVER-21934 Add extra information to OSX stack traces to facilitate addr2line translation
  • SERVER-21940 Workload connection cache in FSM suite is not nulled out properly
  • SERVER-21949 Add validation testing hook to resmoke.py
  • SERVER-21952 jstestfuzz tasks should not run with –continueOnFailure
  • SERVER-21959 Do not truncate stack traces in log messages
  • SERVER-21960 Include symbol name in stacktrace json when available
  • SERVER-21964 Remove startPort option from ReplSetTest options in jstests/replsets/auth1.js
  • SERVER-21978 move_primary_basic.js should always set a fixed primary shard
  • SERVER-21990 Deprecation warning from resmoke.py - replicaset.py insert is deprecated
  • SERVER-22028 hang_analyzer should fail when run against unsupported lldb
  • SERVER-22034 Server presents clusterFile certificate for incoming connections
  • SERVER-22054 Authentication failure reports incorrect IP address
  • SERVER-22055 Cleanup unused legacy client functionality from the server code
  • SERVER-22059 Add the authSchemaUpgrade command to the readConcern passthrough
  • SERVER-22066 range_deleter_test:ImmediateDelete is flaky
  • SERVER-22083 Delete the disabled fsm_all_master_slave.js test runner
  • SERVER-22098 Split FSM sharded tests for SCCC into a separate suite
  • SERVER-22099 Remove unreliable check in cleanup_orphaned_basic.js
  • SERVER-22120 No data found after force sync in no_chaining.js
  • SERVER-22121 Add resmoke.py validation testing hook to test suites
  • SERVER-22142 resmoke.py’s FlushThread attempts to reference imported members during Python interpreter shutdown
  • SERVER-22154 csrs_upgrade.js, csrs_upgrade_during_migrate.js should be blacklisted on in-mem
  • SERVER-22165 Deadlock in resmoke.py between logger pipe and timer thread
  • SERVER-22171 The lint task is running on 3 Evergreen variants
  • SERVER-22219 Use the subprocess32 package on POSIX systems in resmoke.py if it’s available
  • SERVER-22324 Update findAndModify FSM workloads to handle not matching anything
  • TOOLS-1028 expose qr/qw and ar/aw fields in mongostat JSON output mode.

3.2.1 Changelog

Security

  • SERVER-21724 Backup role can’t read system.profile
  • SERVER-21824 Disable kmip.js test in ESE suite; re-enable once fixed
  • SERVER-21890 Create a flag to allow server realm to be specified explicitly on Windows

Sharding

  • SERVER-20824 Test for sharding state recovery
  • SERVER-21076 Write tests to ensure that operations using DBDirectClient handle shard versioning properly
  • SERVER-21132 Add more basic tests for moveChunk
  • SERVER-21133 Add more basic test for mergeChunk
  • SERVER-21134 Add more basic tests for shardCollection
  • SERVER-21135 Add more basic tests for sharded implicit database creation
  • SERVER-21136 Add more basic tests for enableSharding
  • SERVER-21137 Add more basic tests for movePrimary
  • SERVER-21138 Add more basic tests for dropDatabase
  • SERVER-21139 Add more basic tests for drop collection
  • SERVER-21366 Long-running transactions in MigrateStatus::apply
  • SERVER-21586 Investigate v3.0 mongos and v3.2 cluster compatibility issues in jstests/sharding
  • SERVER-21704 JS Test single_node_config_server_smoke has race condition
  • SERVER-21706 Certain parameters to mapReduce trigger segmentation fault in a sharded cluster
  • SERVER-21786 Fix code coverage gaps in s/query directory exposed by code coverage tool
  • SERVER-21848 bulk write operations on config/admin triggers invariant failure

Replication

  • SERVER-21248 jstests for fast-failover correctness
  • SERVER-21667 do not set lastop on clients used by replication on secondaries
  • SERVER-21795 Do not reschedule more than one liveness timeout callback at a time
  • SERVER-21847 log range of operations read from sync source during replication
  • SERVER-21868 Shutdown may not be handled correctly on secondary nodes
  • SERVER-21930 Restart oplog query if oplog entries are not monotonically increasing

Query

  • SERVER-21600 Increase test coverage for killCursors command and OP_KILLCURSORS
  • SERVER-21602 Reduce execution time of cursor_timeout.js
  • SERVER-21637 Add mixed version tests for find/getMore commands
  • SERVER-21638 Audit and improve logging in new find/getMore commands code
  • SERVER-21750 getMore command does not set “nreturned” operation counter

Storage

  • SERVER-21384 Expand testing for in memory storage engines
  • SERVER-21545 collMod and invalid parameter triggers fassert on dropCollection on mmapv1
  • SERVER-21885 capped_truncate.js cannot be run with –repeat
  • SERVER-21920 Use enhanced WiredTiger next_random cursors for oplog stones

WiredTiger

  • SERVER-21792 75% performance regression in insert workload under Windows between 3.0.7 and 3.2 with WiredTiger
  • SERVER-21872 WiredTiger changes for 3.2.1

Operations

SERVER-21870 Missing space in error message

Build and Packaging

  • SERVER-13370 Generate Enterprise RPM’s for Amazon Linux
  • SERVER-21781 Nightly packages are in the wrong repo directories
  • SERVER-21796 fix startup_log.js test to handle git describe versioning
  • SERVER-21864 streamline artifact signing procedure to support coherent release process

Tools

  • TOOLS-954 Add bypassDocumentValidation option to mongorestore and mongoimport
  • TOOLS-982 Missing “from” text in mongorestore status message

Internals

  • SERVER-21164 Change assert to throw in rslib.js’s wait loop
  • SERVER-21214 Dump config server data when the sharded concurrency suites fail
  • SERVER-21426 Add writeConcern support to benchRun
  • SERVER-21450 Modify MongoRunner to add enableMajorityReadConcern flag based on jsTestOptions
  • SERVER-21500 Include the name of the FSM workload in the WorkloadFailure description
  • SERVER-21516 Remove dbStats command from readConcern testing override
  • SERVER-21665 Suppress tar output in jstestfuzz tasks
  • SERVER-21714 Increase replSetTest.initiate() timeout for FSM tests
  • SERVER-21719 Add initiateTimeout rsOption for ShardingTest
  • SERVER-21725 Enable the analysis script move
  • SERVER-21737 remove deprecated release process configuration from master branch evergreen configuration
  • SERVER-21752 slow2_wt fails by exhausting host machine’s memory
  • SERVER-21768 Remove the ‘numCollections’ field from dbHash’s response
  • SERVER-21772 findAndModify not captured by Profiler
  • SERVER-21793 create v3.2 branch and update evergreen configuration
  • SERVER-21849 Fix timestamp compare in min_optime_recovery.js
  • SERVER-21852 kill_cursors.js fails in small_oplog* configurations
  • SERVER-21871 Do not run min_optime_recovery.js on ephemeralForTest storageEngine
  • SERVER-21901 CheckReplDBHash checks the wrong node when dumping docs from missing collections
  • SERVER-21923 ReplSetTest.awaitSecondaryNodes does not propagate supplied timeout
  • TOOLS-944 write concern mongos tests are flaky
  • TOOLS-1002 oplog_rollover test is flaky