MrCoderYu opened a new issue, #12605: URL: https://github.com/apache/skywalking/issues/12605
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### 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 兼容GRPC接口使用线程池方式 ### How to reproduce @Override public void grpcMethod(Request request, StreamObserver<Response> responseObserver) { CompletableFuture.runAsync(() -> { // ...bizCode }, userRequestHandleTaskExecutor); } ### Anything else V 9.3.0 ### Are you willing to submit a pull request to fix on your own? - [X] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
