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

52804 Commits

Author SHA1 Message Date
Daniel Moody
b9f0132fc5 SERVER-49016 added check for icecream version and handle missing cpuinfo 2020-07-10 17:03:54 +00:00
Mindaugas Malinauskas
c4ff843dc2 SERVER-49421 Blacklist kill_cursors.js from multi-version test suites 2020-07-10 16:51:46 +00:00
Misha Tyulenev
a2d9dc67ad SERVER-49086 follow-up: exclude system unsharded collections from MovePrimaryInProgress failure 2020-07-10 16:39:11 +00:00
Misha Tyulenev
15588728dc SERVER-49089 fail with MovePrimaryInProgress in MapReduce command 2020-07-10 16:39:11 +00:00
Misha Tyulenev
0497a5fe38 SERVER-49090 fail with MovePrimaryInProgress for aggregate and stages 2020-07-10 16:39:11 +00:00
Misha Tyulenev
d6f3aebf45 SERVER-49091 fail with MovePrimaryInProgress on create drop collMod renameCollection commands 2020-07-10 16:39:11 +00:00
Charlie Swanson
ff8a74db8a SERVER-48339 Ensure operation is hung on failpoint in unionWith_current_op.js 2020-07-10 16:26:43 +00:00
Arun Banala
b937b31a60 SERVER-49425 Use clusterTime from oplog in 'change_streams_read_oplog_after_downgrade.js' 2020-07-10 16:00:56 +00:00
XueruiFa
b9d49a22d7 SERVER-47296: Add link to oplog visibility in repl architecture guide 2020-07-10 15:37:40 +00:00
Gregory Wlodarek
46ee21e798 SERVER-47293 Execution Architecture Guide: Checkpoints 2020-07-10 15:25:44 +00:00
Ryan Timmons
9e50eb92a2 SERVER-49097 Make sys-perf builds closer to release builds 2020-07-10 15:12:46 +00:00
Chenhao Qu
2df8df1c2e Import wiredtiger: c97151853eb2e8f66e14c9671e120ba755675dba from branch mongodb-4.6
ref: 89446427f9..c97151853e
for: 4.5.1

WT-6508       Perform checkpoint cleanup on data store as part of checkpoint
2020-07-10 06:48:39 +00:00
Ian Boros
ef1b465f20 SERVER-47726 Log delta-style oplog entries from pipeline based updates 2020-07-09 23:51:46 +00:00
Judah Schvimer
40373c0e6e SERVER-46541 remove enableAutomaticReconfig parameter 2020-07-09 23:26:41 +00:00
Ryan Egesdahl
888f4a3a39 SERVER-49332 Enable jscore with TSAN variant in evergreen.yml
This enables the jsCore tests in the Evergreen TSAN build variant.
2020-07-09 23:14:38 +00:00
A. Jesse Jiryu Davis
1ce0d13e46 SERVER-48967 Ban non-primary writes with empty namespace 2020-07-09 23:02:41 +00:00
Judah Schvimer
64fcdabe8c SERVER-46541 enable automatic reconfigs for initial sync semantics by default 2020-07-09 22:39:43 +00:00
Ali Mir
915402884c SERVER-47789 Add concurrency tests for snapshot reads using atClusterTime 2020-07-09 22:12:59 +00:00
Shreyas Kalyan
af43724d06 SERVER-49383 Assert that Host header is present in OCSP responder 2020-07-09 21:53:43 +00:00
Ben Caimano
79177a84f8 SERVER-49126 Allow NetworkInterfaceIntegrationTest to be an internalClient 2020-07-09 21:12:35 +00:00
Ryan Egesdahl
c7348f3911 SERVER-48885 Environment variables values with spaces can cause build failures
If any environment variable (including PATH) were to somehow make its
way into your build.ninja, it would cause build failures due to the fact
that the shell splits it into separate arguments. This can happen
sometimes especially on OSX, where the PATHOSX environment variable gets
(incorrectly) copied by SCons into the current build environment.
Regardless of whatever SCons should be doing, we will quote environment
variable values in Ninja builds to ensure it doesn't happen again.
2020-07-09 20:28:41 +00:00
Dianna Hohensee
bf3b9a1e6d SERVER-49366 Allow presence of 'recordPreImages' in collection metadata in standalone mode 2020-07-09 20:16:42 +00:00
Mina Mahmood
64b48df7ee SERVER-49113 Rewrote CertificateExpirationMonitor class 2020-07-09 20:04:47 +00:00
Benety Goh
7afcf9895e SERVER-48617 do not hold global lock while waiting for index build thread resource 2020-07-09 19:08:14 +00:00
Yuhong Zhang
77ffbcb4f5 SERVER-49099 Remove the Node::swap() function in Biggie 2020-07-09 17:55:59 +00:00
Louis Williams
ab4d803f1f SERVER-43060 CheckReplDBHashInBackground should retry the dbHash command on WriteConflicts in debug builds 2020-07-09 17:40:17 +00:00
William Schultz
a6cd89a6c4 SERVER-49167 Set the stable timestamp without using the stable optime candidates when enableMajorityReadConcern:false 2020-07-09 17:26:40 +00:00
Reo Kimura
2863db2f54 SERVER-48205 fixed log messages 2020-07-09 17:14:19 +00:00
Reo Kimura
4975a3041a SERVER-48205 added log statements to provide context on returned responses 2020-07-09 17:14:19 +00:00
Reo Kimura
e0ec3c2c1b SERVER-48205 Rewrote toString() functions using fmtlib, locally untested 2020-07-09 17:14:19 +00:00
Reo Kimura
c3998c1480 SERVER-48205 Descriptive details added to toString() functions 2020-07-09 17:14:19 +00:00
XueruiFa
1b0445dc3e SERVER-48930: Use lastFetched from previous batch when comparing optimes for re-evaluating sync source 2020-07-09 16:45:25 +00:00
Lingzhi Deng
98cf395c1e SERVER-49063: Update FCV 4.6 constants to 4.5.1 2020-07-09 16:26:41 +00:00
jannaerin
c8e9a31cd3 SERVER-48506 Throw MaxTimeMSExpired instead of FailedToSatisfyReadPreference when RSM deadline is less than max 2020-07-09 16:00:44 +00:00
Ben Caimano
d197778348 Revert "SERVER-47352 Return connections inline for NetworkInterfaceTL"
This reverts commit ab0d153626.
2020-07-09 15:48:01 +00:00
Henrik Edin
43e2423bae SERVER-48749 Restoring a cursor without a saved state should not be a failure 2020-07-09 14:40:45 +00:00
David Storch
a58d7ea753 SERVER-48477 Make PlanExecutor interface more generic
After this change, the interface is sensible for both the classic
and SBE engines (with the exception of 'getRootStage()' which is left
as future work).
2020-07-09 14:14:43 +00:00
Richard Samuels
c37aaac069 SERVER-49041 Check if live-record binary exists when specified in resmoke.py invocation 2020-07-09 13:29:35 +00:00
Luke Chen
0e8bb99b4f Import wiredtiger: 89446427f9525ecb7dd10c1b193d1a3f78999d77 from branch mongodb-4.6
ref: 1ba46e7a92..89446427f9
for: 4.5.1

WT-5970       Update test_wt4333_handle_locks to use 1GB cache size
WT-6479       Don't insert updates after the first globally visible update to the history store
WT-6488       Fail update restore eviction if no new updates were written
2020-07-09 07:01:46 +00:00
Siyuan Zhou
882b737c34 SERVER-49020 Fix data race in MongosTopologyCoordinator test. 2020-07-09 02:08:56 +00:00
Shin Yee Tan
1ccc744fa3 SERVER-24165 Validate should report records with invalid BSON 2020-07-09 00:44:00 +00:00
Grace Luong
a2364e8742 SERVER-49060: updating generic FCV constants 2020-07-09 00:07:45 +00:00
Gabriel Marks
b0b09d66b9 SERVER-49112 Add Session::getSSLConfiguration 2020-07-08 23:23:41 +00:00
Gabriel Marks
8895e4ca03 SERVER-49374 Fix sslCipherConfig check 2020-07-08 22:47:07 +00:00
Cheahuychou Mao
9f7dbe7605 SERVER-49180 Make the donor's dataSync function reserve an OpTime at which to do the "start blocking" write 2020-07-08 22:13:41 +00:00
Shreyas Kalyan
b9015cdc8a SERVER-49339 Rename ocspValidationRefreshPeriodSecs to ocspStaplingRefreshPeriodSecs 2020-07-08 21:32:41 +00:00
Jason Chan
c0c135de35 SERVER-48983 Address TSAN errors in replication_coordinator_impl_test 2020-07-08 21:20:43 +00:00
Gregory Noma
372199eb2a SERVER-49244 Test that resumable index builds write state to disk on clean shutdown 2020-07-08 21:05:44 +00:00
Mark Benvenuto
acd6c3d067 SERVER-48178 Finding self in reconfig may be interrupted by closing connections due to rollback 2020-07-08 20:50:41 +00:00
Mark Benvenuto
2654abf119 SERVER-49347 Fix locking in shell's ProgramRegistry 2020-07-08 20:25:47 +00:00