[X] I have searched in the issues and found no similar issues.
Describe the feature
In our internal clusters, we found the shuffle server performance will decrease because the bitmap contains multiple partitions' blocks.
Although we can use rss.client.bitmap.splitNum to split the bitmap, there will still be multiple partitions sharing the bitmap. Concurrent access the bitmap will cause performance degradation.
Code of Conduct
Search before asking
Describe the feature
In our internal clusters, we found the shuffle server performance will decrease because the bitmap contains multiple partitions' blocks. Although we can use
rss.client.bitmap.splitNum
to split the bitmap, there will still be multiple partitions sharing the bitmap. Concurrent access the bitmap will cause performance degradation.Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?