I've dug in a bit more and I am thinking this is coming from our use of outbound HTTP. I am using the host level way of consuming http services, setting up a host level pool of connections. Is this expected behavior? Also, I am seeing deadletters that I think are related that look like this in my logs:
Message [akka.io.SelectionHandler$ChannelReadable$] from Actor[akka://AqutoServices/deadLetters] to Actor[akka://AqutoServices/system/IO-TCP/selectors/$a/8#2114675738] was not delivered. [8] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. On Friday, July 10, 2015 at 8:51:54 AM UTC-4, Chris Baxter wrote: > > Recently, I have started seeing an increase in unhandled ResumeReading > messages in my actor system. We are using Akka Streams and Akka Http (RC3) > for a small number of things and I'm assuming this is coming from > Streams/Http. The log message from my custom unhandled message listener > looks like this: > > Unhandled message received by actor: > Actor[akka://AqutoServices/system/IO-TCP/selectors/$a/2#128257626]: > ResumeReading > > While I don't think this is causing issues, it is cluttering my log. I > can silence it if it's not really something to be concerned about, but I > wanted to check here first. Anyone have any thoughts on this? We are > using Akka 2.3.11. > > > > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
