Replies: 2 comments 5 replies
-
You could check test scenarios in the agent projects. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have also encountered this problem. The 'close' method of 'TraceServerCall' is null when obtaining 'ContextSnapshot' data through 'Context. Key'. The reason is that 'Grpc Context' uses ThreadLocal. Can you provide a temporary solution? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search before asking
Apache SkyWalking Component
Java Agent (apache/skywalking-java)
What happened
grpc serverSide occurs 'java.lang.IllegalArgumentException: ContextSnapshot can't be null.' when using ThreadPoolTaskExecutor
What you expected to happen
Compatible with GRPC interface using thread pool mode
How to reproduce
Anything else
V 9.3.0
TracingServerCall:ContextManager.continued(ServerInterceptor.CONTEXT_SNAPSHOT_KEY.get());
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions