Skip to content

Instantly share code, notes, and snippets.

@merrellb
Created October 19, 2011 22:19
Show Gist options
  • Save merrellb/1299854 to your computer and use it in GitHub Desktop.
Save merrellb/1299854 to your computer and use it in GitHub Desktop.
All databases gone
[2011-10-19 18:12:52,257][INFO ][node ] [Skull the Slayer] {elasticsearch/0.17.0-SNAPSHOT/2011-07-11T01:41:00}[4894]: initializing ...
[2011-10-19 18:12:52,279][INFO ][plugins ] [Skull the Slayer] loaded [], sites []
[2011-10-19 18:12:55,269][INFO ][node ] [Skull the Slayer] {elasticsearch/0.17.0-SNAPSHOT/2011-07-11T01:41:00}[4894]: initialized
[2011-10-19 18:12:55,269][INFO ][node ] [Skull the Slayer] {elasticsearch/0.17.0-SNAPSHOT/2011-07-11T01:41:00}[4894]: starting ...
[2011-10-19 18:12:55,410][INFO ][transport ] [Skull the Slayer] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/192.168.13.134:9300]}
[2011-10-19 18:12:58,466][INFO ][cluster.service ] [Skull the Slayer] new_master [Skull the Slayer][bX6CFuJrTnW_C8H_Mu4VDA][inet[/192.168.13.134:9300]], reason: zen-disco-join (elected_as_master)
[2011-10-19 18:12:58,527][INFO ][discovery ] [Skull the Slayer] elasticsearch/bX6CFuJrTnW_C8H_Mu4VDA
[2011-10-19 18:12:58,531][WARN ][gateway.local ] [Skull the Slayer] [findLatestState]: Failed to read state from [metadata-309], ignoring...
java.io.IOException: EOF in 5317 byte (compressed) block: could only read 2 bytes
at org.elasticsearch.common.compress.lzf.LZFDecoder.readFully(LZFDecoder.java:209)
at org.elasticsearch.common.compress.lzf.LZFDecoder.decompressChunk(LZFDecoder.java:138)
at org.elasticsearch.common.io.stream.LZFStreamInput.readyBuffer(LZFStreamInput.java:178)
at org.elasticsearch.common.io.stream.LZFStreamInput.read(LZFStreamInput.java:89)
at org.elasticsearch.common.jackson.impl.ByteSourceBootstrapper.ensureLoaded(ByteSourceBootstrapper.java:499)
at org.elasticsearch.common.jackson.impl.ByteSourceBootstrapper.detectEncoding(ByteSourceBootstrapper.java:129)
at org.elasticsearch.common.jackson.impl.ByteSourceBootstrapper.constructParser(ByteSourceBootstrapper.java:216)
at org.elasticsearch.common.jackson.JsonFactory._createJsonParser(JsonFactory.java:785)
at org.elasticsearch.common.jackson.JsonFactory.createJsonParser(JsonFactory.java:561)
at org.elasticsearch.common.xcontent.json.JsonXContent.createParser(JsonXContent.java:80)
at org.elasticsearch.gateway.local.LocalGateway.readMetaState(LocalGateway.java:429)
at org.elasticsearch.gateway.local.LocalGateway.findLatestMetaStateVersion(LocalGateway.java:412)
at org.elasticsearch.gateway.local.LocalGateway.lazyInitialize(LocalGateway.java:351)
at org.elasticsearch.gateway.local.LocalGateway.doStart(LocalGateway.java:125)
at org.elasticsearch.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:80)
at org.elasticsearch.gateway.GatewayService.doStart(GatewayService.java:109)
at org.elasticsearch.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:80)
at org.elasticsearch.node.internal.InternalNode.start(InternalNode.java:187)
at org.elasticsearch.bootstrap.Bootstrap.start(Bootstrap.java:121)
at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:186)
at org.elasticsearch.bootstrap.ElasticSearch.main(ElasticSearch.java:28)
[2011-10-19 18:12:58,579][INFO ][http ] [Skull the Slayer] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/192.168.13.134:9200]}
[2011-10-19 18:12:58,580][INFO ][node ] [Skull the Slayer] {elasticsearch/0.17.0-SNAPSHOT/2011-07-11T01:41:00}[4894]: started
[2011-10-19 18:13:23,322][INFO ][gateway ] [Skull the Slayer] recovered [0] indices into cluster_state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment