index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
serverless
/
shard_split_utils.cpp
Age
Commit message (
Expand
)
Author
2024-09-12
SERVER-92879: Move db/ops directory to db/query/write_ops (#26965)
William L Qian
2024-03-13
SERVER-85158 Add a StringData ref check (#19870)
Joseph Prince
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-05-16
SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...
Jordi Serra Torrens
2023-05-15
SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...
Sophia Tan
2023-05-09
SERVER-76538 Use acquisitons on internal update paths
Jordi Serra Torrens
2023-04-25
SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...
Jordi Serra Torrens
2023-04-18
SERVER-74486 Always include tenant in collection name attributes in error mes...
Sophia Tan
2022-10-18
SERVER-70570 Require exactly three recipient nodes for shard split
Matt Broadstone
2022-09-22
SERVER-69908 fix clang_tidy on enterprise-rhel80-dynamic-clang-tidy-v4
Trevor Guidry
2022-09-20
SERVER-69581 add performance-for-range-copy check to clang-tidy
Trevor Guidry
2022-08-29
SERVER-69197 Clear lastCommitted and currentCommitted on split
Matt Broadstone
2022-08-25
SERVER-68964 Reset lastCommitted to blockTimestamp after split
Matt Broadstone
2022-08-25
SERVER-68958 Monitor recipient nodes for highest lastAppliedOpTime
Matt Broadstone
2022-07-06
SERVER-65488 Change OldClientContext ctor to take in NamespaceString
Sophia Tan
2022-06-15
SERVER-66705 Move aborting index builds out of critical section
Didier Nadeau
2022-06-03
SERVER-66706 Mark shard split recipient nodes as hidden
Didier Nadeau
2022-05-13
SERVER-64939 Send replSetStepUp command to recipient node
Didier Nadeau
2022-05-12
SERVER-64823 removing recipientTag from recipient node configs
mathisbessamdb
2022-05-10
SERVER-66235 Clear sync source following a shard split reconfig
Didier Nadeau
2022-04-28
SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...
Amirsaman Memaripour
2022-04-18
SERVER-65218 Run `ShardSplitDonorServiceTest` with `wiredTiger`
Gregory Noma
2022-04-06
SERVER-64083 Add a missing step to create tenant migration access blockers fo...
mathisbessamdb
2022-03-25
SERVER-64661 Fix validation on shutdown failing due to a re routing issue.
mathisbessamdb
2022-03-24
SERVER-63959 Donor validates recipient nodes before starting shard split oper...
mathisbessamdb
2022-03-14
SERVER-64420 Fix split acceptance to successfully complete split operation
Didier Nadeau
2022-03-09
SERVER-63090 Recipient garbarge collects itself on primary step up
mathisbessamdb
2022-03-03
SERVER-63091 Donor applies splitConfig before waiting for acceptance
Didier Nadeau
2022-02-17
SERVER-62366 Add forgetShardSplit command
mathisbessamdb
2022-02-04
SERVER-62482 Build recipient connection string from tag/set name
Matt Broadstone