summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* changed default macro from kStorage to kControlSERVER-45600bynn2020-06-181-1/+1
|
* removed all references to kControl in LOGV2_OPTIONSbynn2020-06-181-4/+4
|
* SERVER-47094 Test that we remove 'newlyAdded' by member id, not member indexVesselina Ratcheva2020-06-171-0/+143
|
* SERVER-48703: Dynamically split ↵Jeff Zambory2020-06-171-5/+4
| | | | causally_consistent_hedged_reads_jscore_passthrough
* SERVER-48150 Streamline resmoke loggersCarl Raiden Worley2020-06-1718-209/+244
|
* SERVER-48345 Allow users to add nodes with member id greater than 255.Suganthi Mani2020-06-174-88/+36
|
* SERVER-48919 dont_read_oplog_hole_on_step_up.js should wait until primary is ↵Louis Williams2020-06-171-1/+3
| | | | writable
* SERVER-47296 Execution Architecture Guide: Oplog Collection, fix incomplete ↵Dianna Hohensee2020-06-171-11/+7
| | | | commit
* SERVER-48322 Reconfigure to WiredTiger 10.0 when downgrading from 4.6 to 4.4Gregory Noma2020-06-171-1/+1
|
* SERVER-47376 Delete TODOGabriel Marks2020-06-171-1/+0
|
* SERVER-47725 Implement algorithm for diffing BSON objectsArun Banala2020-06-177-3/+545
|
* SERVER-47982 Change the shard version update procedure of the migration ↵Marcos José Grillo Ramírez2020-06-177-142/+150
| | | | source manager
* SERVER-48899 Remove outdated dynamic rhel builderAndrew Morrow2020-06-171-97/+0
|
* Import wiredtiger: 5faf7b26eb9d311b8a7575a16c757078772eb02d from branch ↵Luke Chen2020-06-1720-577/+818
| | | | | | | | | mongodb-4.4 ref: ab40833d91..5faf7b26eb for: 4.5.1 WT-6175 tcmalloc fragmentation is worse in 4.4 with durable history
* SERVER-48739 Add cached max KeyString to ChunkInfo classAlex Taskov2020-06-178-45/+51
|
* SERVER-48782: On request, backup datafiles when restarting test mongod ↵Daniel Gottlieb2020-06-167-2/+31
| | | | instances.
* SERVER-48655 Ensure all nodes are rolled over in testSara Golemon2020-06-161-4/+2
|
* SERVER-48303 Lazily initialize highest record id in Biggie record store like ↵Henrik Edin2020-06-162-5/+38
| | | | how WT does it
* SERVER-48891 reIndex should not lookup nonexistent database in ViewCatalogLouis Williams2020-06-162-1/+6
|
* SERVER-48902 Fix typos in sharding arch guideEsha Maharishi2020-06-161-3/+3
|
* SERVER-47289 Execution Architecture Guide: Index BuildsLouis Williams2020-06-161-12/+214
|
* SERVER-46296 Use dynamic builders for required non-windows waterfall buildersAndrew Morrow2020-06-162-97/+120
|
* SERVER-48661 Death test cannot parse tsan outputMark Benvenuto2020-06-161-2/+8
|
* SERVER-48464 Remove {$rand:{const:true}}Svilen Mihaylov2020-06-163-63/+7
|
* SERVER-48424 Add the "Sharding component initialization and shutdown" ↵Alex Taskov2020-06-161-2/+48
| | | | section to the sharding arch guide
* SERVER-48466 Suppress tcp_fastopen test on hosts with blackhole eventsSpencer Jackson2020-06-162-1/+56
|
* SERVER-42982 unblacklist upgrade_downgrade_cluster test from multiversion suitesMisha Tyulenev2020-06-162-6/+0
|
* SERVER-47720 Clarify WiredTigerIndexUnique log line to include the ↵Gregory Wlodarek2020-06-161-5/+9
| | | | collection and index name
* SERVER-47296 Execution Architecture Guide: Oplog CollectionDianna Hohensee2020-06-161-14/+121
|
* SERVER-47982 Remove refreshFilteringMetadataUntilSuccess from migration recoveryMarcos José Grillo Ramírez2020-06-163-17/+89
|
* SERVER-48411 Fixes clang tidy failure in member_config_test.cppSuganthi Mani2020-06-161-11/+19
| | | | (cherry picked from commit 650653a961a87efdb68fec3f46f5c8d306d12522)
* SERVER-48783 Critical section should not be entered when performing a shard ↵Pierlauro Sciarelli2020-06-161-5/+4
| | | | version recovery
* Import wiredtiger: ab40833d9130b71f4b36a1a03fd8f4f137d11bdd from branch ↵Luke Chen2020-06-1620-280/+1104
| | | | | | | | | | | | mongodb-4.4 ref: 930bbacc37..ab40833d91 for: 4.5.1 WT-6108 Add support for rollback_to_stable to test/format WT-6395 Reorder the history store inserts if there exists an update with same timestamp after restart WT-6398 Format history store cursor should handle WT_ROLLBACK return WT-6416 RTS to skip reading internal pages that don't have newer updates
* SERVER-48411 Increase maximum allowed replica set memberId on disk from 255 ↵Suganthi Mani2020-06-167-9/+131
| | | | | | to INT_MAX. (cherry picked from commit 52db264df93fe1f5f75647136793bd025c0393a8)
* SERVER-48715 correctly handle $clusterTime on arbiters when auth is enabledKevin Pulo2020-06-162-20/+66
|
* SERVER-48596 IndexBuildsCoordinator::abortCollectionIndexBuilds() should ↵Gregory Wlodarek2020-06-161-6/+10
| | | | return early if there are no active index builds
* SERVER-46730 Update repl arch guide for initial sync semanticsVesselina Ratcheva2020-06-151-0/+20
|
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-156-28/+236
| | | | | | | | | | | | | | | | Previously, discrimination based on the partial filter expression was done for all paths included in the wildcard projection. This could lead to a situation where two queries were erroneously assigned the same plan cache key. The fix is to ensure that for wildcard indexes, partial index discriminators are instead registered only for those paths mentioned in the partial filter expression. Unlike other kinds of wildcard index discriminators (e.g. handling concerns of null equality or collation), the paths in the partial filter expression are known a priori. Therefore, discrimination based on the partial filter can be done in the same way for wildcard and non-wildcard indexes.
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-1510-26/+76
|
* SERVER-47493: Remove completed TODODavid Bradford2020-06-151-1/+0
|
* SERVER-48775 Run dos2unix on two sharding test files with CRLF line endingsKaloian Manassiev2020-06-152-2090/+2090
|
* SERVER-48756 Use larger maxTimeMSForHedgedReads hedging_metrics_server_status.jsCheahuychou Mao2020-06-151-1/+1
|
* SERVER-47295 Execution Architecture Guide: KeyStringGeert Bosch2020-06-151-4/+84
|
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-1551-659/+601
|
* SERVER-48783 Critical section should not be entered when performing a shard ↵Pierlauro Sciarelli2020-06-153-12/+8
| | | | version recovery
* SERVER-47595 Execution Architecture Guide: Collection ValidationGregory Wlodarek2020-06-151-1/+104
|
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-1522-225/+182
|
* SERVER-48682 Refactor sharding_balance1 js testTommaso Tocci2020-06-152-37/+27
|
* Import wiredtiger: 930bbacc3761a10483875585dbd4ecb58271d57e from branch ↵Luke Chen2020-06-157-39/+58
| | | | | | | | | | | | | | mongodb-4.4 ref: f650b1124b..930bbacc37 for: 4.5.1 WT-6344 Clean-up timestamped updates to cater for globally visible full updates WT-6408 test/format bulk load can set an incorrect row count WT-6413 Remove globally visible check in __wt_checkpoint_close WT-6414 Block running rebalance with timestamp set in test format WT-6418 Account for aborted updates when doing the first scan of updates before inserting them to the history store WT-6419 Make sure we dump core on Evergreen PPC machines
* SERVER-48610 move ReplicaSetAwareService callbacks into the ↵Kevin Pulo2020-06-158-26/+8
| | | | ReplicationCoordinator (instead of its external state)