You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/02 07:52:45 UTC

[GitHub] [incubator-linkis] maidangdang44 opened a new pull request #1881: Modify the timeout judgment condition of DevFlinkSQLStreamingListener

maidangdang44 opened a new pull request #1881:
URL: https://github.com/apache/incubator-linkis/pull/1881


   ### What is the purpose of the change
   当使用Flink引擎进行FlinkSQL开发调试时,假设配置的超时时间是10分钟,作业的启动时间为某天的00:00:00 000,按照现在的判断条件,作业会到00:20:00 000才会停止,这样用户在00:10:00 - 00:20:00的时候发现作业没有被终止,会认为系统有问题。
   When using the Flink engine for FlinkSQL development and debugging, assume that the configured timeout time is 10 minutes, and the job start time is 00:00:00 000 on a certain day. According to the current judgment conditions, the job will not be stop until 00:20:00 000. So that the user finds that the job is still running at 00:10:00 - 00:20:00, and will think that there is a problem with the system
   
   ### Brief change log
   修改超时条件。
   Modify the timeout condition.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong merged pull request #1881: Modify the timeout judgment condition of DevFlinkSQLStreamingListener

Posted by GitBox <gi...@apache.org>.
peacewong merged pull request #1881:
URL: https://github.com/apache/incubator-linkis/pull/1881


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org