incubator-uniffle
incubator-uniffle copied to clipboard
[Feature Request] Support deploy multiple shuffle servers in a single node
We have 1.2T memory per host, so we need deploy multiple shuffle servers in a single node. But current partition assignment policy is not suitable to do that. Because partition maybe assign to a same host and client maybe fail if one host down
As i know, partition assignment policy could be implemented by yourself.
As i know, partition assignment policy could be implemented by yourself.
Yes, but not only assignment policy need to be change, such as start script, i will create a pr for this
I'm also curious why we need to modify start script?
I'm also curious why we need to modify start script?
start script will process existence
If our plan is deploy on k8s, this issue should close?
K8S Deployment can't solve this issue.
I'm also curious why we need to modify start script?
start script will process existence
Yes, this is the limit with current implementation
K8S Deployment can't solve this issue.
@xianjingfeng I think you can continue this.
K8S Deployment can't solve this issue.
@xianjingfeng I think you can continue this.
ok