We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set configuration profiles.default.background_pool_size: 8.
profiles.default.background_pool_size: 8
Create BackgroundProcessingPool with 8 threads.
BackgroundProcessingPool
[2022/04/15 19:53:55.826 +08:00] [INFO] [<unknown>] ["BackgroundProcessingPool:Create BackgroundProcessingPool with 16 threads"] [thread_id=1]
master
The text was updated successfully, but these errors were encountered:
So background_pool_size is determined by the actual core number?
Sorry, something went wrong.
It is currently hard-coded.
#define DBMS_DEFAULT_BACKGROUND_POOL_SIZE 16
Fix background_pool_size not take effect and BackgroundProcessingPool…
cf8ab95
…::getThreadIds may misses some thread_ids. (#4686) close #4684, ref #4685
0ad7fe4
…::getThreadIds may misses some thread_ids. (#4686) (#4696) close #4684, ref #4685
JinheLin
Successfully merging a pull request may close this issue.
Bug Report
1. Minimal reproduce step (Required)
Set configuration
profiles.default.background_pool_size: 8
.2. What did you expect to see? (Required)
Create
BackgroundProcessingPool
with 8 threads.3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered: