v.24.6Improvement

Always Start Keeper with Sufficient Global Thread Pool Threads

Always start Keeper with sufficient amount of threads in global thread pool. #64444 (Duc Canh Le).
Ensure that Keeper starts with a sufficient number of threads allocated in the global thread pool to improve stability and performance.

Why it matters

This feature addresses the issue of Keeper potentially running with an insufficient amount of threads, which can lead to performance degradation or instability. By allocating enough threads from the global thread pool at startup, the system ensures smoother operation and better resource management.

How to use it

This change is applied automatically when starting Keeper and requires no additional configuration from the user.