Hi Itamar

I work with Tal and we have a 2 data directories in the elasticsearch.yml 
configuration file.
The exact line is : 
 path.data: /var/lib/elasticsearch,/var/lib/elasticsearch2

Some of the servers in the cluster contain sub folders in the 
/var/lib/elasticsearch2 directory and some don't. 
The ones that don't I'm guessing, never contained a shard in the folder.

Could this contribute to the problem we're having? 

On Sunday, 9 March 2014 15:18:31 UTC+2, Tal Shemesh wrote:
>
> Hi Itamar, 
>
> the cluster seams ok:
>
> cluster health: green (9, 12)
>
> also, i can see all the nodes and only one master.
>
> On Sunday, March 9, 2014 1:50:56 PM UTC+2, Itamar Syn-Hershko wrote:
>>
>> What is the cluster state? I believe you are experiencing a split brain
>>  On Mar 9, 2014 11:32 AM, "Tal Shemesh" <[email protected]> wrote:
>>
>>> Hi,
>>> I have a cluster of 7 ES servers
>>> i am using it to hold the system servers config and for monitoring (with 
>>> logstash and kibana)
>>> Three days ago, we started to see something strange. for the same 
>>> request (id), we get different results. 
>>> it looks like there are two objects in the system and the result is a 
>>> round-robin between them
>>> i have checked and both answers has the same version
>>>
>>> 1)
>>> {
>>>     "_index": "config_app",
>>>     "_type": "group",
>>>     "_id": "cl2s_02",
>>>     "_version": 3,
>>>     "exists": true,
>>>     "_source": {
>>>         "feedMatcherConfig": {
>>>             "maxPoolSize": 5000,
>>>             "geo": {
>>>
>>> 2)
>>> {
>>>     "_index": "config_app",
>>>     "_type": "group",
>>>     "_id": "cl2s_02",
>>>     "_version": 3,
>>>     "exists": true,
>>>     "_source": {
>>>         "feedMatcherConfig": {
>>>             "maxPoolSize": 5000,
>>>             *"gidentifier": "cl2s_02",*
>>>             "geo": {
>>>
>>> do you have any ideas what can i do?
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "elasticsearch" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected].
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/elasticsearch/0f7cf7f7-bcb9-456f-b2c5-57fd2ae9dbd9%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/0f7cf7f7-bcb9-456f-b2c5-57fd2ae9dbd9%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/6fbc82bb-7ba3-419b-b473-aa8ea6f83406%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to