You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/07/26 10:16:09 UTC

[GitHub] [incubator-uniffle] xianjingfeng opened a new issue, #77: [Feature Request] Support deploy multiple shuffle servers in a single node

xianjingfeng opened a new issue, #77:
URL: https://github.com/apache/incubator-uniffle/issues/77

   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi closed issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
jerqi closed issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node 
URL: https://github.com/apache/incubator-uniffle/issues/77


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
jerqi commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1196238383

   I'm also curious why we need to modify start script?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] xianjingfeng commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
xianjingfeng commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1199281769

   > > K8S Deployment can't solve this issue.
   > 
   > @xianjingfeng I think you can continue this.
   
   ok


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
jerqi commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1196682268

   K8S Deployment can't solve this issue. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] colinmjj commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
colinmjj commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1197603444

   > > I'm also curious why we need to modify start script?
   > 
   > start script will process existence
   
   Yes, this is the limit with current implementation


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
zuston commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1195313280

   As i know, partition assignment policy could be implemented by yourself.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
jerqi commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1197605715

   > K8S Deployment can't solve this issue.
   
   @xianjingfeng I think you can continue this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] xianjingfeng commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
xianjingfeng commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1195485056

   > 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] xianjingfeng commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
xianjingfeng commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1196664044

   > I'm also curious why we need to modify start script?
   
   start script will process existence


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] xianjingfeng commented on issue #77: [Feature Request] Support deploy multiple shuffle servers in a single node

Posted by GitBox <gi...@apache.org>.
xianjingfeng commented on issue #77:
URL: https://github.com/apache/incubator-uniffle/issues/77#issuecomment-1196666659

   If our plan is deploy on k8s, this issue should close? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org