tcp-disco-ip-finder-cleaner

2017-04-25 Thread gatorjh
We are running Ignite 1.8.0 within Docker on an AWS instance. Ignite
registers with Zookeeper. We use a BasicAddressResolver in the Ignite config
so that only the Docker host IP is registered. This works fine until the
tcp-disco-ip-finder-cleaner thread kicks in and adds the loopback and the
Docker host IP addresses to the address list.

#startup looks good


#first time from thread looks good


#Bam! Loopback and container IP now in the list.


What could I be doing wrong? Any help appreciated.




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/tcp-disco-ip-finder-cleaner-tp12249.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: tcp-disco-ip-finder-cleaner

2017-04-27 Thread Andrey Mashenkov
Hi

Would you please share ignite config?

On Tue, Apr 25, 2017 at 9:55 PM, gatorjh  wrote:

> We are running Ignite 1.8.0 within Docker on an AWS instance. Ignite
> registers with Zookeeper. We use a BasicAddressResolver in the Ignite
> config
> so that only the Docker host IP is registered. This works fine until the
> tcp-disco-ip-finder-cleaner thread kicks in and adds the loopback and the
> Docker host IP addresses to the address list.
>
> #startup looks good
>
>
> #first time from thread looks good
>
>
> #Bam! Loopback and container IP now in the list.
>
>
> What could I be doing wrong? Any help appreciated.
>
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/tcp-disco-ip-finder-cleaner-tp12249.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 
Best regards,
Andrey V. Mashenkov


Re: tcp-disco-ip-finder-cleaner

2017-04-27 Thread gatorjh
Here is the ignite config




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/tcp-disco-ip-finder-cleaner-tp12249p12293.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: tcp-disco-ip-finder-cleaner

2017-05-02 Thread Andrey Mashenkov
Hi,

Looks like a bug. Here is a ticket [1].


[1] https://issues.apache.org/jira/browse/IGNITE-5117

On Thu, Apr 27, 2017 at 4:01 PM, gatorjh  wrote:

> Here is the ignite config
>
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/tcp-disco-ip-finder-cleaner-tp12249p12293.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 
Best regards,
Andrey V. Mashenkov