0.20.1 client hangs connecting to 0.19.11 cluster with cloud-aws plugin

Is this configuration supposed to work, or has anyone else run into trouble
as well?

client:
elasticsearch 0.20.1
elasticsearch-cloud-aws 1.10.0

server:
elasticsearch 0.19.11
elasticsearch-cloud-aws 1.9.0

client code:
ImmutableSettings.Builder settings = createDefaultSettings()
.put("cloud.aws.access_key", accessKey)
.put("cloud.aws.secret_key", secretKey)
.put("cloud.aws.region", region)
.put("discovery.type", "ec2");
return
NodeBuilder.nodeBuilder().clusterName(clusterName).client(true).local(false).settings(settings.build()).node();

--

0.20.x need to work with other 0.20 nodes, it can't connect to previous 0.19.x version nodes…

On Dec 8, 2012, at 5:28 AM, Eric Jain eric.jain@gmail.com wrote:

Is this configuration supposed to work, or has anyone else run into trouble as well?

client:
elasticsearch 0.20.1
elasticsearch-cloud-aws 1.10.0

server:
elasticsearch 0.19.11
elasticsearch-cloud-aws 1.9.0

client code:
ImmutableSettings.Builder settings = createDefaultSettings()
.put("cloud.aws.access_key", accessKey)
.put("cloud.aws.secret_key", secretKey)
.put("cloud.aws.region", region)
.put("discovery.type", "ec2");
return NodeBuilder.nodeBuilder().clusterName(clusterName).client(true).local(false).settings(settings.build()).node();

--

--

It seems also not to work with 0.20.0.RC1 , this one wated 2 hours of my
life ...:frowning:

On Saturday, December 8, 2012 11:47:30 AM UTC+2, kimchy wrote:

0.20.x need to work with other 0.20 nodes, it can't connect to previous
0.19.x version nodes…

On Dec 8, 2012, at 5:28 AM, Eric Jain <eric...@gmail.com <javascript:>>
wrote:

Is this configuration supposed to work, or has anyone else run into
trouble as well?

client:
elasticsearch 0.20.1
elasticsearch-cloud-aws 1.10.0

server:
elasticsearch 0.19.11
elasticsearch-cloud-aws 1.9.0

client code:
ImmutableSettings.Builder settings = createDefaultSettings()
.put("cloud.aws.access_key", accessKey)
.put("cloud.aws.secret_key", secretKey)
.put("cloud.aws.region", region)
.put("discovery.type", "ec2");
return
NodeBuilder.nodeBuilder().clusterName(clusterName).client(true).local(false).settings(settings.build()).node();

--

--

Thanks for the clarification--I hadn't realized that this was an
implication of "requires a full cluster restart".

On Saturday, December 8, 2012 1:47:30 AM UTC-8, kimchy wrote:

0.20.x need to work with other 0.20 nodes, it can't connect to previous
0.19.x version nodes…

On Dec 8, 2012, at 5:28 AM, Eric Jain <eric...@gmail.com <javascript:>>
wrote:

Is this configuration supposed to work, or has anyone else run into
trouble as well?

client:
elasticsearch 0.20.1
elasticsearch-cloud-aws 1.10.0

server:
elasticsearch 0.19.11
elasticsearch-cloud-aws 1.9.0

client code:
ImmutableSettings.Builder settings = createDefaultSettings()
.put("cloud.aws.access_key", accessKey)
.put("cloud.aws.secret_key", secretKey)
.put("cloud.aws.region", region)
.put("discovery.type", "ec2");
return
NodeBuilder.nodeBuilder().clusterName(clusterName).client(true).local(false).settings(settings.build()).node();

--

--