moranrr commented on issue #835: 工作流和任务实例一直显示运行,无法取消
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/835#issuecomment-533390855
 
 
   > 这个问题已经解决。
   > 
   > I fix this bug.
   > #824
   > 
   > you can modify worker_logback.xml
   > 
   > ```
   > 
   > <root level="INFO">
   >        <appender-ref ref="STDOUT"/> <!-- add this  -->
   >         <appender-ref ref="TASKLOGFILE"/>
   >         <appender-ref ref="WORKERLOGFILE"/>
   >     </root>
   > ```
   > 
   > and check appender name is TASKLOGFILE.
   > 
   > ```
   >  <Discriminator 
class="cn.escheduler.server.worker.log.TaskLogDiscriminator">
   >             <key>taskAppId</key>
   >             <logBase>${log.base}</logBase> <!-- required -->
   >         </Discriminator>
   > ```
   
   日志是如何造成任务一直显示正在运行状态并且无法取消的?
   看worker的日志,好像进程ID是0,task进程一直未启动。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to