summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-124-61/+116
* SERVER-66658 Shard registry might be accessed before initializationTommaso Tocci2022-07-112-18/+17
* SERVER-64725 Make ShardRegistry::periodicReloader interruptibleTommaso Tocci2022-07-112-77/+31
* SERVER-62386 change variable name to avoid ambiguosityPierlauro Sciarelli2022-07-111-2/+2
* SERVER-64509 Fix ShardRegistry threadpool shutdown orderTommaso Tocci2022-07-111-2/+3
* SERVER-62656 xcode deduction guide workaroundBilly Donahue2022-07-071-1/+1
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-06-216-9/+71
* SERVER-65027: Ensure resharding commands are parsed strictlynandinibhartiyaMDB2022-05-314-4/+4
* SERVER-66627 add install-devcore target for forward compatibilityRobert Guo2022-05-201-0/+1
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-201-1/+12
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command In...Rachita Dhawan2022-05-112-36/+61
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2022-05-041-0/+6
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-05-022-3/+2
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-211-0/+4
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2022-03-222-0/+21
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2022-03-215-17/+47
* SERVER-58504 Abort in-progress transactions when a load-balanced client disco...George Wangensteen2022-03-216-1/+98
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2022-03-168-332/+478
* SERVER-58502 mongos hello loadBalanced optionBilly Donahue2022-03-156-1/+310
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-03-141-2/+4
* SERVER-58206: Add a feature flag for L4 load balancer supportTyler Seip2022-03-112-0/+42
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-027-22/+58
* SERVER-40691 $nin:[[],...] queries are not indexedJess Balint2022-02-231-1/+1
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-224-30/+25
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-212-9/+16
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-041-0/+4
* SERVER-63110 health monitoring backport to 5.0 branch 1Kshitij Gupta2022-01-292-0/+13
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-106-4/+128
* SERVER-61195 Scale BucketCatalog memory limit based on RAM sizeDan Larkin-York2022-01-051-1/+1
* SERVER-61003 ReadConcernMajorityNotAvailableYet errors from ShardRegistry mus...Pierlauro Sciarelli2021-12-232-3/+28
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-12-223-0/+139
* SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn2021-12-101-2/+15
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-12-081-0/+1
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-235-2/+137
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-121-4/+9
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-11-092-0/+5
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-082-0/+12
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-11-043-26/+1
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-11-023-4/+23
* SERVER-58960 Add benchmarks to measure the overhead from ShardingWriteRouter ...Luis Osta2021-11-014-4/+130
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-10-251-1/+2
* SERVER-60651 Backport the autoSplitVector logic to v5.0Pierlauro Sciarelli2021-10-223-26/+118
* SERVER-59180 Implement update rewrite and routing for sharded timeseries coll...Alya Berciu2021-10-202-9/+38
* SERVER-59181 Support delete operation for sharded time-series collectionsNikita Lapkov2021-10-202-5/+34
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-10-198-44/+90
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-10-181-3/+4
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-10-186-12/+48
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-10-1810-67/+86
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-10-183-21/+49
* SERVER-58175 Round time values before routing inserts to sharded timeseries c...Nikita Lapkov2021-10-163-4/+14