LoginSignup
0
1

More than 3 years have passed since last update.

Akkaの[ERROR]Outgoing request stream error (akka.stream.AbruptTerminationException: Processor actor [Actor[...]] terminated abruptly)エラーについて

Posted at
[ERROR]
[on-akka.actor.default-dispatcher-4]
[akka.actor.ActorSystemImpl(on)]
Outgoing request stream error 
(akka.stream.AbruptTerminationException: 
Processor actor [Actor[akka://on/system/StreamSupervisor-1/flow-0-0-PoolFlow#......]]
terminated abruptly)

アクターが切られた!とエラーを吐いています。 が、これは無害です。

アクターとは? という方はこちらの記事をどうぞ。
https://qiita.com/kazhit/items/610bb7d0e1145ff8f423

このエラーが何故問題ないかというと、大体これが出る理由は ActorSystem をシャットダウンしたために Actor のコネクションが止まります。
その時に Actor側が 「何者かに止められた」 とエラーを吐いてきます。そのメッセージですね。
アクターは基本的に存在し続けるためこのようにエラーと表示されます。

まぁイメージだとPCをきちんと内部からシャットダウンして欲しいのに電源ブチ消しされてシステム側で怒ってるみたいな感じですね。そんなに気にしなくて良いです。

ERROR ではなく WARNING とかにして欲しいですね

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1