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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to