Skip to content

Instantly share code, notes, and snippets.

@tristen
Created April 14, 2011 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tristen/920012 to your computer and use it in GitHub Desktop.
Save tristen/920012 to your computer and use it in GitHub Desktop.
$ ./bin/elasticsearch -f -Des.discovery.zen.ping_timeout=10s
[2011-04-14 13:31:25,793][INFO ][node ] [Stem Cell] {elasticsearch/0.15.2}[64475]: initializing ...
[2011-04-14 13:31:25,806][INFO ][plugins ] [Stem Cell] loaded [river-couchdb, lang-javascript]
[2011-04-14 13:31:28,559][INFO ][node ] [Stem Cell] {elasticsearch/0.15.2}[64475]: initialized
[2011-04-14 13:31:28,559][INFO ][node ] [Stem Cell] {elasticsearch/0.15.2}[64475]: starting ...
[2011-04-14 13:31:28,659][INFO ][transport ] [Stem Cell] bound_address {inet[/0.0.0.0:9300]}, publish_address {inet[/10.1.10.23:9300]}
[2011-04-14 13:31:45,661][WARN ][discovery.zen.ping.multicast] [Stem Cell] received ping response with no matching id [1]
[2011-04-14 13:31:45,661][WARN ][discovery.zen.ping.multicast] [Stem Cell] received ping response with no matching id [1]
[2011-04-14 13:31:49,008][INFO ][discovery.zen ] [Stem Cell] failed to send join request to master [[Citizen V][1Psc9TxzSwWERgRoY0tjBA][inet[/10.1.10.43:9300]]], reason [org.elasticsearch.ElasticSearchTimeoutException: Timeout waiting for task.]
[2011-04-14 13:31:58,791][WARN ][discovery ] [Stem Cell] waited for 30s and no initial state was set by the discovery
[2011-04-14 13:31:58,792][INFO ][discovery ] [Stem Cell] elasticsearch/h2P1fzBIRvGKMdRyGXZoGw
[2011-04-14 13:31:58,950][INFO ][http ] [Stem Cell] bound_address {inet[/0.0.0.0:9200]}, publish_address {inet[/10.1.10.23:9200]}
[2011-04-14 13:31:58,951][INFO ][node ] [Stem Cell] {elasticsearch/0.15.2}[64475]: started
[2011-04-14 13:32:09,012][INFO ][discovery.zen ] [Stem Cell] failed to send join request to master [[Citizen V][1Psc9TxzSwWERgRoY0tjBA][inet[/10.1.10.43:9300]]], reason [org.elasticsearch.ElasticSearchTimeoutException: Timeout waiting for task.]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment