You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
Describe the feature
The HDFS storage support writing single partition concurrently in #396, but the max concurrency config is based on the server side config. If we introduce the client side config to override the server config, it will be more flexible.
Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
…cy to write in client side (#815)
### What changes were proposed in this pull request?
1. Support specifying per-partition's max concurrency to write in client side
### Why are the changes needed?
The PR of #396 has introduced the concurrent HDFS writing for one partition,
but the concurrency is determined by the server client. In order to increase flexibility,
this PR supports specifying per-partition's max concurrency to write in client side
### Does this PR introduce _any_ user-facing change?
Yes. The client conf of `<client_type>.rss.client.max.concurrency.per-partition.write` and `rss.server.client.max.concurrency.limit.per-partition.write` are introduced.
### How was this patch tested?
1. UTs
Code of Conduct
Search before asking
Describe the feature
The HDFS storage support writing single partition concurrently in #396, but the max concurrency config is based on the server side config. If we introduce the client side config to override the server config, it will be more flexible.
Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: