summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75307 Use the routing table to construct the historical placement doc ...Paolo Polato2023-03-313-10/+74
* SERVER-72870 Serialise the handling of config.placementHistory on FCV transit...Paolo Polato2023-03-311-5/+0
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-3/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-306-14/+14
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-3010-31/+31
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-297-10/+5
* SERVER-74647 Retry create resharding state machine on interruptBrett Nawrocki2023-03-291-12/+29
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-283-3/+6
* SERVER-73064 Implement kPrepared Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-241-4/+6
* SERVER-75137 Remove unimplemented tasserts from serialization functions with ...Davis Haupt2023-03-232-8/+0
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-214-46/+64
* SERVER-74200 Implement the 2-phase oplog notification in CreateCollectionCoo...Enrico2023-03-211-1/+2
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-166-21/+18
* SERVER-73078 Implement MovePrimaryMetricsBrett Nawrocki2023-03-1412-327/+152
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-133-0/+12
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-1310-31/+31
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-138-86/+220
* SERVER-73081 Implement MovePrimaryCumulativeMetricsBrett Nawrocki2023-03-0415-766/+100
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-0410-42/+44
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-033-70/+80
* SERVER-74533 Make sure unittests with StaticCatalogClient override getCollect...Allison Easton2023-03-031-0/+7
* SERVER-73686 Change ShardsvrDropCollectionIfUUIDNotMatching to take only majo...Marcos José Grillo Ramirez2023-02-271-0/+2
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-267-26/+24
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-223-25/+27
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-227-21/+28
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-212-22/+24
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-181-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-173-3/+3
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-156-53/+49
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+1
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-153-3/+3
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-153-3/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-116-10/+22
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-103-4/+5
* SERVER-72235 Core Server Avoid the usage of dropCollectionEvenIfSystem() outs...Enrico Golfieri2023-02-096-16/+41
* SERVER-73433 Clear index cache as well as collection cache after ddl operationsAllison Easton2023-02-081-0/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-0814-71/+102
* SERVER-73542 Drop index metadata in resharding donors that are not recipientsMarcos José Grillo Ramirez2023-02-071-0/+7
* SERVER-73573 Fix global index unittest helpersAllison Easton2023-02-061-11/+37
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-044-10/+10
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-034-5/+5
* SERVER-69573 Use an idl to generate the oplog entries for the sharding index ...Marcos José Grillo Ramirez2023-02-032-6/+6
* SERVER-71946 Add InterruptedDueToReplStateChange to the "cancellation" error ...Alex Li2023-02-032-16/+8
* SERVER-65502 Address SERVER-60824 TODOsJames Wahlin2023-01-301-2/+0
* SERVER-73416 Change index version on collection metadata after resharding for...Marcos José Grillo Ramirez2023-01-303-15/+48
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-303-5/+4
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+4
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-273-4/+5
* SERVER-70828 Add index metadata changes to reshardingMarcos José Grillo Ramirez2023-01-269-19/+211