You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/08/18 15:06:15 UTC

[GitHub] [servicecomb-java-chassis] xuzhiyonggithubper commented on issue #1925: What Do I Do If a Bug Occurs When Executors Execute Asynchronous Tasks That Contain RestTemplate Invoking?

xuzhiyonggithubper commented on issue #1925:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1925#issuecomment-675535403


   Executors es
   ArrayList<Callable<String>> list=new ArrayList<>()
   list.add(new Watch());
   es.invaokeall(list)
   futures.for
   future.get
   invoke other microservice appear exception
   
   class Watch is a asynchronous task


----------------------------------------------------------------
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.

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