Jordi Serra Torrens
bcbba91285
SERVER-56908 Changing at which time the ComparableChunkVersion object is created on lookupCollection to avoid breaking causal consistency
2021-05-14 12:03:06 +00:00
Benety Goh
3c84c16341
SERVER-56453 fix LocalOplogInfo namespace to match new header location
2021-05-14 11:31:18 +00:00
Mikhail Shchatko
985e4fbf29
SERVER-56478 Run powercycle with extended host lifetime for easier debugging
2021-05-14 10:36:51 +00:00
Benety Goh
51a860a764
SERVER-56453 move LocalOplogInfo header from repl/ to catalog/
2021-05-14 09:55:28 +00:00
Denis Grebennicov
11f57fd377
SERVER-56221 $dateAdd ignores startDate milliseconds
2021-05-14 09:06:06 +00:00
Luke Chen
a291fb6485
Import wiredtiger: af5b324dd2789775e6fdd64deb6de39d1a78075a from branch mongodb-5.0
...
ref: e0d5610f61..af5b324dd2
for: 5.0.0
WT-7234 Prefix-compressed keys and memory amplification
WT-7497 Add flush component to object metadata
WT-7519 Fix flags field overflow in WT_DATA_HANDLE
WT-7537 Change local tier object suffix to .wtobj
2021-05-14 05:50:44 +00:00
Jamie Anderson
5752dacbc3
SERVER-56726 : Rename resharding coordinator enums to reflect the delineation between committing and aborting
2021-05-14 00:46:31 +00:00
Monica Ng
310b02cfa3
SERVER-56508 Ability to customise Zstandard compression level
...
SERVER-56508 Ability to customise Zstandard compression level
2021-05-14 00:45:26 +00:00
Samy Lanka
e1abfabc5a
SERVER-53439 Fix ReadWriteConcernDefaultsTest
2021-05-14 00:19:36 +00:00
Louis Williams
72ed8227aa
SERVER-56233 Support wildcard multikey paths on clustered collections
2021-05-13 23:46:50 +00:00
Daniel Moody
9c33afdc8a
SERVER-56897 fix regression causing scanner call chain to break
2021-05-13 22:09:22 +00:00
Haley Connelly
82e3fb1432
SERVER-55511 Handle recovery for resharding recipients
2021-05-13 21:21:07 +00:00
Randolph Tan
ec6dffd110
SERVER-54292 remove dependency on scanning replica set monitor in tenant_migration_recipient_service_tests
2021-05-13 21:20:05 +00:00
Nick Zolnierz
b28b53d238
SERVER-56685 Stricter parsing for $expMovingAvg, require an explicit 'sortBy' and 'alpha' between 0 and 1
2021-05-13 20:57:23 +00:00
Blake Oler
e93440951a
SERVER-56500 Create path for ReshardingMetrics to handle stepUp/stepDown
2021-05-13 20:25:46 +00:00
Huayu Ouyang
28206ffd75
SERVER-55702 Update 'defaultRWConcern' section of serverStatus
2021-05-13 20:21:50 +00:00
Louis Williams
065762a395
SERVER-55105 Support configurable time-series bucket 'granularity'
...
The 'granularity' option specifcies the expected ingestion rate of new
measurements. Valid options are 'seconds', 'minutes', or 'hours'. The
default is 'seconds'.
2021-05-13 19:58:54 +00:00
Huayu Ouyang
e009f6a207
Revert " SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfig"
...
This reverts commit f6b96a603d
.
2021-05-13 19:52:18 +00:00
Richard Samuels
541015db80
SERVER-55626 Fix serial_run
2021-05-13 19:20:05 +00:00
Robert Guo
da3abc5015
SERVER-55621 retry multiversion download once
2021-05-13 19:19:02 +00:00
Blake Oler
869a66f74f
SERVER-56923 Temporarily comment out resharding metrics invariant to allow for metrics-breaking changes to go in until metrics are compatible with stepUp/stepDown
2021-05-13 18:56:04 +00:00
Matthew Russotto
f573232d7b
SERVER-56517 Start checking unchecked writes in regex2.js, regex3.js, and regex4.js
2021-05-13 18:53:35 +00:00
jannaerin
5d5ce340f7
SERVER-56799 Use temporary namespace when writing tags docs for zones passed to resharding command
2021-05-13 18:27:17 +00:00
Andrew Morrow
296bf276d0
SERVER-44079 Work around issues with SYS_getrandom on our RHEL 7 builders
2021-05-13 18:26:13 +00:00
Andrew Morrow
72960c339a
SERVER-44079 Disable slist traits in boost string algorithms to fix icecream with clang
2021-05-13 18:26:13 +00:00
Andrew Morrow
68a54cbf96
SERVER-44079 Reapply the fix for SERVER-46008 to boost 1.76.0
...
This reverts commit 6180e0a83a
.
2021-05-13 18:26:13 +00:00
Andrew Morrow
625a889641
SERVER-44079 Upgrade boost from 1.70.0 to 1.76.0
...
This reverts commit ea13620362
.
2021-05-13 18:26:13 +00:00
Dan Larkin-York
5f0de7f186
SERVER-56522 Use proper timestamp comparison in non_durable_writes_on_primary_can_reach_majority.js
2021-05-13 18:09:57 +00:00
A. Jesse Jiryu Davis
500a405a5c
SERVER-56550 Require consistent API params in getMore and txns
...
Transaction-continuing commands must use the same API parameters as the
transaction's first command (it is no longer optional), and similarly
getMore must use the same as the cursor-creating command.
2021-05-13 17:48:10 +00:00
Billy Donahue
2070fc76b3
SERVER-54538 Enable assertions from ThreadContextTest worker threads
...
Synchronize access to counters.
Make one ThreadAssertionMonitor outside test body, to avoid
implicitly making threads while the test is running.
2021-05-13 16:58:45 +00:00
Robert Guo
00c3b89b64
SERVER-56744 list feature flags for local usage
2021-05-13 16:37:28 +00:00
Matthew Saltz
859d720822
SERVER-56899 Make PrimaryOnlyService TestService wait for cancellation logic to run
2021-05-13 16:35:24 +00:00
Vishnu Kaushik
d8d76d0536
SERVER-52343 Enable feature flag for Multitenant Migrations for Serverless
2021-05-13 16:29:07 +00:00
George Wangensteen
6a20534d96
Revert " SERVER-48493 RSM's isMasterMonitor should handle network exceeded time limit errors"
2021-05-13 16:06:33 +00:00
Pierlauro Sciarelli
5e3fb35984
SERVER-56915 Disable delete_range_deletion_tasks_on_stepup_after_drop_collection.js on stepdown suites
2021-05-13 16:02:49 +00:00
Paolo Polato
c961752e4b
SERVER-56565 blacklist safe_secondary_reads_drop_recreate.js from sharding_continuous_config_stepdown
2021-05-13 15:58:50 +00:00
Ted Tuckman
f84d9dd02d
SERVER-56430 Change ephemeral record store for test to keep given record ids
2021-05-13 15:38:18 +00:00
Robert Guo
44b5378cbc
SERVER-56352 allow dictionaries to be implicitly converted to HistoricDict
2021-05-13 15:36:19 +00:00
XueruiFa
74b66af2fa
SERVER-55358 : Check sync source too stale before starting oplog fetcher in tenant migrations
2021-05-13 15:33:10 +00:00
Simon Graetzer
9d87e1f1a5
SERVER-54632 Increase number of CSRS nodes in jstests/sharding/query/json_schema.js
2021-05-13 15:07:00 +00:00
Anton Korshunov
32f07e3577
SERVER-56885 [SBE][aggregation_disabled_optimization] Fix tests where error codes differ unexpectedly
2021-05-13 15:05:58 +00:00
Robert Guo
a3995cd9e1
SERVER-55825 remove TODO for UndoDB functionality
2021-05-13 15:04:37 +00:00
Robert Guo
580353e16b
SERVER-55945 increase timeout of benchmarks_orphaned
2021-05-13 14:42:45 +00:00
Benety Goh
9de51dbf7c
SERVER-56453 move LocalOplogInfo build target and implementation from repl/ to catalog/
2021-05-13 14:41:33 +00:00
Marcos José Grillo Ramirez
d9fbcf0e39
SERVER-56787 Move the uuid and empty fields of create sharded collection logging to the end event
2021-05-13 14:21:04 +00:00
Simon Gratzer
b12371c62e
SERVER-56894 Check minor element of Chunk Version in onShardVersionMismatch
2021-05-13 13:41:11 +00:00
Max Hirschhorn
2a7dfc040a
SERVER-56889 Avoid sparse arrays in JavaScript tests.
...
It breaks the parsing in the mutational (jstestfuzz) fuzzer.
2021-05-13 11:18:26 +00:00
Nikita Lapkov
ccaff11619
SERVER-56459 Support variables from ExpressionContext in SBE stage builder
2021-05-13 10:20:04 +00:00
Alya Berciu
fe74857f35
SERVER-49118 Update error messages for operations that reject fieldnames with '.' and '$'
2021-05-13 08:53:21 +00:00
Chenhao Qu
952e709824
Import wiredtiger: e0d5610f6126f8e143f75480b64adbf65759141d from branch mongodb-5.0
...
ref: 2060688ba3..e0d5610f61
for: 5.0.0
WT-7511 Add assert to ensure the history store page is pinned before search
2021-05-13 01:06:12 +00:00