Found strange problem on 0.19.4

I've just upgrade my elastic search to 0.19.4 on ec2 and aws plugin is 1.5.0. I ran two web apps in one tomcat and both of them started an elasticsearch client using same code.

After I started tomcat the first client has connected to the es cluster successfully but the second is always fail to connect to the client with such error:

05:44:07.227 INFO (Slf4jESLogger.java:94) - [Meld] failed to send join request to master [[Infamnia][aZoGhrLzSk6iSZIv2d_PAA][inet[/10.223.23.106:9300]]], reason [org.elasticsearch.transport.RemoteTransportException: [Infamnia][inet[/10.223.23.106:9300]][discovery/zen/join]; org.elasticsearch.transport.ConnectTransportException: [Meld][inet[/10.195.83.112:9301]] connect_timeout[30s]; org.elasticsearch.common.netty.channel.ChannelException: Failed to create a selector.]

I was using 0.19.0 and all works fine and I didn't change any code of connection but just rebuild the jar file.
Can anyone give me some advices? Thanks

Regards,
Bruce

Do you see any more details in the logs? Which JVM version and OS are you
using?

On Tue, May 22, 2012 at 7:49 AM, Ye Zhou zhouy.vreal@gmail.com wrote:

I've just upgrade my Elasticsearch to 0.19.4 on ec2 and aws plugin is
1.5.0. I ran two web apps in one tomcat and both of them started an
elasticsearch client using same code.

After I started tomcat the first client has connected to the es cluster
successfully but the second is always fail to connect to the client with
such error:

05:44:07.227 INFO (Slf4jESLogger.java:94) - [Meld] failed to send join
request to master
[[Infamnia][aZoGhrLzSk6iSZIv2d_PAA][inet[/10.223.23.106:9300]]], reason
[org.elasticsearch.transport.RemoteTransportException:
[Infamnia][inet[/10.223.23.106:9300]][discovery/zen/join];
org.elasticsearch.transport.ConnectTransportException: [Meld][inet[/
10.195.83.112:9301]] connect_timeout[30s];
org.elasticsearch.common.netty.channel.ChannelException: Failed to create a
selector.]

I was using 0.19.0 and all works fine and I didn't change any code of
connection but just rebuild the jar file.
Can anyone give me some advices? Thanks

Regards,
Bruce

Hi,
The os is Amazon Linux 64 bit build on Mar 2012 on EC2 and the JVM is OpenJDK 64-bit Server VM (build 20.0-b11, mixed mode), Java version is 1.6.0_22.
The machine was freeze so I can't get any details. I finally solve it by upgrade the machine to a bigger instance(was using micro with 512M memory, now I'm using small with 1280M memory). Could that be the new version of elasticsearch requires more compute resources than 0.19.0 or because of the new version of Lucene?

Regards,
Bruce

On 22/05/2012, at 5:26 PM, Shay Banon wrote:

Do you see any more details in the logs? Which JVM version and OS are you using?

On Tue, May 22, 2012 at 7:49 AM, Ye Zhou zhouy.vreal@gmail.com wrote:
I've just upgrade my Elasticsearch to 0.19.4 on ec2 and aws plugin is 1.5.0. I ran two web apps in one tomcat and both of them started an elasticsearch client using same code.

After I started tomcat the first client has connected to the es cluster successfully but the second is always fail to connect to the client with such error:

05:44:07.227 INFO (Slf4jESLogger.java:94) - [Meld] failed to send join request to master [[Infamnia][aZoGhrLzSk6iSZIv2d_PAA][inet[/10.223.23.106:9300]]], reason [org.elasticsearch.transport.RemoteTransportException: [Infamnia][inet[/10.223.23.106:9300]][discovery/zen/join]; org.elasticsearch.transport.ConnectTransportException: [Meld][inet[/10.195.83.112:9301]] connect_timeout[30s]; org.elasticsearch.common.netty.channel.ChannelException: Failed to create a selector.]

I was using 0.19.0 and all works fine and I didn't change any code of connection but just rebuild the jar file.
Can anyone give me some advices? Thanks

Regards,
Bruce

No, not really..., it doesn't require more resources. The first thing that
I would do though is use a newer JVM, the 1.6.0_22 is about 2-3 years old.

On Wed, May 23, 2012 at 2:49 AM, Ye Zhou zhouy.vreal@gmail.com wrote:

Hi,
The os is Amazon Linux 64 bit build on Mar 2012 on EC2 and the JVM is
OpenJDK 64-bit Server VM (build 20.0-b11, mixed mode), Java version
is 1.6.0_22.
The machine was freeze so I can't get any details. I finally solve it by
upgrade the machine to a bigger instance(was using micro with 512M memory,
now I'm using small with 1280M memory). Could that be the new version of
elasticsearch requires more compute resources than 0.19.0 or because of the
new version of Lucene?

Regards,
Bruce

On 22/05/2012, at 5:26 PM, Shay Banon wrote:

Do you see any more details in the logs? Which JVM version and OS are you
using?

On Tue, May 22, 2012 at 7:49 AM, Ye Zhou zhouy.vreal@gmail.com wrote:

I've just upgrade my Elasticsearch to 0.19.4 on ec2 and aws plugin is
1.5.0. I ran two web apps in one tomcat and both of them started an
elasticsearch client using same code.

After I started tomcat the first client has connected to the es cluster
successfully but the second is always fail to connect to the client with
such error:

05:44:07.227 INFO (Slf4jESLogger.java:94) - [Meld] failed to send join
request to master
[[Infamnia][aZoGhrLzSk6iSZIv2d_PAA][inet[/10.223.23.106:9300]]], reason
[org.elasticsearch.transport.RemoteTransportException:
[Infamnia][inet[/10.223.23.106:9300]][discovery/zen/join];
org.elasticsearch.transport.ConnectTransportException: [Meld][inet[/
10.195.83.112:9301]] connect_timeout[30s];
org.elasticsearch.common.netty.channel.ChannelException: Failed to create a
selector.]

I was using 0.19.0 and all works fine and I didn't change any code of
connection but just rebuild the jar file.
Can anyone give me some advices? Thanks

Regards,
Bruce