未验证 提交 202a92af 编写于 作者: T Tboy 提交者: GitHub

Merge pull request #1695 from lgcareer/1.2.1-release-taskqueue

get root path from zookeeper config
......@@ -344,7 +344,7 @@ public class TaskQueueZkImpl implements ITaskQueue {
* @return
*/
public String getTasksPath(String key){
return "/dolphinscheduler" + Constants.SINGLE_SLASH + key;
return zookeeperOperator.getZookeeperConfig().getDsRoot() + Constants.SINGLE_SLASH + key;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册