Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-23.2: sql: add server.max_open_transactions_per_gateway cluster setting #118933

Merged
merged 1 commit into from Feb 15, 2024

Commits on Feb 5, 2024

  1. sql: add server.max_open_transactions_per_gateway cluster setting

    Release note (sql change): Added the
    server.max_open_transactions_per_gateway cluster setting. When set to a
    non-negative value, then non-admin users cannot execute a query if the
    number of transactions open on the current gateway node is already at
    the configured limit.
    rafiss committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    73480f8 View commit details
    Browse the repository at this point in the history