| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- boost::multi_index to fix unbounded map growth w/some keys
Evict expired suppressions
- Provide an unkeyed nontemplate version `SeveritySuppressor`
(cherry picked from commit b4fedf13f77347b4be11053b59d01f80b769fd7c)
|
|
|
|
|
|
| |
command response
(cherry picked from commit 120836e75233ad5123450b1a23c4aa1ac7ab9d88)
|
|
|
|
| |
(cherry picked from commit 0793797e87ea2c9c6e0a92f5fd704da15ffc0e51)
|
|
|
|
| |
(cherry picked from commit 7dcdf00a34e6b030d63001c7586cbc161ef5229a)
|
|
|
|
| |
(cherry picked from commit 9c5d82ff1fb2bb7367e10c9e21ac67b440e7097e)
|
|
|
|
|
|
| |
more informative
(cherry picked from commit 06755cd5a43d08b5e1e9163e060177d728ae6696)
|
|
|
|
|
|
| |
noexcept block
(cherry picked from commit 39a6dfded77db512ddb729e202b13562bba4c58f)
|
|
|
|
| |
(cherry picked from commit e4794531419bff51da233bc4453db6f99d1809ff)
|
|
|
|
| |
(cherry picked from commit da349337d17dfa6bf5e92edac92045fab84e1742)
|
|
|
|
| |
(cherry picked from commit 79a8c251b6aa40165893bf0026091559eb5c13c7)
|
|
|
|
| |
(cherry picked from commit cdf9ea3b479bbffc1de900884ee10e29e7349bd2)
|
|
|
|
|
|
| |
encryption-related keywords
(cherry picked from commit f950ce6ca8e360becb502a09b7f371b2f2c807da)
|
|
|
|
|
|
| |
the validationAction is "warn" or validationLevel is "moderate"
(cherry picked from commit 3032eb8c2a10163bf727767efe2b73b8d60c9ecb)
|
|
|
|
|
|
| |
architecture guide
(cherry picked from commit d140082164a67ebc5eb935aa7982b208f18ea274)
|
|
|
|
|
|
| |
CursorIsDeadShutsDownOplogFetcherWithSuccessfulStatus
(cherry picked from commit 5c8919c258ffbfef1f5f331162cacf50ccbd3aeb)
|
|
|
|
| |
(cherry picked from commit c3652beac9345444f2961724ecb655afa93195ce)
|
| |
|
|
|
|
| |
(cherry picked from commit 7f30f053dff852029e2ca50cc2ab181787ca6da6)
|
|
|
|
| |
commit quorum is not supported
|
|
|
|
|
|
|
|
|
|
| |
collection cloning phase to prevent a scenario where the commit quorum cannot be satisfied due to the primary node needing the initial syncing nodes vote
(cherry picked from commit b957b68205fbf672867cf68e30c0744ac5abfb9f)
SERVER-47700 renameCollection should check if the target collection exists before accessing the collection object
(cherry picked from commit a6424fafa179805e192dc354cae85fdf0359f95e)
|
|
|
|
|
|
| |
have not changed
(cherry picked from commit 83f98c05609c4559dfdaf384c5512b0100a9e1b5)
|
|
|
|
|
|
| |
sessions_collection_rs
(cherry picked from commit 2f9cbb7f816f744ac08ac52a0c87eaec3258e3ef)
|
|
|
|
| |
(cherry picked from commit 58f10d61febed3a09305d8186101794fe154100f)
|
|
|
|
| |
(cherry picked from commit ef75364ada70eaf4a096ed07adfeb3175abd719b)
|
|
|
|
| |
unexpected headers
|
| |
|
|
|
|
| |
(cherry-picked from commit 2d97053037e95622729a334c0671243afc568adf)
|
|
|
|
|
|
| |
sharded
(cherry picked from commit 2ea63cd234669d3cfe09292f6f978f7bf768d0d6)
|
|
|
|
| |
(cherry picked from commit 0f3ea400ef047d93a46bc353ba7b89b1ed7cfc92)
|
|
|
|
| |
(cherry picked from commit 56b894215fa182dd7668ef7e7c6f52e6da6a536e)
|
|
|
|
| |
(cherry picked from commit a89edc5d9e2908abce696932462c118d8ecf3345)
|
|
|
|
|
|
| |
violations upon completion
(cherry picked from commit 66783cb504c25061b00c03fe55b70e3ca4125ed5)
|
|
|
|
|
|
| |
not support checkpoints
(cherry picked from commit 560b266f41b1507ddb09cf6dfd61f26ca60b89b7)
|
|
|
|
| |
(cherry picked from commit cc814e4c87c1ae20ef7c0840344496043dbdf18d)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Split the single _isMultikey variable on an IndexCatalogEntry(Impl) into two
separate variables: _isMultikeyForReader and _isMultikeyForWriter.
_isMultikeyForReader is flipped as early as possible. Readers concurrent
with multikey flipping may forgo a possible optimization when their snapshot
sees no multikey data.
_isMultikeyForWriter is flipped after the storage engine commits a multikey
change to the on-disk catalog. At this point, writers may, under some
circumstances, optimize away some catalog writes.
Move logic for optimizing readers (multikey paths, clearing query cache) outside
of the onCommit.
Adds a failpoint widenWUOWChangesWindow which sleeps transaction commit and
onCommit/onRollback handlers.
Have validate assert multikey paths are set correctly for the documents observed
during its collection scan.
(cherry picked from commit 3566db153ea61fb10d3ef11ea917fc7bc93eac4d)
|
|
|
|
|
|
|
|
| |
("Hidden Index") SERVER-47275 Take over and complete Hidden Indexes PR
Co-authored-by: Ruoxin Xu <ruoxin.xu@mongodb.com>
(cherry picked from commit bad7c538e7efbc996a6089e1569681edf24e6b33)
|
| |
|
|
|
|
|
|
| |
of kAllDurableSnapshot to prevent us from having to take the PBWM lock on secondaries
(cherry picked from commit 1f6db03c2b428a96215d407030fa7c1650456263)
|
|
|
|
| |
(cherry picked from commit 31a60aab7a3d6b93407e0447b056c33f31a15991)
|
|
|
|
| |
(cherry picked from commit 544cbb209709ebee4f17f2d669b1909bf66be6bb)
|
|
|
|
|
|
| |
change writeConcernMajorityJournalDefault
(cherry picked from commit a397fc442440984fca2ab37f491759745979ab2d)
|
|
|
|
| |
(cherry picked from commit 437b5f31521e39615553803324fae2b1ddb3b2b8)
|
|
|
|
|
|
|
|
| |
(cherry picked from commit 2bad13a63315132a2793194d8d89f28dd7534928)
SERVER-47638 Ensure isMaster is waiting before calling replSetInitiate in AwaitableIsMasterOnNodeWithUninitializedConfigInvalidHorizon
(cherry picked from commit 523b9c9f92db20062ad6e3f42ceb80292e1a23f3)
|
|
|
|
| |
(cherry picked from commit d05acff26c4c5a7fb27e9d0c7e31e4a3167fa7fe)
|
|
|
|
| |
(cherry picked from commit 950522e1e4a478673efd5da46469635b9a15bb6a)
|
|
|
|
|
|
|
| |
rather than per collection
(cherry picked from commit fa945325938ada67a088e7dbe951404d092e8771)
(cherry picked from commit 9717e231da81bddfeef636fd99b93725a2c2a1c2)
|
|
|
|
|
|
|
|
| |
(cherry picked from commit 7d2d87c6cc31f28f3e6fb88d7c51ef92e90aa290)
SERVER-46823 Fix the jstest failure in primary_rollbacks_before_index_build_received_votes.js
(cherry picked from commit f19d8ba45109afd88165e0e9af9e176f38edba14)
|
|
|
|
| |
(cherry picked from commit e7165a3e49beb6b6904ba5047301a142cccea646)
|
|
|
|
| |
feature_compatibility_version_documentation.h
|
|
|
|
| |
(cherry picked from commit a5bcb62e3a705b5b3919eef9e7a5ba6532ddac2e)
|