Loading dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/queue/TaskQueueZkImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ public class TaskQueueZkImpl implements ITaskQueue { @Override public boolean hasTask(String key) { try { return zookeeperOperator.hasChildren(key); return zookeeperOperator.hasChildren(getTasksPath(key)); } catch (Exception e) { logger.error("check has task in tasks queue exception",e); } Loading Loading
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/queue/TaskQueueZkImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ public class TaskQueueZkImpl implements ITaskQueue { @Override public boolean hasTask(String key) { try { return zookeeperOperator.hasChildren(key); return zookeeperOperator.hasChildren(getTasksPath(key)); } catch (Exception e) { logger.error("check has task in tasks queue exception",e); } Loading