Skip to content

Instantly share code, notes, and snippets.

@ibrusic
Created December 14, 2010 22:48
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 ibrusic/741273 to your computer and use it in GitHub Desktop.
Save ibrusic/741273 to your computer and use it in GitHub Desktop.
Elastic Search Startup
[2010-12-14 17:46:09,463][INFO ][node ] [Stonewall] {elasticsearch/0.13.1}[45456]: initializing ...
[2010-12-14 17:46:09,466][INFO ][plugins ] [Stonewall] loaded []
[2010-12-14 17:46:10,747][INFO ][node ] [Stonewall] {elasticsearch/0.13.1}[45456]: initialized
[2010-12-14 17:46:10,747][INFO ][node ] [Stonewall] {elasticsearch/0.13.1}[45456]: starting ...
[2010-12-14 17:46:10,805][INFO ][transport ] [Stonewall] bound_address {inet[/0.0.0.0:9300]}, publish_address {inet[/192.168.1.103:9300]}
[2010-12-14 17:46:13,826][INFO ][cluster.service ] [Stonewall] new_master [Stonewall][JsZdjwSISaqoMkZJH5G-Jw][inet[/192.168.1.103:9300]], reason: zen-disco-join (elected_as_master)
[2010-12-14 17:46:13,843][INFO ][discovery ] [Stonewall] elasticsearch/JsZdjwSISaqoMkZJH5G-Jw
[2010-12-14 17:46:13,868][INFO ][http ] [Stonewall] bound_address {inet[/0.0.0.0:9200]}, publish_address {inet[/192.168.1.103:9200]}
[2010-12-14 17:46:13,868][INFO ][node ] [Stonewall] {elasticsearch/0.13.1}[45456]: started
@ibrusic
Copy link
Author

ibrusic commented Dec 14, 2010

17:49:45.846 [New I/O client worker #1-1] WARN transport.netty - [Warlock] Message not fully read (response) for [0] handler org.elasticsearch.client.transport.TransportClientNodesService$ScheduledNodesSampler$1$1@2e56c4eb, error [false], resetting
17:49:45,858 ERROR ~ Missing ad hosts file: data/adhosts/adhosts.dat
17:49:46.725 [New I/O client worker #1-1] WARN transport.netty - [Warlock] Message not fully read (response) for [1] handler org.elasticsearch.client.transport.TransportClientNodesService$ScheduledNodesSampler$1$1@3267b4ba, error [false], resetting
17:49:47.728 [New I/O client worker #1-1] WARN transport.netty - [Warlock] Message not fully read (response) for [2] handler org.elasticsearch.client.transport.TransportClientNodesService$ScheduledNodesSampler$1$1@1cbcfd, error [false], resetting
17:49:48.731 [New I/O client worker #1-1] WARN transport.netty - [Warlock] Message not fully read (response) for [3] handler org.elasticsearch.client.transport.TransportClientNodesService$ScheduledNodesSampler$1$1@696103e5, error [false], resetting
17:49:49.732 [New I/O client worker #1-1] WARN transport.netty - [Warlock] Message not fully read (response) for [4] handler org.elasticsearch.client.transport.TransportClientNodesService$ScheduledNodesSampler$1$1@6046e56f, error [false], resetting
17:49:50.734 [New I/O client worker #1-1] WARN transport.netty - [Warlock] Message not fully read (response) for [5] handler org.elasticsearch.client.transport.TransportClientNodesService$ScheduledNodesSampler$1$1@4e810bca, error [false], resetting
17:49:51.736 [New I/O client worker #1-1] WARN transport.netty - [Warlock] Message not fully read (response) for [6] handler org.elasticsearch.client.transport.TransportClientNodesService$ScheduledNodesSampler$1$1@7a2d2309, error [false], resetting
17:49:52.738 [New I/O client worker #1-1] WARN transport.netty - [Warlock] Message not fully read (response) for [7] handler org.elasticsearch.client.transport.TransportClientNodesService$ScheduledNodesSampler$1$1@29576289, error [false], resetting
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment