Re: Apache Ignite cluster in AWS using IP without Multicast

2016-09-21 Thread Vladislav Pyatkov
Hi,

Ignite has a special IP finder for AWS. Look at the article[1].

[1]: https://apacheignite.readme.io/docs/aws-config

On Tue, Sep 20, 2016 at 10:39 PM, Mohammad Shariq 
wrote:

>
> Hi,
>>
>> I am trying Ignite for serving caching needs.
>>
>>
>> I want to have a cluster of 2 instances in AWS, and want to use static IP
>> Finder. But ignite is not able to find the nodes in cluster and hanged on
>> the message below.
>>
>> *[18:49:54] Security status [authentication=off, tls/ssl=off]*
>>
>> My example ignite config for static ip finder is mentioned below. Here I
>> have tried with public Ip address of my AWS instance as well as private IP
>> address of AWS instance, but it didnt work and couldn't find the cluster
>> nodes.
>>
>> *My Ignite Config for Static ip finder is below:*
>>
>> > class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
>> 
>>  
>> 
>> 
>> 11.33.50.14:47500..47509
>> 11.33.49.180:47500..47509
>> 
>>
>>
>>
>>


-- 
Vladislav Pyatkov


Apache Ignite cluster in AWS using IP without Multicast

2016-09-20 Thread Mohammad Shariq
> Hi,
>
> I am trying Ignite for serving caching needs.
>
>
> I want to have a cluster of 2 instances in AWS, and want to use static IP
> Finder. But ignite is not able to find the nodes in cluster and hanged on
> the message below.
>
> *[18:49:54] Security status [authentication=off, tls/ssl=off]*
>
> My example ignite config for static ip finder is mentioned below. Here I
> have tried with public Ip address of my AWS instance as well as private IP
> address of AWS instance, but it didnt work and couldn't find the cluster
> nodes.
>
> *My Ignite Config for Static ip finder is below:*
>
>  class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
> 
>  
> 
> 
> 11.33.50.14:47500..47509
> 11.33.49.180:47500..47509
> 
>
>
>
>