Hello!

Our application provides REST interface to database storage. User uploads 
data via HTTP interface, we store it to JDBC and then do some additional 
logic that processes uploaded data. HTTP interface is implemented via Spray 
1.3.2; Akka version 2.3.6 (but I have seen this problem in previous 2.3.x). 
We do not use akka-streams.

We create and then stop an some number of actors per upload; also we use 
transformation operations on Future in context dispatcher.

We see this exception when client continuously uploads large number of 
objects (about a million). I do not know the way to reproduce this bug 
(other that posting a lot of data and waiting before the problem occurs).

Maxim

понедельник, 17 ноября 2014 г., 17:04:30 UTC+3 пользователь Konrad Malawski 
написал:
>
> Hi Maxim,
> We fixed a very similar bug in akka-streams 0.11, but it does not seem 
> that’s the exact place that your stacktrace is coming from…
> Here’s the issue we fixed in 0.11 => 
> https://github.com/akka/akka/issues/16263
>
> Would you mind giving more background on what you’ve been using and when 
> this appeared?
> Are you using akka streams?
> Which version of akka etc are you using?
>
> Thanks for the additional info, let’s try looking into it.
>
> -- 
> Konrad 'ktoso' Malawski
> hAkker @ typesafe
> http://akka.io
>

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

Reply via email to