This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[10:09:33,657][INFO ][node ] [Ghost Rider] {elasticsearch/0.9.1-SNAPSHOT/2010-08-17T06:58:53}[5613]: initializing ... | |
[10:09:33,657][INFO ][plugins ] [Ghost Rider] loaded [] | |
[10:09:35,113][INFO ][node ] [Ghost Rider] {elasticsearch/0.9.1-SNAPSHOT/2010-08-17T06:58:53}[5613]: initialized | |
[10:09:35,113][INFO ][node ] [Ghost Rider] {elasticsearch/0.9.1-SNAPSHOT/2010-08-17T06:58:53}[5613]: starting ... | |
[10:09:35,217][INFO ][transport ] [Ghost Rider] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.2.20.160:9300]} | |
[10:09:38,234][INFO ][cluster.service ] [Ghost Rider] new_master [Ghost Rider][8904a35d-b4ca-474f-a52d-11563b817edd][inet[/10.2.20.160:9300]], reason: zen-disco-join (elected_as_master) | |
[10:09:38,234][INFO ][discovery ] [Ghost Rider] elasticsearch/8904a35d-b4ca-474f-a52d-11563b817edd | |
[10:09:38,286][INFO ][http ] [Ghost Rider] bound_address {inet[/0:0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[10:43:16,841][WARN ][index.gateway ] [dm-adsearchd103.dev.local] [wachovia_20100917150048][0] failed to snapshot on close | |
org.elasticsearch.index.gateway.IndexShardGatewaySnapshotFailedException: [wachovia_20100917150048][0] duplicate key: __2ug | |
at org.elasticsearch.index.gateway.blobstore.BlobStoreIndexShardGateway.snapshot(BlobStoreIndexShardGateway.java:152) | |
at org.elasticsearch.index.gateway.IndexShardGatewayService$2.snapshot(IndexShardGatewayService.java:232) | |
at org.elasticsearch.index.gateway.IndexShardGatewayService$2.snapshot(IndexShardGatewayService.java:227) | |
at org.elasticsearch.index.engine.robin.RobinEngine.snapshot(RobinEngine.java:426) | |
at org.elasticsearch.index.shard.service.InternalIndexShard.snapshot(InternalIndexShard.java:372) | |
at org.elasticsearch.index.gateway.IndexShardGatewayService.snapshot(IndexShardGatewayService.java:227) | |
at org.elasticsearch.index.gateway.IndexShardGatewayService.snapshotOnClose(IndexShardGatewaySe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2010-09-23 15:32:10,305 DEBUG > [WKSPAULPEARCY.wsod.local-ESSearcher] [1975] Failed to execute query phase (New I/O client worker #1-1) | |
org.elasticsearch.transport.RemoteTransportException: [dm-adsearchd103.dev.local][inet[/10.2.20.164:9300]][search/phase/query/id] | |
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: [index21_20100917150041][0]: query[documentkey:1221-india-510300-1],from[0],size[1],sort[<custom:"__documentdate": org.elasticsearch.index.field.data.FieldData$Type$4$1@21f76ec3>!]: Query Failed [Failed to execute main query] | |
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:130) | |
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:198) | |
at org.elasticsearch.search.action.SearchServiceTransportAction$SearchQueryByIdTransportHandler.messageReceived(SearchServiceTransportAction.java:388) | |
at org.elasticsearch.search.action.SearchServiceTransportAction$SearchQueryByIdTransportHandler.messageReceived(SearchServiceTransportAction.java:3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.setProperty("cluster.name", "devcluster"); | |
client = new TransportClient() | |
.addTransportAddress(new InetSocketTransportAddress("dm-adsearchd102.dev.local", 9300)) | |
.addTransportAddress(new InetSocketTransportAddress("dm-adsearchd103.dev.local", 9300)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**** ppearcy look here ;) .... | |
java.lang.ArrayIndexOutOfBoundsException: 114 | |
at org.apache.lucene.util.BitVector.get(BitVector.java:104) | |
at org.apache.lucene.index.SegmentTermDocs.next(SegmentTermDocs.java:127) | |
at org.elasticsearch.index.field.data.support.FieldDataLoader.load(FieldDataLoader.java:56) | |
at org.elasticsearch.index.field.data.longs.LongFieldData.load(LongFieldData.java:129) | |
at org.elasticsearch.index.field.data.FieldData.load(FieldData.java:225) | |
at org.elasticsearch.index.cache.field.data.support.AbstractConcurrentMapFieldDataCache.cache(AbstractConcurrentMapFieldDataCache.java:86) | |
at org.elasticsearch.index.cache.field.data.support.AbstractConcurrentMapFieldDataCache.cache(AbstractConcurrentMapFieldDataCache.java:67) | |
at org.elasticsearch.index.field.data.support.NumericFieldDataComparator.setNextReader(NumericFieldDataComparator.java:49) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"index21_20100917150041" : { | |
"index21" : { | |
"_boost" : { | |
"name" : "_boost" | |
}, | |
"dynamic" : false, | |
"_type" : { | |
"store" : "no" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ${HOSTNAME} | |
cluster: | |
name: devcluster | |
gateway: | |
type: fs | |
fs: | |
location: /share/adsearch/elasticsearch/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Node shutdown, closing shard: | |
[2010-10-13 22:40:01,533][DEBUG][index.shard.service ] [DM-ADSEARCHD102.dev.local] [cbsmw_20101012154845][0] state: [STARTED]->[CLOSED] | |
Starting back up (typo in config file changed name): | |
[2010-10-13 22:41:45,613][INFO ][node ] [Box IV] {elasticsearch/0.11.0}[3389]: initializing ... | |
Recovering index on bad node: | |
[2010-10-13 22:41:53,799][DEBUG][indices.cluster ] [Box IV] [cbsmw_20101012154845] creating index | |
[2010-10-13 22:41:53,799][DEBUG][indices ] [Box IV] creating Index [cbsmw_20101012154845], shards [1]/[1] | |
[2010-10-13 22:41:53,860][DEBUG][index.mapper ] [Box IV] [cbsmw_20101012154845] using dynamic[false], default mapping: location[null] and source[{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"cluster_name":"dev-0.13.0-SNAPSHOT","status":"yellow","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"active_primary_shards":81,"active_shards":81,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":81} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"cluster_name":"dev-0.13.0-SNAPSHOT","master_node":"CMastEanRfWN31HyhJaheg","blocks":{"indices":{"index25_20101108081910":{},"genericreports_20101108081905":{},"smereports_20101108081918":{},"index13_20101108081908":{},"rbcvideo_20101108081912":{},"ftalerts_20101108081905":{},"lehman_20101108081911":{},"rbcinst_20101108081912":{},"idol-nonenglish_20101108081907":{},"moodys_20101108081911":{},"stdpoor_20101108081918":{},"index22_20101108081909":{},"index07_20101108081908":{},"index16_20101108081909":{},"rss_20101108081912":{},"qmalerts_20101108081912":{},"index23_20101108081909":{},"index01_20101108081907":{},"index28_20101108081910":{},"briefing_20101108081903":{},"spider01_20101108081918":{},"idol-maestro-report1_20101108081906":{},"comtex_20101108081904":{},"djcnr_20101108081904":{},"index12_20101108081908":{},"csfb1_20101108081904":{},"internal2_20101108081911":{},"bia_20101108081902":{},"djnf_20101108081905":{},"index15_20101108081908":{},"dorsey_20101108081905":{},"index21_20101108081909":{},"wachovia_a |
OlderNewer