Fix incorrect attach query in threadpool readers, get rid of static threadpools for reads/writes, make threadpool size for reads/writes configurable#41011
Conversation
|
the hypothesis is confirmed - here is the same problem with threadpools as in #40821 |
|
Let's also add assertions to ctor and dtor of |
894c98d to
e51313b
Compare
tavplubix
left a comment
There was a problem hiding this comment.
LGTM, but it would be great to add assertions into ThreadStatus (can be done in separate PR)
Co-authored-by: Alexander Tokmakov <[email protected]>
|
this error is related to #41783 |
Not sure but looks the reason is: |
|
|
Yes, settings are in server config |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Improvements for reading from remote filesystems, made threadpool size for reads/writes configurable. Closes #41070.