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

51660 Commits

Author SHA1 Message Date
Andrew Morrow
404e44ce81 SERVER-45785 Simplify implementation of DESTDIR
Also:

- Correctly honor default targets in hygienic mode.
- Fix a latent variable reuse bug in auto_install_pseudobuilder
2020-04-27 22:19:56 +00:00
Spencer Jackson
0f69c4c2ef SERVER-47355 Propagate hygienic installation path into shell tests 2020-04-27 22:07:47 +00:00
Alex Taskov
554ec671f7 SERVER-47719 Use migration ID to indicate disabled resumable range deleter 2020-04-27 21:55:42 +00:00
Jack Mulrow
1df41757d5 SERVER-33229 Blacklist tests that use startParallelShell from failover core suites 2020-04-27 21:43:42 +00:00
Gregory Wlodarek
a7882e2c82 SERVER-47163 Do not start an index build if it doesn't exist when processing the 'commitIndexBuild' oplog entry 2020-04-27 21:31:32 +00:00
esedor
e363c69786 SERVER-47570: Update logv2 readme with namespace vs. collection guidance 2020-04-27 21:14:41 +00:00
Andrew Morrow
dc11650712 SERVER-46519 Do not force a global rebuild on ninja regeneration 2020-04-27 21:02:45 +00:00
Andrew Morrow
de6e9c18e3 SERVER-47721 Make generated ninja file deterministic 2020-04-27 21:02:45 +00:00
Haley Connelly
24461c383f SERVER-47239 Add the 'Replica set monitoring and host targeting' section to the sharding arch guide 2020-04-27 20:50:49 +00:00
Mihai Andrei
738290e822 SERVER-47768 Configure the aggregation_read_concern_majority_passthrough suite to use less memory 2020-04-27 20:38:24 +00:00
Gregory Noma
894c71a610 SERVER-47631 Explicitly ignore all acceptable moveChunk errors in refine shard key concurrency workloads 2020-04-27 20:25:53 +00:00
Maria van Keulen
147beeb42b SERVER-46714 Only perform EMRC=false shutdown handling when EMRC=false 2020-04-27 20:13:41 +00:00
William Schultz
a30cef00b9 SERVER-44068 Speed up transition to 'kSteadyStateOps' in RollbackTest 2020-04-27 19:32:41 +00:00
Matthew Russotto
d140082164 SERVER-46943 Correct Idempotency concerns section of initial sync in architecture guide 2020-04-27 19:20:55 +00:00
Gregory Noma
53fbcd81aa SERVER-47761 Retry moveChunk in stepdown suites on CallbackCanceled 2020-04-27 19:08:52 +00:00
Brian McCarthy
2505d2bcc8 SERVER-44072 Platform Support: Add Enterprise RHEL 8 PPC 2020-04-27 18:10:48 +00:00
Andrew Morrow
4ccd6ac3af SERVER-47110 Don't emit the PDB file twice when separate debug is enabled 2020-04-27 17:19:39 +00:00
Blake Oler
25f611b909 SERVER-47737 Stop sending unused parameters in the SetShardVersion command 2020-04-27 17:07:44 +00:00
Andrew Morrow
8f19042a58 SERVER-47756 Remove mongoldap man page from community RPMs 2020-04-27 16:16:36 +00:00
Billy Donahue
39c32e118e SERVER-47679 silence tcmalloc compiler warning 2020-04-27 16:04:40 +00:00
William Schultz
e55c04b738 SERVER-47767 Make sure read_operations_during_rollback.js waits for failpoint on the correct collection 2020-04-27 15:52:37 +00:00
Tommaso Tocci
1837069a34 SERVER-47588 Refactor and rename sharding/findandmodify2 test 2020-04-27 15:28:35 +00:00
A. Jesse Jiryu Davis
2f7abf486d SERVER-47572 Snapshot reads use majority committed timestamp 2020-04-27 15:16:45 +00:00
William Schultz
d83d03d148 SERVER-47758 Wait for stepdown to complete and config to be stored in HBStepdownAndReconfigTest unit tests 2020-04-27 14:52:46 +00:00
Randolph Tan
36353b3d48 SERVER-47470 Remove outdated TODO 2020-04-27 14:40:52 +00:00
Marcos José Grillo Ramírez
2ea63cd234 SERVER-47477 Report failures on refresh and remove in sessions collection sharded 2020-04-27 14:28:37 +00:00
Pierlauro Sciarelli
7fa85b78aa SERVER-47530 Query plan executor: Convert usage of getCollectionDescription_DEPRECATED to getCollectionDescription 2020-04-27 14:16:42 +00:00
Tess Avitabile
08fb213add SERVER-46951 Implement quiesce mode on mongod 2020-04-27 14:04:40 +00:00
Nick Zolnierz
3032eb8c2a SERVER-45514 Reject document validators with encryption-related keywords if the validationAction is "warn" or validationLevel is "moderate" 2020-04-27 13:47:14 +00:00
Alex Taskov
b3ecf8bc6b SERVER-47674 Create Facade wrapper for ChunkInfoMap 2020-04-27 12:56:45 +00:00
Dan Pasette
7c3e206c6f SERVER-47397 change log line searched from nss to namespace 2020-04-27 00:20:29 -04:00
Billy Donahue
eae31861e0 SERVER-47735 change mongo source over to logv2
- Remove several legacy logger/ files
  - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version.
  - Globally replace logger::{LogSeverity,LogComponent} => logv2::
2020-04-26 23:06:52 +00:00
Bernard Gorman
085ffeb310 SERVER-25023 Allow multiple indexes on the same fields with different partial index filters 2020-04-25 20:23:43 +00:00
Billy Donahue
b4fedf13f7 SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressor
- boost::multi_index to fix unbounded map growth w/some keys
     Evict expired suppressions

   - Provide an unkeyed nontemplate version `SeveritySuppressor`
2020-04-25 16:20:41 +00:00
Eric Cox
e5e378e2d1 SERVER-47687 Remove extra aggregation request parsing in PipelineCommand 2020-04-25 01:00:47 +00:00
Spencer T Brody
14a9bda8a4 SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateScheduled and timeout 2020-04-24 22:46:36 +00:00
Louis Williams
63d2c5bbfa SERVER-47325 indexbg_killop_primary_after_init.js should only let the index builder continue once the abort has been confirmed 2020-04-24 21:58:51 +00:00
Maria van Keulen
2cc8dcf280 SERVER-46722 Update primary createIndex oplog application dbtest 2020-04-24 21:26:46 +00:00
Pavi Vetriselvan
cfbd4d0186 SERVER-47750 mongos isMaster response should return boolean 2020-04-24 20:38:39 +00:00
Kaloian Manassiev
3a24badcd0 SERVER-47707 Fix TODOs to reference a more appropriate ticket 2020-04-24 20:09:44 +00:00
Gregory Wlodarek
560b266f41 SERVER-47754 Allow background validation to run on storage engines that do not support checkpoints 2020-04-24 18:59:03 +00:00
Dianna Hohensee
73070916d3 SERVER-47749 The JournalFlusher should use a WRITE_CONFLICT_RETRY_ONLY YieldPolicy for its oplog read operation 2020-04-24 18:38:36 +00:00
Randolph Tan
7dfd1ef825 SERVER-47527 Remove getCollectionDescription_DEPRECATED usage inside index builds coordinator 2020-04-24 18:20:41 +00:00
Benety Goh
322f541cd1 SERVER-47665 findAndModify_upsert_no_conflicts.js requires support for document level locking 2020-04-24 16:58:38 +00:00
Daniel Gottlieb
a89edc5d9e SERVER-47658: Improve validate diagnostics, with a focus on multikey failures. 2020-04-24 16:46:40 +00:00
Misha Tyulenev
c4873acda5 SERVER-36739 Use the mongos_manual_intervention_action hook in concurrency stepdown suites 2020-04-24 16:22:40 +00:00
jannaerin
76823e76d5 SERVER-43333 Ingest drivers server selection tests 2020-04-24 16:10:48 +00:00
Marcos José Grillo Ramírez
9ccfe0715f SERVER-47526 Use getCollectionDescription on rename collection
- Add flag to renameCollection command to know when the source collection is temporary
- Prevent checks of isSharded on secondaries
- Prevent checks of isSharded on temporary collections
2020-04-24 15:39:40 +00:00
Blake Oler
341e556928 SERVER-47738 Don't include CatalogCache blocked operation metrics on mongod 2020-04-24 14:59:39 +00:00
Blake Oler
3cc55fa1d0 SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersion 2020-04-24 14:47:56 +00:00