Replies: 1 comment 2 replies
-
|
You are probably inserting a call to a static interface method into a java 8 class. Did you add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the xxl-job framework and noticed that the distributed tracing link between xxl-job-admin and xxl-job-executor was broken, resulting in a loss of the OpenTelemetry context. Consequently, I attempted to implement a fix to resolve this propagation issue.
After applying my fix, the application runs successfully and the traces are correctly linked. However, I am now encountering the following error when running XxlJobTest.
Could you please advise on what might be causing this issue?
Beta Was this translation helpful? Give feedback.
All reactions