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 the shutdown behavior if one of my producers is on bare 
> metal, and the consumers is on a docker container. I am unable to get a 
> clean shutdown. If both are running native (without containers ) shutdown 
> is clean, but if not, then the cluster master does not shut. I have 
> truncated and attached the two logs
> 1. Good log - non containerized (master and slave)
> 2. Bad log - cluster seed is not containerized, slave is containerized. 
> Master does not exit (log for master only)
>
>
> On Thursday, November 10, 2016 at 2:38:00 AM UTC-8, 
> johan.kjolhed...@gmail.com wrote:
>>
>> Another piece to the puzzle: 
>> docker <-> docker does work routed through the host as long as the 
>> containers run on different hosts.
>> It's only when doing docker <-> docker routed through host on the same 
>> host that it doesn't work.
>>
>> Seems like an issue in the artery or aeron protocol.
>>
>>
>> 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/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+...@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.
>>>>
>>>

-- 
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
>>>>>>>>>> 
>>>>>>>>>>      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