[SERVER-32725] CSRS nodes should use KeysCollectionClientDirect instead of KeysCollectionClientSharded Created: 16/Jan/18  Updated: 30/Oct/23  Resolved: 01/Dec/22

Status: Closed
Project: Core Server
Component/s: Sharding
Affects Version/s: None
Fix Version/s: 6.3.0-rc0

Type: Task Priority: Major - P3
Reporter: Jack Mulrow Assignee: Jack Mulrow
Resolution: Fixed Votes: 0
Labels: MaxH, neweng
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Sprint: Sharding 2018-02-26, Sharding 2022-12-12
Participants:

 Description   

Currently config server nodes use a KeysCollectionClientSharded to generate and find keys used for signing clusterTime. This class is also used by shards and mongos and involves making network calls to read the keys from the config server. Since each config server replicates the admin.system.keys collection, they can use the KeysCollectionClientDirect (introduced in SERVER-30977) to read the keys locally instead, like standalone replica sets do.



 Comments   
Comment by Githook User [ 01/Dec/22 ]

Author:

{'name': 'Jack Mulrow', 'email': 'jack.mulrow@mongodb.com', 'username': 'jsmulrow'}

Message: SERVER-32725 Config server uses KeysCollectionClientDirect
Branch: master
https://github.com/mongodb/mongo/commit/8473418af35f5bafd4a3b0a17e9c814dd1c0a213

Comment by Githook User [ 01/Dec/22 ]

Author:

{'name': 'Jack Mulrow', 'email': 'jack.mulrow@mongodb.com', 'username': 'jsmulrow'}

Message: SERVER-32725 Config server uses KeysCollectionClientDirect
Branch: master
https://github.com/10gen/mongo-enterprise-modules/commit/a52cfb0e2b9e36b456cfcb6062bfc92850216881

Generated at Thu Feb 08 04:31:06 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.