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 2019/09/02 09:36:10 UTC

[GitHub] [servicecomb-pack] liulzz commented on issue #550: akka.actor.ActorNotFound: Actor not found for

liulzz commented on issue #550: akka.actor.ActorNotFound: Actor not found for
URL: https://github.com/apache/servicecomb-pack/issues/550#issuecomment-527078383
 
 
   > saga状态机模式 这个异常是什么原因?
   
   0.5.0版本中actor获取是同步阻塞的模式,一旦超时,就会throw一个ActorNotFound的runtimexception,需要调整actor获取的超时时间或者等下一个版本采用异步的方式
   ```
     private static final Timeout lookupTimeout = new Timeout(Duration.create(1, TimeUnit.SECONDS));
   ```

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


With regards,
Apache Git Services