You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/03 14:14:56 UTC

[GitHub] beyondli commented on issue #7320: where PS-lite implementation of server manager & hash ring ??

beyondli commented on issue #7320: where PS-lite implementation of server manager & hash ring ??
URL: https://github.com/apache/incubator-mxnet/issues/7320#issuecomment-319981575
 
 
   
   1:if no hash ring , what kind of policy to implement **consistent Hashing**?since this is such important factor to scale server node ??
   
   2:all the node (server/worker) managment is coded in van.cc, rigint??
   
   3:seems code below is hash coded or not , it just linear transformation from rank to ID, even not the simplest linear hash.
   int id = node.role == Node::SERVER ?
   Postoffice::ServerRankToID(num_servers_) : 
   Postoffice::WorkerRankToID(num_workers_);
   
   4:why remove hash ring in new version? Is there better method instead of hash ring?? if not , how to improve load balance  that server node added or removed dynamiclly hash ring can solve better??
   
   thanks!!
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services