You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But we are upgrading elasticjob from 2.x to 3.x, and we have many jobs using @ElasticSimpleJob, so I'm going to replace @ElasticSimpleJob with @ElasticJobConfiguration, just like :
Bug Report
SpringBoot 2.3.12
elasticjob-lite-spring-boot-starter 3.0.3
When I setup a job by yaml, it can work properly and insert some tracing records.
But we are upgrading elasticjob from 2.x to 3.x, and we have many jobs using @ElasticSimpleJob, so I'm going to replace @ElasticSimpleJob with @ElasticJobConfiguration, just like :
Expected behavior
The job can be scheduled properly and it can insert tracing records into RDB
Actual behavior
It can't insert tracing records.
Reason analyze (If you can)
It seems that the job created by @ElasticJobConfiguration isn't compatible with the global tracing configuration.
Steps to reproduce the behavior.
Example codes for reproduce this issue (such as a github link).
The text was updated successfully, but these errors were encountered: