Re: [akka-user][deprecated] akka use iterator outofMemory

2018-11-08 Thread Tomas Jason
thanks ;-), this is caused by the large transaction of the database and has been solved by split block transfer. Brian Maso 于2018年11月8日周四 下午10:25写道: > Which method is throwing the exception? Is it stream.read()? If so, then I > would guess that the stream.read() implementation is caching a lot

[akka-user][deprecated] Re: [akka-user] Akka-remote docker<->docker works fine with netty.tcp, but fails with artery - ideas?

2018-11-08 Thread Donovan Kim
Is this resolved problem? On Sunday, May 28, 2017 at 3:03:06 PM UTC+9, Vishnu Vardhan wrote: > > Hi Johan, > > Was there a defect logged for this issue. I seem to be suffering from > exactly the same symptoms. I am now checking the docker / docker on > different hosts. > > A related issue is

Re: [akka-user][deprecated] akka use iterator outofMemory

2018-11-08 Thread Brian Maso
Which method is throwing the exception? Is it stream.read()? If so, then I would guess that the stream.read() implementation is caching a lot of data in memory. In any event, I don't think there's enough information in your code to determine the cause of your problem. You probably need to use a

[akka-user][deprecated] akka use iterator outofMemory

2018-11-08 Thread 491537461q
Hello,Every Hacker: I am a junior software engineer. I tried to rewrite Stream as a sink and found that when I read a large update of the database, I throw an exception OutOfMemory. Can anyone give me some advice? Why am I wrong, thanks :-) def run(url: String, user: String, password: String,

[akka-user][deprecated] Issue with upgrading the project to Java11 + akka-http

2018-11-08 Thread Ramya Shankar
Hi All , I'm migrating the Lagom project from Java8 to Java11 . Below is the akka-http dependency used com.typesafe.akka akka-http_2.12 10.1.5 But getting the compilation error . reference to get is ambiguous both method get(akka.actor.ActorSystem) in akka.http.javadsl.Http