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

59085 Commits

Author SHA1 Message Date
Daniel Moody
ae3d4c49b8 SERVER-57576 add timestamp and stacktrace to cachedir logs 2021-07-06 19:41:55 +00:00
Wenbin Zhu
f4860f196c SERVER-58258 Fix race between 'replSetGetStatus' request and initial syncer clearing state. 2021-07-06 18:11:36 +00:00
Alex Li
8f3f737653 SERVER-58148 Consider failed reads as resolved 2021-07-06 17:43:00 +00:00
Marcos José Grillo Ramirez
c1e968aab0 SERVER-27383 Disalow standalone nodes as config server if no queryableBackupMode is specified 2021-07-06 17:39:11 +00:00
Amirsaman Memaripour
d0d4084cff SERVER-58139 Check for cancelation before sending remote commands 2021-07-06 17:15:13 +00:00
Blake Oler
a29714ffc0 SERVER-57953 Thread calls to setFilteringMetadata inside the resharding participant machines 2021-07-06 16:51:03 +00:00
Billy Donahue
efdd9cd309 SERVER-58263 fix hash map erase loop in TenantMigrationAccessBlockerRegistry 2021-07-06 15:57:27 +00:00
Paolo Polato
804ddfe0dc SERVER-57790 abort chunk migration while an up/downgrade is in progress. 2021-07-06 14:31:48 +00:00
Eric Cox
addc217a09 SERVER-58216 Disable SBE query knob FSM test in concurrency repl multiversion passthroughs 2021-07-06 13:49:45 +00:00
Nick Zolnierz
e239598227 SERVER-58250 Fix regression in $group due to memory tracking refactor
by using return value of try_emplace instead of reaccessing map
2021-07-06 12:23:29 +00:00
Jordi Serra Torrens
4e2b70cd68 SERVER-58143 shardsvrDropCollectionParticipant should be killable on stepdown 2021-07-06 08:54:42 +00:00
Simon Graetzer
201f3d1d49 SERVER-56649 Make renameCollection resilient to network partitions 2021-07-06 08:17:00 +00:00
Allison Easton
d08c26c369 SERVER-57869 Extending Shell getShardDistribution helper to handle new metadata format of config.chunks 2021-07-06 07:52:04 +00:00
Alison Felizzi
bd072589dc Import wiredtiger: 45dc3785467b0b5f6c8a071c4a9f82b01ac2301f from branch mongodb-master
ref: 430c24170a..45dc378546
for: 5.1.0

WT-7770       Fix issue linking TCMalloc in CMake
2021-07-06 05:41:36 +00:00
Kshitij Gupta
1fa38a010b SERVER-53913: ReshardingDonorService instances to load metrics state
upon instantiation.
2021-07-05 18:47:16 +00:00
Milena Ivanova
cfe426f27a SERVER-56907 Remove feature flag for Mitigate pain of using field names with dots and dollars 2021-07-05 16:37:28 +00:00
Tommaso Tocci
daf6c4c0e7 SERVER-58266 Stop forcing database version refreshes in chunk manager targeter 2021-07-05 16:00:52 +00:00
Tommaso Tocci
8e26c5dbde SERVER-58265 Remvove deprecated Grid::_allowLocalHost variable 2021-07-05 15:17:40 +00:00
Pierlauro Sciarelli
36df326d54 SERVER-58167 Use scoped database critical section during dropDatabase 2021-07-05 14:41:08 +00:00
Benety Goh
2fa358f0a3 SERVER-55821 remove WiredTigerRecordStore::getRandomCursorWithOptions() 2021-07-05 12:32:32 +00:00
Uladzimir Makouski
72df6f6c32 Revert "SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at runtime"
This reverts commit 110a58f2ec.
2021-07-05 10:58:19 +00:00
Arun Banala
66f3c41018 SERVER-57605 Expose Decimal128 equality comparison helper to shell 2021-07-05 10:06:02 +00:00
Denis Grebennicov
b76f72590c SERVER-50559 Don't log waiting change stream getMores as slow queries 2021-07-05 08:41:08 +00:00
Luke Chen
d4d940439e Import wiredtiger: 430c24170adc0b61e011a166f9620578bb540a27 from branch mongodb-master
ref: fb7ccab5c8..430c24170a
for: 5.1.0

WT-7749       Assorted fixes for (and from) building and testing on NetBSD
2021-07-05 07:25:19 +00:00
Luke Chen
3eb8fa8a95 Import wiredtiger: fb7ccab5c8a1f94af3255abd8bc2f9373d312662 from branch mongodb-master
ref: cbe10d86e3..fb7ccab5c8
for: 5.1.0

WT-7317       Improve the runtime_monitor component to track history store cleanup statistics
2021-07-05 07:25:19 +00:00
Benety Goh
671f32cfb2 SERVER-55821 remove next_random_sample_size=1000 configuration in the oplog sampling code 2021-07-04 12:23:17 +00:00
Benety Goh
6ff9a52b5a SERVER-55821 log minBytesPerStone when sampling oplog for placing stones 2021-07-03 19:12:47 +00:00
Benety Goh
aa2ac02337 SERVER-57726 Fix bson_util_test with ASAN builder: left shift of negative value -1 2021-07-03 10:58:24 +00:00
Irina Yatsenko
fde0540020 SERVER-57389 Remove GLE helpers from the shell and dbclient 2021-07-03 02:59:55 +00:00
James Wahlin
de197ff4ea SERVER-58102 Print currentOp results on failed assertion for {$all: false} test 2021-07-02 20:57:55 +00:00
Katherine Wu
1345730e6c SERVER-39270 Allow top-level $lookup stages to run in parallel on multiple shards 2021-07-02 20:27:36 +00:00
Yuhong Zhang
d8170c86a9 SERVER-50287 drop_index.js fails when run in passthrough suite with stepdown 2021-07-02 19:29:47 +00:00
Yuhong Zhang
63a7a4d461 SERVER-58244 Rename the collection in collmod_convert_to_ttl.js to avoid conflicts in parallel testing 2021-07-02 19:28:43 +00:00
lukebhan
8544eebc9b SERVER-57726 Added signed integer encoding to simple8b
changed decode to use or

updated zigzag

removed iostream

removed debug code

replace negate with 2's complement

fixed linter

linter
2021-07-02 19:04:45 +00:00
Yoonsoo Kim
2181d579ff SERVER-58198 Remove shellReadMode/shellWriteMode command-line params from resmoke.py 2021-07-02 18:36:21 +00:00
Marcos José Grillo Ramirez
92a0de6ce7 SERVER-32531 Disalow standalone nodes as shards if no queryableBackupMode is enabled 2021-07-02 17:10:37 +00:00
Sara Golemon
73e334a22d SERVER-58160 Increase timeout cluster_x509_rotate egress test 2021-07-02 16:04:41 +00:00
Sara Golemon
110a58f2ec SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at runtime 2021-07-02 15:11:40 +00:00
Sara Golemon
b587565b02 SERVER-58157 Add requires_replication to impersonate-deny.js 2021-07-02 14:49:10 +00:00
Jackson Xie
626aed97d9 SERVER-57791: Simple8b skip functionality 2021-07-02 13:42:07 +00:00
Jordi Serra Torrens
f4276192c8 SERVER-56647 Make dropDatabase resilient to network partitions 2021-07-02 09:13:12 +00:00
Allison Easton
ad76f3d823 SERVER-53033 Investigate usages on "not master" error messages in sharding unittests 2021-07-02 07:03:29 +00:00
Luke Chen
8edc5e1b01 Import wiredtiger: cbe10d86e38ba66d93946524ab39751304a5780d from branch mongodb-master
ref: b9546875f3..cbe10d86e3
for: 5.1.0

WT-7720       Update POSIX CMAKE doxygen documentation (CMake Usability Improvements)
2021-07-02 07:02:26 +00:00
Luke Chen
04f0f1f047 Import wiredtiger: b9546875f3c8503ae8fa03b7c184ae896d5f7d0f from branch mongodb-master
ref: 15512c75cd..b9546875f3
for: 5.1.0

WT-7719       Change default value of ENABLE_STRICT to "OFF" (CMake Usability Improvements)
2021-07-02 07:02:25 +00:00
Luke Chen
3bd6c43856 Import wiredtiger: 15512c75cd86b6f504da32673ab07142d70318ff from branch mongodb-master
ref: 58b355e352..15512c75cd
for: 5.1.0

WT-7690       Fix coverity error when enum is compared against 0 (incr_backup:table_changes)
2021-07-02 07:02:25 +00:00
Luke Chen
413dd4dc50 Import wiredtiger: 58b355e35289d90bfcf0e34119447caedc2a372f from branch mongodb-master
ref: b194a5a04c..58b355e352
for: 5.1.0

WT-7767       Code cleanup for curhs_remove and __txn_fixup_prepared_update
2021-07-02 07:02:25 +00:00
Luke Chen
9139cbf21e Import wiredtiger: b194a5a04c2f37282542f19d46c1ee499fbcefac from branch mongodb-master
ref: e8d4901883..b194a5a04c
for: 5.1.0

WT-7447       Fix the assert fire because onpage out of order update is not popped from the stack
2021-07-02 07:02:25 +00:00
Luke Chen
24f0c18600 Import wiredtiger: e8d490188314c81adeb94b4c952da6971646b5ab from branch mongodb-master
ref: 23af3ca32e..e8d4901883
for: 5.1.0

WT-7765       Fix signed integer overflow in intpack-test3
2021-07-02 07:02:25 +00:00
Luke Chen
19918d22e9 Import wiredtiger: 23af3ca32ec75a732563bb338cae8777c2ff4900 from branch mongodb-master
ref: f6dbb6f4f6..23af3ca32e
for: 5.1.0

WT-7766       Fix null pointer passed to memset in test_wt3338_partial_update
2021-07-02 07:02:25 +00:00
Luke Chen
00f3c7872d Import wiredtiger: f6dbb6f4f6a338a3bf47135de742089f1d875399 from branch mongodb-master
ref: 5b411a8179..f6dbb6f4f6
for: 5.1.0

WT-7755       YSCB: Add a native implementation of YCSB to WTPERF.
2021-07-02 07:02:25 +00:00