looks related

-- 
Cheers,
√

On Nov 9, 2016 20:13, <johan.kjolhede.bonniern...@gmail.com> wrote:

> Well, host <-> docker container artery works (both permutations). It's
> just docker <-> docker on the same host that doesn't.
> So udp forwarding seems to work. I will try to figure out a non-artery way
> of testing udp. Might end up writing a small scala echo server + client
> with udp (im terrible at linux/unix/mac command line tools :))
>
> Also found this, but I'm confused as to what it says. Maybe it is related?
> https://github.com/docker/docker/issues/15127
>
> / Johan
>
>
> 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, <johan.kjolhed...@gmail.com> 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/c
>>> urrent/additional/faq.html
>>> >>>>>>>>>>      Search the archives: https://groups.google.com/grou
>>> p/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 akka-user+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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