With akka.loglevel = DEBUG i only get two more lines on the consumer side: First [DEBUG] [11/09/2016 20:29:02.937] [aeron-client-conductor] [akka.remote. artery.ArteryTransport(akka://consumer-system)] onAvailableImage from 172.17.0.1:52515 session 2110811048
And then a few seconds later [DEBUG] [11/09/2016 20:29:13.417] [aeron-client-conductor] [akka.remote. artery.ArteryTransport(akka://consumer-system)] onUnavailableImage from 172.17.0.1:52515 session 2110811048 Den onsdag 9 november 2016 kl. 19:29:44 UTC+1 skrev Akka Team: > > Ah, sorry, didn't notice it in the command line. > > Can you verify with some other tool that you can communicate using udp > between the nodes? (using netcat for example) > > Set logs to debug to see if there is anything helpful in there. > Additionally artery contains a "flight recorder" which you can enable > using the setting akka.remote.artery.advanced.flight-recorder.enabled, it > will write artery related events to a binary logfile, which you can then > feed to akka.remote.artery.FlightRecorderDump in akka-remote to get human > readable output, it may also contain some hints about what/why/how it is > not working. > > -- > Johan > Akka Team > > On Wed, Nov 9, 2016 at 7:14 PM, <[email protected] <javascript:>> > wrote: > >> Yes - i Did. Please see my original post for details. You will see that I >> use the udp parameter for my docker port forwarding. Also please note that >> I've tested artery successfully in docker as long as one of the >> applications is running outside docker. However the problem occurs only >> when both producer and consumer run in containers. See the test results >> table and error log in my previous message for more details. >> >> /Johan >> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > -- >>>>>>>>>> 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.
