You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/04/29 15:51:41 UTC

[incubator-linkis] 04/11: prints entrance taskID log

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git

commit a0e96bed65c325acef5d91d80cf24edc02ba0989
Author: peacewong <wp...@gmail.com>
AuthorDate: Thu Apr 28 17:35:12 2022 +0800

    prints entrance taskID log
---
 .../src/main/scala/org/apache/linkis/entrance/EntranceServer.scala      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/EntranceServer.scala b/linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/EntranceServer.scala
index 33f33d552..d56037c7e 100644
--- a/linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/EntranceServer.scala
+++ b/linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/EntranceServer.scala
@@ -108,7 +108,7 @@ abstract class EntranceServer extends Logging {
        * */
       Utils.tryAndWarn(job.getJobListener.foreach(_.onJobInited(job)))
       getEntranceContext.getOrCreateScheduler().submit(job)
-      val msg = s"Job with jobId : ${job.getId} and execID : ${job.getId()} submitted "
+      val msg = s"Job with jobId : ${jobRequest.getId} and execID : ${job.getId()} submitted "
       logger.info(msg)
 
       job match {


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