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

51426 Commits

Author SHA1 Message Date
Jamie Heppenstall
454e1823bb SERVER-46699 Report the oplog visibility timestamp in FTDC 2020-04-15 04:15:51 +00:00
jannaerin
2ecb450c1a SERVER-47359 ShardRegistry reload can race with RSM updates to ShardRegistry 2020-04-15 02:23:50 +00:00
Max Hirschhorn
8c48488c7e SERVER-47485 Reduce resmoke.py --jobs for hedged reads Evergreen task. 2020-04-15 00:49:36 +00:00
Max Hirschhorn
6202c52a25 SERVER-47428 Move concurrency_sharded* tasks to -large distros.
Not all build variants run the concurrency* tasks with the "large" task
tag on a -large distro. The RHEL 6.2 and SUSE 12 build variants were
specifically modified to do so because OOM failures have been observed
on them.
2020-04-15 00:37:18 +00:00
Cheahuychou Mao
90968f34ca SERVER-43849 Write NotMaster error in upgrade_downgrade_cluster due to stale RS status in mongos
(cherry picked from commit a0482756e3)
2020-04-15 00:21:34 +00:00
Judah Schvimer
8ac90a16af SERVER-46926 Test that newlyAdded fields are correctly removed if added to votes:0 nodes 2020-04-14 22:38:34 +00:00
Spencer T Brody
4cd113b09e SERVER-45133 Fix hang analyzer 2020-04-14 22:14:43 +00:00
Randolph Tan
eb93980141 SERVER-35804 Disallow dropping config and admin from mongos 2020-04-14 22:02:54 +00:00
William Schultz
d0b9ca3aa8 SERVER-44068 Speed up transition to 'kSyncSourceOpsBeforeRollback' in RollbackTest 2020-04-14 21:51:39 +00:00
William Schultz
a697d23b92 SERVER-44068 Add a 'restartHeartbeats' replication test command 2020-04-14 21:51:39 +00:00
Gabriel Russell
79a8c251b6 SERVER-46127 unit tests log to a kTest component 2020-04-14 21:34:40 +00:00
Gregory Noma
be3eeca3c9 SERVER-47410 Preserve error codes in ShardServerCatalogCacheLoader 2020-04-14 20:58:40 +00:00
Gregory Noma
091c38c8b8 SERVER-47324 Skip dassert when index commands from non-internal clients abort migrations 2020-04-14 20:46:13 +00:00
Judah Schvimer
17e551b439 SERVER-47092 Create integration test that 'newlyAdded' nodes cannot vote 2020-04-14 20:11:47 +00:00
Randolph Tan
fac24256ca SERVER-46424 Mark remote _shardsvrCloneCatalogData call as not idempotent 2020-04-14 19:58:36 +00:00
Henrik Edin
922b671858 SERVER-47417 Add benchmark for btree key generation 2020-04-14 19:46:06 +00:00
Gregory Noma
3755ee11d5 SERVER-47500 Specify writeConcern: {w: 1} in run_fuzzer_restore_cluster_settings.js 2020-04-14 19:33:37 +00:00
Ben Caimano
8ae6c7dc3c SERVER-47507 Cancel all remaining egress commands on shutdown 2020-04-14 19:21:37 +00:00
Henrik Edin
0aab1bdb1f SERVER-47416 Eliminate copies of KeyStringSet when possible
Also reusing memory for temporary data structure in KeyString generation for arrays.
2020-04-14 19:09:38 +00:00
Mihai Andrei
1740d32001 SERVER-46937 Aggregation stage serverStatus counters incorrectly count update pipelines 2020-04-14 18:47:05 +00:00
Suganthi Mani
49d1262c36 SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry. 2020-04-14 17:16:11 +00:00
Gabriel Russell
cdf9ea3b47 SERVER-46568 removing the unittestOutput domain 2020-04-14 17:02:16 +00:00
Kaloian Manassiev
298652908e SERVER-47468 Move all non-API methods from CollectionSharding State to Runtime 2020-04-14 16:46:16 +00:00
Andrew Morrow
ebbd614638 SERVER-43903 Always upload cache and config logs for all compiles 2020-04-14 16:33:41 +00:00
Pavi Vetriselvan
2debab7987 SERVER-45094 add replica_sets_reconfig_kill_primary_jscore_passthrough 2020-04-14 16:10:44 +00:00
Kaloian Manassiev
35c58d0da6 SERVER-47492 Update TODO referencing wrong ticket 2020-04-14 15:46:03 +00:00
Esha Maharishi
4818c7b934 SERVER-47481 Set minNumChunksForSessionsCollection to 1 on the CSRS in ShardedClusterFixture-based suites 2020-04-14 14:49:58 +00:00
Tommaso Tocci
ca7c12950c SERVER-47522 Distinct command: Convert usage of getCollectionDescription_DEPRECATED to getCollectionDescription 2020-04-14 12:47:36 +00:00
Marcos José Grillo Ramírez
75e46058ca SERVER-47419 Return unsharded on getCollectionDescription if the server is not yet fully initialized 2020-04-14 12:23:05 +00:00
Kaloian Manassiev
53b6694ef1 SERVER-47468 Remove public CollectionMetadata references from ScopedCollectionDescription
The CollectionMetadata is intended to be an entirely internal (to
sharding) implementation detail of the services provided by
ScopedCollectionDescription/ScopedOwnershipFilter so should not be seen
at all by non-sharding code.
2020-04-14 06:30:56 +00:00
Kevin Pulo
f32f2f906f SERVER-44051 ensure getShardDistribution correctly checks for sharded collections 2020-04-14 06:14:50 +00:00
Cheahuychou Mao
59e005fea0 SERVER-47436 Make shards validate shardKey in dataSize command 2020-04-14 02:32:49 +00:00
Cheahuychou Mao
b4f1c5ed8a SERVER-47047 Add tests that mongos does not mark a node as down when reads fail 2020-04-13 22:40:41 +00:00
Blake Oler
5f9a708cfe SERVER-47426 Remove ShardConnection and VersionManager 2020-04-13 22:29:51 +00:00
Matthew Saltz
ffa39df7e8 SERVER-47482 Shut down migrationutil executor 2020-04-13 22:09:39 +00:00
William Schultz
60102e6a08 SERVER-44068 Add RollbackTest control test 2020-04-13 21:57:52 +00:00
William Schultz
f72ac59661 SERVER-44068 Add log messages to measure transition durations in RollbackTest 2020-04-13 21:57:52 +00:00
Sara Golemon
ca6f181a96 SERVER-43739 Always send SNI regardless of allowInvalidHost and setup proper policy for validation 2020-04-13 21:44:42 +00:00
Matthew Russotto
c0c63ceadc SERVER-46809 Initial sync should assume resume supported if wire version is newer than 4.4 2020-04-13 21:23:38 +00:00
Ian Boros
5388b23cb8 SERVER-46921 make collection of timing info opt in in PlanStage 2020-04-13 21:11:41 +00:00
Randolph Tan
c58d35e8b8 SERVER-40187 Remove waitsForNewOplog response field from _getNextSessionMods 2020-04-13 20:49:38 +00:00
Ian Boros
e95c1625ac SERVER-47328 optimize MR by avoiding repeated creation of RuntimeConstants 2020-04-13 20:35:43 +00:00
Matthew Russotto
88c3019bb2 SERVER-45720 Create tests for Atlas Workflows 2020-04-13 20:03:44 +00:00
Esha Maharishi
977e984bf4 SERVER-47246 Fix typo 2020-04-13 19:31:14 +00:00
Matthew Saltz
76e90c29a5 SERVER-47386 Remove obsolete TODO 2020-04-13 19:19:50 +00:00
David Bradford
024219cb5b SERVER-46437: Create baseline build variant for single task generated tasks 2020-04-13 19:07:37 +00:00
Ted Tuckman
e5dc42c040 SERVER-47381 Remove leftover TODO from unionWith explain 2020-04-13 18:49:36 +00:00
Esha Maharishi
3f849d5086 SERVER-47246 Add the 'DDL operations' section to the sharding arch guide 2020-04-13 18:37:43 +00:00
Billy Donahue
5c72483523 SERVER-47483 restore loggedSeverity after LogWithSamplingTest 2020-04-13 18:25:44 +00:00
vrachev
79809da04a SERVER-46688 Use TestData.inEvergreen to determine if data files should be archived 2020-04-13 17:16:36 +00:00