Re: Avoiding Docker Bridge network when using S3 discovery

2018-12-21 Thread Dave Harvey
Created https://jira.apache.org/jira/browse/IGNITE-10791 for this -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Avoiding Docker Bridge network when using S3 discovery

2018-12-04 Thread Dave Harvey
We didn't see a way to use setLocalAddress. Each container has a different IP address, but the bridge network presents the same IP address to each container. Therefore, we would only know what to use for the local address by enumerating all addresses, and eliminating the bridge network. On Mon,

RE: Avoiding Docker Bridge network when using S3 discovery

2018-12-03 Thread Stanislav Lukyanov
Hi, Have you been able to solve this? I think specifying TcpDiscoverySpi.localAddress should work. Stan From: Dave Harvey Sent: 17 октября 2018 г. 20:10 To: user@ignite.apache.org Subject: Avoiding Docker Bridge network when using S3 discovery When we use S3 discovery and Ignite containers