You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "peacewong (via GitHub)" <gi...@apache.org> on 2023/02/07 09:29:25 UTC

[GitHub] [linkis] peacewong commented on a diff in pull request #4148: Modify the metrics field, replace instance with ticketId

peacewong commented on code in PR #4148:
URL: https://github.com/apache/linkis/pull/4148#discussion_r1098400731


##########
linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/service/TaskExecutionServiceImpl.scala:
##########
@@ -218,6 +218,7 @@ class TaskExecutionServiceImpl
     task.setLabels(labels)
     val entranceServerInstance = RPCUtils.getServiceInstanceFromSender(sender)
     task.setCallbackServiceInstance(entranceServerInstance)
+    task.setTicketId(requestTask.getTicketID())

Review Comment:
   Can use EngineConnServer.getEngineCreationContext.getTicketId



-- 
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: notifications-unsubscribe@linkis.apache.org

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


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