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

[Enhancement] Support to configure the number of http worker threads on FE (backport #37530) #37750

Closed
wants to merge 1 commit into from

Commits on Dec 25, 2023

  1. [Enhancement] Support to configure the number of http worker threads …

    …on FE (#37530)
    
    Why I'm doing:
    Http worker threads on FE are used to deal with http requests.  Some requests may do heavy operations which will block threads, such as transaction stream load commit, and other operations that need to get lock. As a result, http server can't deal with other requests.  Before optimizing these heavy operations, we first make the number of http worker threads to be configurable, and increase it as a candidate solution if the problem happens.
    
    What I'm doing:
    Add a configuration to adjust the number of http worker threads on FE
    
    Signed-off-by: PengFei Li <[email protected]>
    (cherry picked from commit d24bede)
    
    # Conflicts:
    #	docs/en/administration/FE_configuration.md
    #	docs/zh/administration/FE_configuration.md
    banmoy authored and mergify[bot] committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    fb04d21 View commit details
    Browse the repository at this point in the history