You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/09/26 15:32:04 UTC

[jira] [Commented] (SINGA-73) Refine the selection of available hosts from host list

    [ https://issues.apache.org/jira/browse/SINGA-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909275#comment-14909275 ] 

ASF subversion and git services commented on SINGA-73:
------------------------------------------------------

Commit 4e15c3444bfb1f7fc3816eda2416007604137ab3 in incubator-singa's branch refs/heads/master from wang sheng
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=4e15c34 ]

SINGA-73 Refine the selection of available hosts

JobManager read next available host from zookeeper,
and assign new jobs to that one, intead of always the first host

cluster.h / .cc
 - add UpdateNode function in ZKService
 - add GenerateHostList function in JobManager
 - move ExtractCLusterConf from tool.cc to cluster.cc


> Refine the selection of available hosts from host list
> ------------------------------------------------------
>
>                 Key: SINGA-73
>                 URL: https://issues.apache.org/jira/browse/SINGA-73
>             Project: Singa
>          Issue Type: Improvement
>            Reporter: Sheng Wang
>            Assignee: Sheng Wang
>
> Each time, when a singa job needs a number of processes in a cluster, it will select available host in the host file in top-down manner.
> To achieve better load balancing, we could do it in a smarter way.
> We plan to record the last used host, and continue selecting hosts after that one when a new job comes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)