Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service for Task Management #254

Open
bchocho opened this issue Nov 11, 2015 · 1 comment
Open

Service for Task Management #254

bchocho opened this issue Nov 11, 2015 · 1 comment

Comments

@bchocho
Copy link
Contributor

bchocho commented Nov 11, 2015

Dolphin requires Task (Group) Management. In particular, triggering optimization relies on receiving metrics from all Tasks that run in that iteration. Keeping track of the number of Tasks running (and thus number metrics that must be received) is done today within the OptimizationOrchestrator. It should be made into a general service.

This is different from #158, which proposes Evaluator management.

@gyeongin
Copy link
Contributor

APIs for tracking and retrieving RunningTask objects will be helpful, since we need this to close the task on purpose.
BTW, I think it should be #153, not #158 :)

bchocho added a commit that referenced this issue Jan 8, 2016
Send a packet to the cache server even when there's no data to send
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants