<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">作者 | 刘森 卡特加特 大数据工程师</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">最近,有些用户小伙伴反映在使用 Apache DolphinScheduler 资源中心时会遇到问题,社区小伙伴整理了一些常见问题,希望帮大家解决燃眉之急。</p>
<pre class="custom" data-tool="mdnice编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url(https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span>[WARN] 2023-04-25 03:02:58.463 +0000 org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver:[434] - Failure <span class="hljs-keyword" style="color: #c678dd; line-height: 26px;">in</span> @ExceptionHandler org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;">#exceptionHandler(Exception, HandlerMethod)</span>
java.lang.IllegalStateException: Could not resolve parameter [1] <span class="hljs-keyword" style="color: #c678dd; line-height: 26px;">in</span> public org.apache.dolphinscheduler.api.utils.Result org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler.exceptionHandler(java.lang.Exception,org.springframework.web.method.HandlerMethod): No suitable resolver
    at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:176)
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
    at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:428)
    at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
    at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:142)
    at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
    at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1330)
    at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1141)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1087)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:517)
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)
</pre>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">问题原因:前端响应超时</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">解决办法:</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">需要修改以下4个文件。</p>
<pre class="custom" data-tool="mdnice编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url(https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span>/api-server/ui/assets/service.33119ae9.js
/api-server/ui/assets/service.33119ae9.js.gz

/ui/assets/service.33119ae9.js
/ui/assets/service.33119ae9.js.gz
</pre>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">并找到以下配置,然后将 15e3 修改为 15e5 或更高版本。</p>
<pre class="custom" data-tool="mdnice编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url(https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span>baseURL:<span class="hljs-string" style="color: #98c379; line-height: 26px;">"/dolphinscheduler"</span>,timeout:15e3
</pre>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">1.这里 service.33119ae9.并不是固定的名称,只要找到 service..js*的文件修改就行</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">2.如果使用docker部署的dolphinscheduler。是没有/ui/assets/service.33119ae9.js和/ui/assets/service.33119ae9.js.gz文件,忽略就行</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">3..gz文件使用vim就可以打开</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">4.重启api服务</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">5.清除浏览器缓存</p>
<pre class="custom" data-tool="mdnice编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url(https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span>[WARN] 2023-04-25 03:05:50.855 +0000 org.eclipse.jetty.server.HttpChannel:[776] - /dolphinscheduler/resources
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.lang.OutOfMemoryError: Java heap space
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:517)
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)
    at org.eclipse.jetty.servlet.ServletHandler<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$ChainEnd</span>.doFilter(ServletHandler.java:1656)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.eclipse.jetty.servlet.ServletHandler<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$Chain</span>.doFilter(ServletHandler.java:1626)
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
    at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
    at org.eclipse.jetty.servlet.ServletHandler<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$Chain</span>.doFilter(ServletHandler.java:1626)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.eclipse.jetty.servlet.ServletHandler<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$Chain</span>.doFilter(ServletHandler.java:1626)
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
    at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
    at org.eclipse.jetty.servlet.ServletHandler<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$Chain</span>.doFilter(ServletHandler.java:1626)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)<br>&nbsp;&nbsp;&nbsp;&nbsp;at&nbsp;org.eclipse.jetty.servlet.ServletHandler<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$Chain</span>.doFilter(ServletHandler.java:1626)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
</pre>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">问题原因:</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">api-server服务内存不足</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">解决办法:</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">更改bin/dolphinscheduler-daemon.sh的api-server项内存大小参数</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">Docker部署解决办法:</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">1.进入Docker实例</p>
<pre class="custom" data-tool="mdnice编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url(https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span>docker <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">exec</span> -it bbd60fe717af /bin/bash
</pre>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">2.修改/opt/dolphinscheduler/bin/start.sh</p>
<pre class="custom" data-tool="mdnice编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url(https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span>vim /opt/dolphinscheduler/bin/start.sh
</pre>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">3.内存参数从‘-Xms1g -Xmx1g -Xmn512m’ 修改为‘-Xms2g -Xmx2g -Xmn1g’。具体数值根据需要资源修改</p>
<pre class="custom" data-tool="mdnice编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url(https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span><span class="hljs-meta" style="color: #61aeee; line-height: 26px;">#!/bin/bash</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;">#</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># Licensed to the Apache Software Foundation (ASF) under one or more</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># contributor license agreements.  See the NOTICE file distributed with</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># this work for additional information regarding copyright ownership.</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># The ASF licenses this file to You under the Apache License, Version 2.0</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># (the "License"); you may not use this file except in compliance with</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># the License.  You may obtain a copy of the License at</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;">#</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;">#     http://www.apache.org/licenses/LICENSE-2.0</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;">#</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># Unless required by applicable law or agreed to in writing, software</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># distributed under the License is distributed on an "AS IS" BASIS,</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># See the License for the specific language governing permissions and</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;"># limitations under the License.</span>
<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;">#</span>

BIN_DIR=$(dirname&nbsp;<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$0</span>)
DOLPHINSCHEDULER_HOME=<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">${DOLPHINSCHEDULER_HOME:-$(cd $BIN_DIR/..;&nbsp;pwd)}</span><br><br><span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">source</span>&nbsp;<span class="hljs-string" style="color: #98c379; line-height: 26px;">"<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$DOLPHINSCHEDULER_HOME</span>/conf/dolphinscheduler_env.sh"</span>

JAVA_OPTS=<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">${JAVA_OPTS:-"-server&nbsp;-Duser.timezone=${SPRING_JACKSON_TIME_ZONE}</span> -Xms2g -Xmx2g -Xmn1g -XX:+PrintGCDetails -Xloggc:gc.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dump.hprof<span class="hljs-string" style="color: #98c379; line-height: 26px;">"}

if [[ "</span><span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$DOCKER</span><span class="hljs-string" style="color: #98c379; line-height: 26px;">"&nbsp;==&nbsp;"</span><span class="hljs-literal" style="color: #56b6c2; line-height: 26px;">true</span><span class="hljs-string" style="color: #98c379; line-height: 26px;">"&nbsp;]];&nbsp;then<br>&nbsp;&nbsp;JAVA_OPTS="</span><span class="hljs-variable" style="color: #d19a66; line-height: 26px;">${JAVA_OPTS}</span> -XX:-UseContainerSupport<span class="hljs-string" style="color: #98c379; line-height: 26px;">"
fi

<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$JAVA_HOME</span>/bin/java&nbsp;<span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$JAVA_OPTS</span> \<br>  -cp "</span><span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$DOLPHINSCHEDULER_HOME</span>/conf<span class="hljs-string" style="color: #98c379; line-height: 26px;">":"</span><span class="hljs-variable" style="color: #d19a66; line-height: 26px;">$DOLPHINSCHEDULER_HOME</span>/libs/*<span class="hljs-string" style="color: #98c379; line-height: 26px;">" \<br>  org.apache.dolphinscheduler.api.ApiApplicationServer
</span>
</pre>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">3.12 BUG</p>
<ul data-tool="mdnice编辑器" style="margin-top: 8px; margin-bottom: 8px; padding-left: 25px; color: black; list-style-type: disc;">
<li><section style="margin-top: 5px; margin-bottom: 5px; line-height: 26px; text-align: left; color: rgb(1,1,1); font-weight: 500;">修复任务组可能被多个任务抢走的问题 #13115</section></li></ul>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">如果设置任务组,多个任务会抢占任务组不释放,导致master一直重试释放,无法继续执行任务</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">解决办法:</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">1.升级到3.13</p>
<p data-tool="mdnice编辑器" style="font-size: 16px; padding-top: 8px; padding-bottom: 8px; margin: 0; line-height: 26px; color: black;">2.取消任务组</p>
<pre class="custom" data-tool="mdnice编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url(https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span>[INFO] 2023-04-25 08:51:06.044 +0000 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[286] - WorkflowInstance-357 - Begin to handle state event, TaskStateEvent(processInstanceId=357, taskInstanceId=4553, taskCode=0, status=null, <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">type</span>=WAIT_TASK_GROUP, key=357-4553, channel=null, context=null)
[INFO] 2023-04-25 08:51:06.044 +0000 org.apache.dolphinscheduler.server.master.event.TaskWaitTaskGroupStateHandler:[34] - WorkflowInstance-357 - Handle task instance <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">wait</span> task group event, taskInstanceId: 4553
[INFO] 2023-04-25 08:51:06.044 +0000 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[286] - WorkflowInstance-356 - Begin to handle state event, TaskStateEvent(processInstanceId=356, taskInstanceId=4554, taskCode=0, status=null, <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">type</span>=WAIT_TASK_GROUP, key=356-4554, channel=null, context=null)
[INFO] 2023-04-25 08:51:06.044 +0000 org.apache.dolphinscheduler.server.master.event.TaskWaitTaskGroupStateHandler:[34] - WorkflowInstance-356 - Handle task instance <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">wait</span> task group event, taskInstanceId: 4554
[INFO] 2023-04-25 08:51:06.044 +0000 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[286] - WorkflowInstance-360 - Begin to handle state event, TaskStateEvent(processInstanceId=360, taskInstanceId=4613, taskCode=0, status=null, <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">type</span>=WAIT_TASK_GROUP, key=360-4613, channel=null, context=null)
[INFO] 2023-04-25 08:51:06.044 +0000 org.apache.dolphinscheduler.server.master.event.TaskWaitTaskGroupStateHandler:[34] - WorkflowInstance-360 - Handle task instance <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">wait</span> task group event, taskInstanceId: 4613
[INFO] 2023-04-25 08:51:06.044 +0000 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[286] - WorkflowInstance-355 - Begin to handle state event, TaskStateEvent(processInstanceId=355, taskInstanceId=4549, taskCode=0, status=null, <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">type</span>=WAIT_TASK_GROUP, key=355-4549, channel=null, context=null)
[INFO] 2023-04-25 08:51:06.044 +0000 org.apache.dolphinscheduler.server.master.event.TaskWaitTaskGroupStateHandler:[34] - WorkflowInstance-355 - Handle task instance <span class="hljs-built_in" style="color: #e6c07b; line-height: 26px;">wait</span> task group event, taskInstanceId: 4549
</pre>
</section>

本文由 白鲸开源科技 提供发布支持!

海豚调度
89 声望22 粉丝

Apache DolphinScheduler是一个分布式去中心化,易扩展的可视化DAG工作流任务调度平台。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中开箱即用。