On this page本页内容
SERVER-36315 After stepdown the CSRS dist lock manager keeps trying to unlock locks
SERVER-36394 mongos should reset chunk size tracking information when autosplit = false or splitvector returns too few split points
SERVER-42652 Fix issue with rename collection
SERVER-42257 Add new shell startup banner
SERVER-41863 Make sleep command check that server clock has advanced before returning
SERVER-17010 Reduce file handle usage in File based Sorter
SERVER-40393 Disable SSL_MODE_RELEASE_BUFFERS in ASIO
SERVER-40628 Initial sync could fail under replsetprio1.js settings
SERVER-39487 Aggregation operator $sqrt output for NumberDecimal is the same as $exp
SERVER-41213 Unique background index builds may produce inconsistent keys
SERVER-39166 $graphLookup should force a pipeline to split in sharded cluster
SERVER-39723 Change listIndexes command behavior to show in-progress index builds
SERVER-33469 Make syslog log lines consistent with mongod log lines
SERVER-38726 Add stable toolchain variables files
SERVER-35418 Allow specifying CAs for incoming and outgoing connections separately
SERVER-26915 jumbo1.js auto-balancing is too slow in the stepdown suite
SERVER-37333 [3.4] applyOps does not validate background index spec for system.indexes inserts
SERVER-34864 String-valued fields should not participate in schema change detection in ftdc
TOOLS-2102 Mongorestore does not check for errors decoding the oplog.bson file
SERVER-33857 Missing log redaction due to confusion with Command::redactForLogging()
SERVER-35986 Stop running eval command in parallel suite on older branches
SERVER-34602 convertToCapped collection drop does not commit WUOW on 3.4
SERVER-36884 Update curator version on stable branches
SERVER-35322 external_auth tests should use unique kerberos credentials cache per test
SERVER-35693 Parsing of $in takes quadratic time due to O(n^2) boost::flat_set constructor
SERVER-34863 Disable LSM testing on 3.2, 3.4 and 3.6 branches
SERVER-32933 Allow mongod to start when unable to reach LDAP server
SERVER-33406 Reduce concurrency for s390x compile and compile_all builds to avoid OOM failures
SERVER-33238 Prevent WiredTiger read ticket count from going negative
SERVER-32664 Sys-perf enable running baselines at lower priority
SERVER-32924 tag skip_sharding_configuration_checks test with requires_persistence tag
SERVER-33089 Unable to start queryable mongod because it failed to regenerate index for admin.system.users
SERVER-31462 convertToCapped + renameCollection may cause a segfault
SERVER-32932 When testing SLES 12 packages make sure required repos exist
SERVER-30189 Reduce calls to allocator for large $in expressions
SERVER-27317 Inserting a document with a Decimal128 value when featureCompatibilityVersion is 3.2 results in a closed socket
SERVER-29299 remove evalc.js and add currentOp to basicPlus.js’s background operations.
SERVER-29197 Dangling index records when initial syncing node clones a capped collection that deletes records during collection scan
SERVER-22520 Educate ASAN leak checker about js allocations
SERVER-28017 $ne perform a case sensitive find when it should do a case insensitive find based on collation settings
SERVER-28154 Race condition in ttl_sharded.js
SERVER-24563 Secondary crash when inserting document into db with different case
SERVER-27450 Add i386 architecture to repo config yaml for debian and ubuntu.
SERVER-27194 Views should require both “viewOn” and “pipeline” to be specified if modifying view when auth is enabled