server: can't hook initialization steps past cluster settings propagation #17032
Labels
A-kv-server
Relating to the KV-level RPC server
A-server-architecture
Relates to the internal APIs and src org for server code
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-server-and-security
DB Server & Security
This is stalling progress on e.g. #17020: I can't find a place in the code to put an initialization steps that runs 1) after the cluster settings are loaded / propagated via gossip but 2) before the server is ready for client connections.
There should be a hook in the code, clearly documented as such, where one can add initialization code.
@dt suggests:
Unfortunately I was not myself able to translate this into code.
The text was updated successfully, but these errors were encountered: