Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New elasticsearch-0.90.4 getting [discovery.zen] [Masters, Alicia][failed to ping, tried [3] times, each with maximum [30s] timeout] #3720

Closed
raydemandforce opened this issue Sep 17, 2013 · 1 comment

Comments

@raydemandforce
Copy link

I got following error when I try to start a new elasticsearch install:

[2013-09-17 10:05:46,288][INFO ][discovery.zen ] [Masters, Alicia] master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]], reason [failed to ping, tried [3] times, each with maximum [30s] timeout]

Following is what I did:
curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.4.zip
unzip elasticsearch-0.90.4.zip
cd elasticsearch-0.90.4/bin
./elasticsearch -f

uname -a
Linux hostname 2.6.32-042stab079.5 #1 SMP Fri Aug 2 17:16:15 MSK 2013 x86_64 x86_64 x86_64 GNU/Linux

java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (rhel-2.3.10.4.el6_4-x86_64)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

more elasticsearch.log
[2013-09-17 09:28:09,041][INFO ][node ] [Archie Corrigan] version[0.90.4], pid[17649], build[8cb1a9b/2013-09-16T14:11:00Z]
[2013-09-17 09:28:09,043][INFO ][node ] [Archie Corrigan] initializing ...
[2013-09-17 09:28:09,050][INFO ][plugins ] [Archie Corrigan] loaded [], sites []
[2013-09-17 09:28:11,968][INFO ][node ] [Archie Corrigan] initialized
[2013-09-17 09:28:11,968][INFO ][node ] [Archie Corrigan] starting ...
[2013-09-17 09:28:12,167][INFO ][transport ] [Archie Corrigan] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {ine
t[/10.67.85.210:9300]}
[2013-09-17 09:28:16,343][INFO ][discovery.zen ] [Archie Corrigan] master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300
]]], reason [failed to ping, tried [3] times, each with maximum [30s] timeout]
[2013-09-17 09:28:16,347][INFO ][discovery ] [Archie Corrigan] elasticsearch/fn7lg1I9SXKBhFSyfYRw1w
[2013-09-17 09:28:16,354][INFO ][http ] [Archie Corrigan] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {ine
t[/10.67.85.210:9200]}
[2013-09-17 09:28:16,354][INFO ][node ] [Archie Corrigan] started
[2013-09-17 09:50:59,403][DEBUG][action.admin.cluster.state] [Archie Corrigan] Serving cluster state request using version 0
[2013-09-17 09:52:04,000][INFO ][node ] [Archie Corrigan] stopping ...
[2013-09-17 09:52:04,024][INFO ][node ] [Archie Corrigan] stopped
[2013-09-17 09:52:04,024][INFO ][node ] [Archie Corrigan] closing ...
[2013-09-17 09:52:04,029][INFO ][node ] [Archie Corrigan] closed
[2013-09-17 10:05:37,838][INFO ][node ] [Masters, Alicia] version[0.90.4], pid[17984], build[8cb1a9b/2013-09-16T14:11:00Z]
[2013-09-17 10:05:37,839][INFO ][node ] [Masters, Alicia] initializing ...
[2013-09-17 10:05:37,851][INFO ][plugins ] [Masters, Alicia] loaded [], sites []
[2013-09-17 10:05:41,796][INFO ][node ] [Masters, Alicia] initialized
[2013-09-17 10:05:41,797][INFO ][node ] [Masters, Alicia] starting ...
[2013-09-17 10:05:42,111][INFO ][transport ] [Masters, Alicia] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {ine
t[/10.67.85.210:9300]}
[2013-09-17 10:05:46,288][INFO ][discovery.zen ] [Masters, Alicia] master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300
]]], reason [failed to ping, tried [3] times, each with maximum [30s] timeout]
[2013-09-17 10:05:46,295][INFO ][discovery ] [Masters, Alicia] elasticsearch/Bccg0dYlRkSfbkViVNO7MQ
[2013-09-17 10:05:46,305][INFO ][http ] [Masters, Alicia] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {ine
t[/10.67.85.210:9200]}
[2013-09-17 10:05:46,305][INFO ][node ] [Masters, Alicia] started
[2013-09-17 10:15:12,255][INFO ][node ] [Masters, Alicia] stopping ...
[2013-09-17 10:15:12,292][INFO ][node ] [Masters, Alicia] stopped
[2013-09-17 10:15:12,292][INFO ][node ] [Masters, Alicia] closing ...
[2013-09-17 10:15:12,297][INFO ][node ] [Masters, Alicia] closed

@dadoonet
Copy link
Member

Sounds like your issue was caused because you have another node running on your LAN, same clustername but another version or something?

Have you been able to reproduce it with latest elasticsearch version?

If so, could you reopen this issue and provide more details about your architecture (number of nodes running, version of each node...)?

Closing for now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants