apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.27k stars 1.15k forks source link

[Question] What is the purpose of this configuration ‘linkis. upstream. monitor. actask. should.start' ? #4963

Closed lishengming6 closed 8 months ago

lishengming6 commented 8 months ago

Before asking

Your environment

Describe your questions

Q1. What is the purpose of this configuration ‘linkis. upstream. monitor. actask. should.start' ? Q2. The default configuration is true. If modified to false, what impact will it have on the operation of engine tasks? Q3. I encountered a Python engine log that was constantly logging connection information results, and finally sending a success to send engine heartbeat report to vppapp101:9501, status: Busy, which caused the engine to stick. If it is changed to false, can we avoid this problem?

Eureka service list

No response

Some logs info or acctch file

image

github-actions[bot] commented 8 months ago

:blush: Welcome to the Apache Linkis community!!

We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.

Community

WeChat Assistant WeChat Public Account

Mailing Lists

Name Description Subscribe Unsubscribe Archive
dev@linkis.apache.org community activity information subscribe unsubscribe archive
peacewong commented 8 months ago

Q1. What is the purpose of this configuration ‘linkis. upstream. monitor. actask. should.start' ? A: This is applicable to EC monitoring whether the Entrance service exists. If it does not exist, kill the running task to prevent empty running 这个适用于EC监控Entrance服务是否存在,如果不存在则kill运行中的任务,防止空跑 Q2. The default configuration is true. If modified to false, what impact will it have on the operation of engine tasks? A: can set false Q3. I encountered a Python engine log that was constantly logging connection information results, and finally sending a success to send engine heartbeat report to vppapp101:9501, status: Busy, which caused the engine to stick. If it is changed to false, can we avoid this problem? A: 这个正常应该不影响任务才对,如果影响到了,可以看看是哪里导致