Hello,
we are seeing more than often the following on our Windows Nodes:
Substream Source has not been materialized in 5000 milliseconds

The Server is a simple Play! Application which uses the following Flow to 
Parse Multipart:
https://github.com/playframework/playframework/blob/master/framework/src/play/src/main/scala/play/core/parsers/Multipart.scala#L46

Actually I guess the error needs to happen at the prefixAndTail(1) I guess, 
but I wasn't sure if maybe the BodyPartParser would fail on Windows if the 
heap space is too small?
We ran the App on the default Configuration of the JVM so maybe GC kicks in 
too often for small heaps?

Does somebody have an idea why this might happen?
I never seen that on a Linux machine (however the files that getting 
uploaded on Linux are way smaller).

We also have a Stacktrace but that of course only points to the timeout.

I'm writing here since the Code was actually borrowed from akka-http and 
I'm a little bit clueless why that might happen.

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to