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

51469 Commits

Author SHA1 Message Date
Nick Zolnierz
27c9e2a978 SERVER-47513 Modify killop.js to search for op by 'comment' in currentOp output 2020-04-16 17:10:36 +00:00
Katherine Wu
2b58a77d1d SERVER-46772 Use IDL to represent UpdateRequest 2020-04-16 16:41:37 +00:00
Ben Caimano
5a3b48b314 SERVER-47166 Explicitly break Baton Promises outside of locks 2020-04-16 16:26:03 +00:00
Kaloian Manassiev
9d9092639b SERVER-47562 Get rid of unused code and TODO marker in rename_collection.cpp 2020-04-16 15:55:42 +00:00
Benety Goh
03793e2a6a SERVER-47438 Cloner::_copyIndexes() assumes collection is empty 2020-04-16 15:44:39 +00:00
William Schultz
5d27d869ef SERVER-47545 Allow isSelf to consider any IP address in the 127.0.0.1/8 range as pointing to the loopback 2020-04-16 15:15:56 +00:00
Benety Goh
555a44b7bb SERVER-47438 Cloner::copyDb() creates indexes before copying documents 2020-04-16 14:23:46 +00:00
Blake Oler
2f04a97503 SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functions 2020-04-16 14:11:45 +00:00
Benety Goh
fc99a1a80f SERVER-47438 Cloner::copyDb() always copies the same database from a remote host 2020-04-16 10:39:18 +00:00
Benety Goh
abd513345c Revert "SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on to off & vice versa."
This reverts commit dcd3b4b465.
2020-04-16 09:29:33 +00:00
Benety Goh
a01a444b06 SERVER-47438 remove CloneOptions. Cloner::copyDb() accepts db name and sharded collection names 2020-04-16 09:17:37 +00:00
Benety Goh
bf5c17f391 SERVER-47438 remove CloneOptions::slaveOk 2020-04-16 08:40:45 +00:00
Luke Chen
946b8622fa Import wiredtiger: 9bd1ece7971714f947b47e589b0af5d7ee97a29d from branch mongodb-4.4
ref: da6c25fee0..9bd1ece797
for: 4.5.1

WT-5671       Prepare support with durable history: implement changes to prepare and commit/abort
WT-5675       Prepare support with durable history: workgen changes
WT-5765       Add an error return macro that skips codes but doesn't clear them
WT-5825       Reduce the number of runs for checkpoint-stress-test
WT-5982       Remove redundant fields used earlier for HS inserts
WT-5989       Support arguments in workgen
WT-5997       Disable mongodb-4.4 branch for release compatibility testing
WT-5999       Update format so it's possible for it to restart on an existing database
WT-6003       Remove duplicate open_cursor call
WT-6007       Fix an assert for fixed length column store
WT-6008       Turn off format stress testing for column-store
2020-04-16 05:58:39 +00:00
William Schultz
0793797e87 SERVER-46720 Allow non strict parsing of the LastVote document 2020-04-16 03:21:40 +00:00
Samy Lanka
f7e7e994cb SERVER-44343 Make 'reIndex' a standalone-only command 2020-04-16 00:32:40 +00:00
Suganthi Mani
dcd3b4b465 SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on to off & vice versa. 2020-04-15 23:55:47 +00:00
Billy Donahue
e479453141 SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all tests 2020-04-15 23:40:49 +00:00
A. Jesse Jiryu Davis
60937495e5 SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimary 2020-04-15 23:22:47 +00:00
Benety Goh
6388b971ca SERVER-47438 remove Cloner::copyCollection() and Cloner::setConnection()
These functions were previously required by rollback via refetch.
2020-04-15 23:03:55 +00:00
David Storch
9ca0c11865 SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error messages
Also changes the error message to include the index's
collation, in order to help users interpret the collation
keys.
2020-04-15 22:31:32 +00:00
Henrik Edin
da349337d1 SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appender 2020-04-15 22:09:40 +00:00
Matthew Russotto
31858ad493 SERVER-46864 Remove check for "new" on oplogApplicationEnforcesSteadyStateConstraints parameter 2020-04-15 21:46:01 +00:00
Maria van Keulen
d1094411f4 SERVER-47444 Don't wait for readConcern on txn stmts with InvalidOptions
This fixes a bug where transaction statements specifying their own
individual readConcern could still wait for readConcern.
2020-04-15 21:31:19 +00:00
Daniel Gottlieb
960d4f9371 SERVER-47542: Omit shard_identity_rollback from implicit multiversion tests. 2020-04-15 21:19:34 +00:00
Daniel Gottlieb
9e0f3b954d SERVER-47540: Omit shard_kill_and_pooling from implicit multiversion tests. 2020-04-15 21:19:34 +00:00
Henrik Edin
75576e5e16 SERVER-47380 Cleanup TODO 2020-04-15 21:06:42 +00:00
Benety Goh
eafda6eb37 SERVER-47438 remove unused CloneOptions fields
Most recent references were removed in commits f53a88a57d and 64e649a622.
2020-04-15 19:28:44 +00:00
Kaloian Manassiev
a5ce1424fd SERVER-47473 Remove usages of checkShardVersionOrThrow_DEPRECATED from OldClientContext 2020-04-15 19:14:39 +00:00
Haley Connelly
62acb3ba4f SERVER-47539 Remove uassert inside ServerPingMonitor::onServerHandshakeCompleteEvent when in shutdown 2020-04-15 19:02:45 +00:00
Matthew Saltz
cdd914a23e SERVER-43519 Remove unneeded TODO 2020-04-15 18:50:42 +00:00
Pavi Vetriselvan
9f01fb4c75 SERVER-46953 Log number of operations killed by shutdown 2020-04-15 18:39:52 +00:00
Pavi Vetriselvan
8c02eff37d SERVER-46954 change logV2 id to match ticket number 2020-04-15 18:28:29 +00:00
Benety Goh
d7f09737cb SERVER-47438 remove unused function RollbackSource::copyCollectionFromRemote()
Last reference was removed in commit 65e6cd5142.
2020-04-15 18:17:12 +00:00
Jason Chan
2bad13a633 SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodes 2020-04-15 18:04:00 +00:00
Pavi Vetriselvan
0170e0a872 SERVER-46954 Make shutdown command on mongos accept timeoutSecs 2020-04-15 17:25:38 +00:00
Louis Williams
a94df7c8c6 SERVER-47510 Disable index build commitQuorum on builders that override mongodSetParameters 2020-04-15 15:46:18 +00:00
Tommaso Tocci
a3a46c056d Revert "SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECATED to getCollectionDescription"
This reverts commit 6f1c334300.
2020-04-15 15:34:56 +00:00
Blake Oler
2c87953010 SERVER-44972 Make ShardId a required field in StaleConfigInfo 2020-04-15 14:48:40 +00:00
Mihai Andrei
9be1041342 SERVER-47506 Add expression for removing Document tombstones 2020-04-15 14:24:55 +00:00
Robert Guo
b973f30040 SERVER-46326 update multiversion tests for 4.4 2020-04-15 11:40:52 +00:00
Tommaso Tocci
6f1c334300 SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECATED to getCollectionDescription 2020-04-15 08:18:47 +00:00
Tommaso Tocci
2736a860cc SERVER-47551 Remove checkUniqueIndexConstraints unused function
All callers of checkUniqueIndexConstraints have been removed by SERVER-44549 in v4.3.4. Thus it can be safely removed.
2020-04-15 07:55:50 +00:00
Lamont Nelson
285490c1a5 SERVER-47121: Calculate the next IsMaster request time for RSM expedited mode 2020-04-15 04:40:46 +00:00
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