Thank you for the replies. 

In this particular doc, yes this is the only difference.
But there are a few more that have at least 2 fields that are 
missing/changed.

On Tuesday, 11 March 2014 14:51:08 UTC+2, Itamar Syn-Hershko wrote:
>
> I believe this to be the culprit, yes (and thus - a bug in Elasticsearch).
>
> The question of subfolders you may or may not have under each is simply a 
> question of how elasticsearch decided to split the data between the folders.
>
> Is the only difference you are seeing between docs is this one field 
> existing/missing? I'd try and characterize this and perhaps figure out a 
> way to create minimal repro the ES team can run. Also, I'd hope there's a 
> way to merge multiple data folders into one so you could try that and see 
> if it indeed the cause for this problem
>
> Cheers,
>
> --
>
> Itamar Syn-Hershko
> http://code972.com | @synhershko <https://twitter.com/synhershko>
> Freelance Developer & Consultant
> Author of RavenDB in Action <http://manning.com/synhershko/>
>
>
> On Tue, Mar 11, 2014 at 11:25 AM, Daniel Gelbshtein 
> <[email protected]<javascript:>
> > wrote:
>
>> 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] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/6fbc82bb-7ba3-419b-b473-aa8ea6f83406%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/6fbc82bb-7ba3-419b-b473-aa8ea6f83406%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/fe915715-9eef-4d60-af51-4c35a48291b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to