Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

SchedulerStateManager should be synchronous #126

Closed
kramasamy opened this issue Mar 7, 2016 · 1 comment
Closed

SchedulerStateManager should be synchronous #126

kramasamy opened this issue Mar 7, 2016 · 1 comment

Comments

@kramasamy
Copy link
Contributor

Currently, scheduler state manager is nothing but a delete to IStateManager. This leads to network wait calls added everytime, a scheduler state manager call is invoked - this is not necessary since all the calls are synchronous. A better approach would be convert it into synchronous and returns the appropriate return value.

@maosongfu
Copy link
Contributor

Fixes: #342

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants