You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/02/22 14:11:44 UTC

[GitHub] [shardingsphere-elasticjob] dreamagician commented on pull request #2051: add executionId to tracing event

dreamagician commented on pull request #2051:
URL: https://github.com/apache/shardingsphere-elasticjob/pull/2051#issuecomment-1047836189


   - new field "executionId" added to JobStatusTraceEvents and JobExecutionEvents. 
   - the executionId generated before ElasticJobExecutor.execute and put into events created during execution. 
   - new argument added to JobFacade.postJobStatusTraceEvent and it's implements to pass on the executionId.
   - in elasticjob-tracing-rdb moudle, new column "execution_id" add for saving the executionId
   - column "execution_id" also added to JobEventRdbSearch for select
   - some test class modified to adapt new constructor of JobStatusTraceEvents and JobExecutionEvents
   - some test class modified to adapt new arguments of JobFacade.postJobStatusTraceEvent


-- 
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@shardingsphere.apache.org

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