summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53912: ReshardingRecipientService instances to load metrics stateKshitij Gupta2021-06-114-1/+193
| | | | upon instantiation.
* SERVER-54745 Simplify covered projection plans in SBENikita Lapkov2021-06-114-53/+307
|
* SERVER-57114 Change refine collection shard key command to use ↵Marcos José Grillo Ramirez2021-06-118-54/+146
| | | | | | ShardingDDLCoordinator ... instead of ShardinDDLCoordinator_NORESILIENT
* SERVER-52906 Applying metadata update before dispatching rollback task in ↵Paolo Polato2021-06-111-19/+29
| | | | moveChunk
* SERVER-56276 correct typo in config.actionlog document fieldPaolo Polato2021-06-111-1/+1
|
* SERVER-49545 Remove FCV check for system.views in userAllowedWriteNS()Benety Goh2021-06-111-5/+1
|
* SERVER-57256: Add deprecation message for count command and direct reader to ↵Maddie Zechar2021-06-111-0/+11
| | | | docs
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-103-10/+17
|
* SERVER-57266 Create IDL representations for resharding recipient and ↵jannaerin2021-06-108-8/+51
| | | | coordinator time intervals
* SERVER-57526 Removed declaration of unused ↵Matt Walak2021-06-101-3/+0
| | | | ReshardingDonorOplogIterator::_withTemporaryOperationContext() method
* SERVER-57532 Use donor specs for _id index in tenant migration collection clonerVishnu Kaushik2021-06-105-6/+18
|
* SERVER-55465 Response from all nodes means sufficient responses have been ↵Vishnu Kaushik2021-06-102-2/+39
| | | | received even if primary gave bad response in catchup takeover dry run
* SERVER-49796 use in-class member initialization for _reversePosJackson Xie2021-06-101-1/+1
|
* SERVER-57599 DocumentSourceBucketAuto returning eof when disposedSvilen Mihaylov2021-06-101-0/+5
|
* SERVER-57608 shardCollection should take new path on FCV versions greater ↵Jordi Serra Torrens2021-06-101-2/+1
| | | | than 5.0
* SERVER-57182 reshardCollection command is shuffling data even when requested ↵Haley Connelly2021-06-104-10/+80
| | | | shard key already matches
* SERVER-55224 Fix $dateDiff for timezones with non-whole hour Daylight ↵Mindaugas Malinauskas2021-06-102-13/+111
| | | | Savings Time UTC offset changes for minute and second units
* SERVER-56444 Grant read/write access on time-series buckets collections to ↵Mark Benvenuto2021-06-1012-6/+718
| | | | admin roles
* SERVER-57476: Return a WriteConflict when a timestamped transaction hits a ↵Daniel Gottlieb2021-06-102-0/+28
| | | | prepare conflict.
* SERVER-57542 Fix typo in SBE multi planner tassetSajed Nahian2021-06-101-1/+1
|
* SERVER-57433 Report rename collection parameters in currentOpSimon Graetzer2021-06-102-2/+3
|
* SERVER-55164 Improve testing around snapshotted range deletion tasks for renamePierlauro Sciarelli2021-06-101-0/+118
|
* SERVER-57587 Avoid scheduling more range deletion tasks for same range ↵Pierlauro Sciarelli2021-06-101-7/+9
| | | | during rename
* SERVER-57483 Fix caching $lookup results for config.cache.chunks.Max Hirschhorn2021-06-101-5/+15
|
* SERVER-57426 Enable zstd compression for time-series collections by defaultGregory Wlodarek2021-06-092-1/+11
|
* SERVER-57266 Create IDL representation for resharding metrics time intervalsjannaerin2021-06-094-4/+26
|
* SERVER-56722 Fix cluster time key refresh backoff logicJack Mulrow2021-06-091-3/+2
|
* SERVER-57008 Add unit tests for reconfigs that would change implicit default ↵Ali Mir2021-06-091-0/+316
| | | | write concern
* SERVER-52516 lockInfo command accesses lock manager as ServiceContext decoratorBenety Goh2021-06-091-1/+1
|
* SERVER-57452 Remove the sort stage in retryable write pre-fetch as oplog ↵Wenbin Zhu2021-06-091-23/+7
| | | | buffer now allows unordered insert.
* SERVER-57333 Implement $densify DocGenerator for numeric valuesTed Tuckman2021-06-094-0/+409
|
* SERVER-52516 redirect global lock manager accessor to service context decoratorBenety Goh2021-06-092-4/+18
| | | | 'globalLockManager' will be retained for backwards compatibility with debugger scripts.
* SERVER-52516 redirect LockerImpl to access lock manager through ↵Benety Goh2021-06-091-4/+4
| | | | | | getGlobalLockManager() The globalLockManager will be redefined as a wrapper for debugger scripts.
* SERVER-56520 Time-series inserts spent a lot of time in wt_calc_modify but ↵Yuhong Zhang2021-06-096-1/+13
| | | | don't generate deltas
* SERVER-52516 make LockManager an inactive ServiceContext decorationBenety Goh2021-06-092-0/+35
| | | | The global lock manager will be redirected to the ServiceContext decorator shortly.
* SERVER-56350 Add default value to OwnedValueAccessor::_valSajed Nahian2021-06-091-1/+1
|
* SERVER-57169 Removed declaration of unused ↵Matt Walak2021-06-091-4/+0
| | | | Resharding::_applyThenTransitionToSteadyState
* SERVER-57382 Add _id $-prefix validation to storage validationAlya Berciu2021-06-093-37/+35
|
* Revert "SERVER-55164 Improve testing around snapshotted range deletion tasks ↵Pierlauro Sciarelli2021-06-091-113/+0
| | | | | | for rename" This reverts commit 0e9bf07647879229d0852e8d8d75b0b4430fe184.
* Revert "SERVER-57476: Return a WriteConflict when a timestamped transaction ↵Daniel Gottlieb2021-06-091-4/+0
| | | | | | hits a prepare conflict." This reverts commit 44419183dfabb246c0a112f6060a372e90ee0d44.
* SERVER-57476: Return a WriteConflict when a timestamped transaction hits a ↵Daniel Gottlieb2021-06-091-0/+4
| | | | prepare conflict.
* SERVER-56860 Update semantics for server status's opReadConcernCountersMoustafa Maher2021-06-084-34/+156
|
* SERVER-54666 Use earlier oplog entry if recovery timestamp cannot be found ↵Vesselina Ratcheva2021-06-083-5/+73
| | | | in oplog
* SERVER-56631 Make sure retryable write pre-fetch phase can see the ↵Wenbin Zhu2021-06-082-13/+47
| | | | config.transactions record when committed snapshot is not at batch boundary.
* SERVER-44316 Remove incorrect log message in initial_syncer.cppCarolyn Duan2021-06-081-5/+3
|
* SERVER-55034 profile command takes intent locks when accessing profile settingsBenety Goh2021-06-081-1/+1
|
* SERVER-57263: Use resharding metrics stepUp/stepDown logic in theKshitij Gupta2021-06-082-18/+22
| | | | recipient state machine.
* SERVER-56987 Fix type qualifiers on return types in ↵Samy Lanka2021-06-081-4/+4
| | | | read_write_concern_provenance.h
* SERVER-57399 Allow internal client reads on the ↵Vishnu Kaushik2021-06-081-0/+10
| | | | TenantMigrationRecipientAccessBlocker
* SERVER-45161 Remove AuthorizationManagerWithExplicitUserPrivilegesTestaldo-aguilar2021-06-081-41/+0
|