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

40431 Commits

Author SHA1 Message Date
Siyuan Zhou
b3e68c8b14 SERVER-31669 Increase the election timeout in case 3 of catchup.js 2018-01-25 20:51:14 -05:00
William Schultz
0d7bd8fac9 SERVER-30818 Wait for all background index builds to complete before starting rollback to checkpoint
This reverts commit 0ebed531c6.
2018-01-25 20:47:29 -05:00
Benety Goh
785f56934f SERVER-32783 remove unnecessary scheduleWork call from CollectionCloner::_verifyCollectionDropped() 2018-01-25 20:44:40 -05:00
Benety Goh
73f0e0047a SERVER-32783 CollectionCloner::shutdown() does not wait for _verifyCollectionDropped destruction 2018-01-25 18:53:30 -05:00
William Schultz
0ebed531c6 Revert "SERVER-30818 Wait for all background index builds to complete before starting rollback to checkpoint"
This reverts commit 18eb990734.
2018-01-25 17:37:52 -05:00
William Schultz
a917ca5b16 SERVER-32840 Remove Jepsen PV0 test suites 2018-01-25 16:52:33 -05:00
William Schultz
18eb990734 SERVER-30818 Wait for all background index builds to complete before starting rollback to checkpoint 2018-01-25 16:42:22 -05:00
Benety Goh
b3e32fea3f SERVER-32783 add test case for CollectionCloner handling collection drops while copying documents 2018-01-25 16:39:50 -05:00
Sara Golemon
e1f98f1fc5
SERVER-32834 Refactor SaslSCRAMSHA1ServerConversation to be block independent 2018-01-25 16:00:58 -05:00
Sara Golemon
7b18234304
SERVER-32835 Refactor SaslSCRAMSHA1ClientConversation to be block independent 2018-01-25 16:00:58 -05:00
Sara Golemon
5fad9e0f17
SERVER-32793 Refactor SCRAMSHA1ClientCache to be block independent 2018-01-25 16:00:57 -05:00
Sara Golemon
298f7758a0
SERVER-32836 Refactor SCRAM mechanism to be block independent 2018-01-25 16:00:56 -05:00
Benety Goh
acf7bec77e SERVER-32783 fix race in RemoteCommandRetryScheduler between shutdown() and resending command 2018-01-25 15:57:32 -05:00
julianedwards
145ebbe66f SERVER-32740: Set ycsb_dir and workloads_dir in longevity.yml. 2018-01-25 15:38:01 -05:00
Mathew Robinson
dd9a256387 SERVER-32527 Overwrite remote credentials with package tests credentials 2018-01-25 15:28:46 -05:00
Mathew Robinson
0d363f8571 SERVER-32527 Move package testing to new BUILD2 VPC 2018-01-25 15:28:46 -05:00
Benety Goh
a046f95310 SERVER-32783 RemoteCommandRetryScheduler releases callback resources on completion 2018-01-25 14:50:22 -05:00
julianedwards
bcdb10268a SERVER-32740: Set ycsb_dir and workloads_dir in system_perf.yml. 2018-01-25 14:45:39 -05:00
Benety Goh
35b9b42875 SERVER-32783 make RemoteCommandRetryScheduler single-use - cannot be be restarted once completed 2018-01-25 13:18:57 -05:00
Daniel Gottlieb
7b5769bd1e SERVER-32893: Allow dropping of system.indexes to not be timestamped. 2018-01-25 13:15:27 -05:00
Chibuikem Amaechi
048da5de50 SERVER-31970 Modernize core/geo_polygon3.js and improve error handling
Adding assertions on failure to write, drop collection or build an index
will make this test easier to troubleshoot.

Closes #1205.

Signed-off-by: Nick Zolnierz <nicholas.zolnierz@mongodb.com>
2018-01-25 12:17:54 -05:00
Bernard Gorman
a9c8f03bb7 SERVER-31293 Don't consider readPreference 'primary' as equivalent to 'slaveOk' in OP_QUERY find path 2018-01-25 17:08:03 +00:00
Henrik Edin
2260912ecb SERVER-32860 Change dependency to repl_coordinator_interface instead of repl_coordinator_impl where possible. 2018-01-25 11:12:27 -05:00
dalyd
1072232bbc SERVER-32680: Update perf projects to use newer baselines 2018-01-25 11:11:02 -05:00
William Schultz
d6e53ee6a3 SERVER-30283 Fix typo in PingStats comment 2018-01-25 11:08:10 -05:00
William Schultz
a76bbc3d1b SERVER-30283 Clean up TopologyCoordinator::PingStats interface 2018-01-25 11:03:09 -05:00
Benety Goh
8b44a73646 SERVER-32783 reduce unnecessary lock acqisition in RemoteCommandRetryScheduler::_remoteCommandCallback() 2018-01-25 10:54:28 -05:00
Luke Chen
f6d5c6acf7 Import wiredtiger: 780756acc2522d4bcf5f6c6c605ed5fcb77b9548 from branch mongodb-3.8
ref: fc383862a7..780756acc2
for: 3.7.2

WT-3852       Update debugging when committing at an earlier timestamp
WT-3863       Record the clock frequency in the optrack log file, so we can convert CPU cycles to nanoseconds when decoding the files.
WT-3865       avoid cache misses in WiredTiger tree-walk and hazard functions
WT-3871       format should read from a timestamp
WT-3874       Use custom collator for diagnostic verification of keys
2018-01-25 16:27:32 +11:00
William Schultz
984bc43b2e SERVER-32803 stepup.js should retry stepUp command 2018-01-24 17:34:28 -05:00
Tess Avitabile
1ea5ea2748 SERVER-32878 readConcern_snapshot.js should not be run on mobile variants 2018-01-24 13:58:58 -05:00
Billy Donahue
90fa214a65 SERVER-32846 NamespaceString: add and remove relational operators
relops for NamespaceString

fix client sites relying on NamespaceString vs string
2018-01-24 13:51:39 -05:00
Kaloian Manassiev
bc433b50e0 SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatus
Includes metrics for refresh, clone and migration critical section
duration.
2018-01-24 13:45:53 -05:00
Daniel Gottlieb
fbf03e93da SERVER-32251: Timestamp drop collection/database 2018-01-24 13:45:05 -05:00
Dianna Hohensee
e59b03c06a SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid featureCompatibility values 2018-01-24 13:09:03 -05:00
Ian Boros
fec49f5e76 SERVER-29421 Make agg explain use outer PlanExecutor 2018-01-24 10:34:21 -05:00
Henrik Edin
f3b39d5c15 SERVER-32850 Remove dependency on serveronly for storage_interface_impl. 2018-01-24 09:57:01 -05:00
Bernard Gorman
4f6b79d652 SERVER-32175 change_stream_collation.js should always use assert.soon() when checking cursor.hasNext() 2018-01-23 22:57:43 +00:00
Mathew Robinson
4d791025f0 SERVER-32585 Change python2 to python to fix windows tests 2018-01-23 17:48:39 -05:00
Kaitlin Mahar
251ac77d37 SERVER-32643 Add a metadataOnly flag to the clone command 2018-01-23 16:42:55 -05:00
Chibuikem Amaechi
c765de2104 SERVER-32259 Update wiredtiger_util.cpp
WiredTigerUtil::fetchTypeAndSourceURI() is using
invariant(colgroupResult.isOK()) instead of
invariantOK(colgroupResult.getStatus()). This means that if the
invariant ever fires, we don't know what the bad Status actually was.

Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
2018-01-23 16:19:59 -05:00
Robert Guo
3660fcbd6f SERVER-31093 Remove initialsync attempts from the initial sync suites 2018-01-23 16:09:54 -05:00
Ian Whalen
797b003bed SERVER-32798 Add duroff variant for MMAPv1 2018-01-23 13:34:38 -05:00
Billy Donahue
cf5d532cf5 SERVER-32857 move NamespaceString escapeDbName to its user, add warning 2018-01-23 12:42:19 -05:00
Mathew Robinson
a84f831688 SERVER-32585 Use toolchain pip for installation of modules 2018-01-23 12:14:52 -05:00
Vesselina Ratcheva
82994d2409 SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of a replica set
This reverts commit 06b9e9ebf9.
2018-01-23 11:38:04 -05:00
Vesselina Ratcheva
4189db4c92 SERVER-32769 Remove replica set tests from linux-64-duroff variant 2018-01-23 11:38:04 -05:00
Geert Bosch
7a800bc2ed SERVER-32574 Fix oplog thread restart race in local DB repair 2018-01-23 11:21:20 -05:00
Ian Boros
97341c4326 SERVER-32307 Change ARM to kill its cursors unconditionally 2018-01-23 10:50:22 -05:00
Jack Mulrow
db941ec5d0 SERVER-32463 Remove FCV dependent miscellaneous sharding code 2018-01-23 10:46:58 -05:00
Jack Mulrow
e1c90a3806 SERVER-32799 Don't set FCV to 3.6 in SessionCatalogMigrationDestinationTest::setUp 2018-01-23 10:42:13 -05:00