Provide hint for loading uncommitted blocks in merge predicate#43675
Provide hint for loading uncommitted blocks in merge predicate#43675
Conversation
… in merge predicate
Backport #43675 to 22.11: Provide hint for loading uncommitted blocks in merge predicate
|
Hi, was this fix included in 22.12 or just backported to 22.11? We upgraded to 22.12 from 22.8 and the amount of list requests has killed the Zookeeper performance for us. Which versions is the fix in? |
|
@NickStepanov #42878 (comment) |
|
@tavplubix are there any plans to fix the issue completely? |
It was included in 22.12 and backported to 22.11.
See #42878 (comment) (and let's continue in #42878). There are no plans currently, but I will prioritize it and will try to fix #31919 |
|
@tavplubix are there any plans to fix the issue completely? |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Optimized number of List requests to ZooKeeper when selecting a part to merge. Previously it could produce thousands of requests in some cases. Fixes #43647