提交 b102d671 编写于 作者: G Gian Merlino

Fix getResourceManagementScheduler for non-autoscaling configs

上级 25e33078
......@@ -268,7 +268,7 @@ public class TaskMasterLifecycle
public Optional<ResourceManagementScheduler> getResourceManagementScheduler()
{
if (leading) {
return Optional.of(resourceManagementScheduler);
return Optional.fromNullable(resourceManagementScheduler);
} else {
return Optional.absent();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册