-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…k items Summary: The PR will address the following: - Set the max Pool connection as 10000 - Set the stats_interval default as 1 sec. - Attempt to bind the PG backend on the port 6433 first if connection manager and PG backends are in conflict. If binding on 6433 is not working, then bind on a random port. - Provide support to set the server lifetime i.e, a period after which backend postgres server is closed. It is supported through the gflag `ysql_conn_mgr_server_lifetime`. The value has to be provided in secs. - Provide gflag support to set the log settings for connection manager. The gflag `ysql_conn_mgr_log_settings` is used for this purpose. This is a comma separated string which takes any or all of the values in `log_debug,log_config,log_session,log_query,log_stats`. They can be passed in any combination. Test Plan: Jenkins: enable connection manager, all tests Reviewers: skumar, rbarigidad, mkumar, devansh.saxena, stiwary Reviewed By: rbarigidad Subscribers: ybase, yql Differential Revision: https://phorge.dev.yugabyte.com/D39363
- Loading branch information
1 parent
8b96ace
commit 9086ea7
Showing
6 changed files
with
100 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters