Cluster went to red stage due to SearchContextMissingException

2014-12-11 Thread Bala krishnan
Hi, We are using elasticsearch 1.3.1 version. And we are getting the below error in our production, [2014-12-10 19:11:00,534][DEBUG][action.search.type ] [es_f2_02] [5031993] Failed to execute fetch phase org.elasticsearch.search. SearchContextMissingException: No search context found for id

Re: How elasticsearch encodes strings with special characters before storing

2014-11-07 Thread Krishnan Mahadevan
Can you please help elaborate on what do you mean by It is the client that does the character handling ? I am part of the original poster's team and am working with her to crack this problem. The % is NOT coming up by any URI escaping but it is part of the actual value being stored. When a

Re: Automatic partial shutdown of cluster

2014-08-14 Thread Krishnan
javascript: web: www.campaignmonitor.com On 14 August 2014 14:23, Krishnan krishn...@gmail.com javascript: wrote: Hi All, I have cluster of one master only nodes and 7 data only nodes. Some nodes are getting shutdown automatically. Could you please advise what is the possible cause

Re: Timeout notification from cluster service

2014-08-14 Thread Krishnan
Please check the status of indexes when you get these log messages. I found these log messages appear in when index status in not green. You can use following query to check : curl -s –XGET http://10.72.12.22:9200/_cat/indices?pretty=true | grep -v green | wc -l On Thursday, August 14, 2014

Automatic partial shutdown of cluster

2014-08-13 Thread Krishnan
Hi All, I have cluster of one master only nodes and 7 data only nodes. Some nodes are getting shutdown automatically. Could you please advise what is the possible cause of this behaviour or how do I investigate the issue. For you perusal the log entry is below : Data node logs : [2014-08-13