I check my configs, now are identical, HEAP set to 4GB

Problem with slow work after initialization still persists.

Attach new cluster_setting to this message.

-- 
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/467da7e4-e9f5-46a4-a0a8-e9bb1a530c7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
{
  "cluster_name" : "rabota-es",
  "nodes" : {
    "VwQ5CEuqSue3ezoOQRcMTA" : {
      "name" : "Kafka",
      "transport_address" : "inet[/172.16.76.22:9300]",
      "host" : "search2",
      "ip" : "172.16.76.22",
      "version" : "1.1.0",
      "build" : "2181e11",
      "http_address" : "inet[/172.16.76.22:9200]",
      "attributes" : {
        "master" : "true"
      },
      "settings" : {
        "node" : {
          "data" : "true",
          "master" : "true",
          "name" : "Kafka"
        },
        "index" : {
          "number_of_replicas" : "1",
          "store" : {
            "type" : "mmapfs"
          },
          "translog" : {
            "flush_threshold_ops" : "5000",
            "flush_threshold_period" : "30m",
            "flush_threshold_size" : "200mb",
            "disable_flush" : "false"
          },
          "search" : {
            "slowlog" : {
              "threshold" : {
                "fetch" : {
                  "trace" : "1s"
                },
                "query" : {
                  "trace" : "1s"
                }
              }
            }
          },
          "refresh_interval" : "1s"
        },
        "bootstrap" : {
          "mlockall" : "true"
        },
        "http" : {
          "port" : "9200",
          "max_content_length" : "10mb"
        },
        "transport" : {
          "tcp" : {
            "port" : "9300",
            "connect_timeout" : "1s"
          }
        },
        "name" : "Kafka",
        "action" : {
          "replication_type" : "sync"
        },
        "pidfile" : "/var/run/elasticsearch.pid",
        "path" : {
          "data" : "/data/elasticsearch",
          "work" : "/tmp/elasticsearch",
          "home" : "/usr/share/elasticsearch",
          "conf" : "/etc/elasticsearch",
          "logs" : "/data/logs/elasticsearch"
        },
        "cluster" : {
          "name" : "rabota-es"
        },
        "config" : "/etc/elasticsearch/elasticsearch.yml",
        "discovery" : {
          "fd" : {
            "ping_interval" : "0.5s",
            "ping_timeout" : "0.5s",
            "ping_retries" : "3"
          },
          "zen" : {
            "minimum_master_nodes" : "1",
            "ping" : {
              "unicast" : {
                "hosts" : [ "172.16.76.21:9300", "172.16.76.22:9300" ]
              },
              "multicast" : {
                "enabled" : "false"
              },
              "timeout" : "1s"
            },
            "publish_timeout" : "1s"
          }
        },
        "network" : {
          "host" : "172.16.76.22"
        }
      },
      "os" : {
        "refresh_interval" : 1000,
        "available_processors" : 16,
        "cpu" : {
          "vendor" : "Intel",
          "model" : "Xeon",
          "mhz" : 2268,
          "total_cores" : 16,
          "total_sockets" : 1,
          "cores_per_socket" : 16,
          "cache_size_in_bytes" : 8192
        },
        "mem" : {
          "total_in_bytes" : 101374992384
        },
        "swap" : {
          "total_in_bytes" : 0
        }
      },
      "process" : {
        "refresh_interval" : 1000,
        "id" : 6516,
        "max_file_descriptors" : 65535,
        "mlockall" : true
      },
      "jvm" : {
        "pid" : 6516,
        "version" : "1.7.0_51",
        "vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
        "vm_version" : "24.51-b03",
        "vm_vendor" : "Oracle Corporation",
        "start_time" : 1405060169907,
        "mem" : {
          "heap_init_in_bytes" : 4294967296,
          "heap_max_in_bytes" : 4181590016,
          "non_heap_init_in_bytes" : 24313856,
          "non_heap_max_in_bytes" : 136314880,
          "direct_max_in_bytes" : 4294967296
        },
        "gc_collectors" : [ "ParNew", "ConcurrentMarkSweep" ],
        "memory_pools" : [ "Code Cache", "Par Eden Space", "Par Survivor 
Space", "CMS Old Gen", "CMS Perm Gen" ]
      },
      "thread_pool" : {
        "generic" : {
          "type" : "cached",
          "keep_alive" : "30s"
        },
        "index" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "200"
        },
        "get" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "1k"
        },
        "snapshot" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "merge" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "suggest" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "1k"
        },
        "bulk" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "50"
        },
        "optimize" : {
          "type" : "fixed",
          "min" : 1,
          "max" : 1
        },
        "warmer" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "flush" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "search" : {
          "type" : "fixed",
          "min" : 48,
          "max" : 48,
          "queue_size" : "1k"
        },
        "percolate" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "1k"
        },
        "management" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "refresh" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 8,
          "keep_alive" : "5m"
        }
      },
      "network" : {
        "refresh_interval" : 5000,
        "primary_interface" : {
          "address" : "172.16.76.22",
          "name" : "eth0",
          "mac_address" : "00:25:90:29:7F:36"
        }
      },
      "transport" : {
        "bound_address" : "inet[/172.16.76.22:9300]",
        "publish_address" : "inet[/172.16.76.22:9300]"
      },
      "http" : {
        "bound_address" : "inet[/172.16.76.22:9200]",
        "publish_address" : "inet[/172.16.76.22:9200]",
        "max_content_length_in_bytes" : 10485760
      },
      "plugins" : [ {
        "name" : "paramedic",
        "version" : "NA",
        "description" : "No description found.",
        "url" : "/_plugin/paramedic/",
        "jvm" : false,
        "site" : true
      }, {
        "name" : "HQ",
        "version" : "NA",
        "description" : "No description found.",
        "url" : "/_plugin/HQ/",
        "jvm" : false,
        "site" : true
      }, {
        "name" : "bigdesk",
        "version" : "NA",
        "description" : "No description found.",
        "url" : "/_plugin/bigdesk/",
        "jvm" : false,
        "site" : true
      } ]
    },
    "9MwyvDqmRzO4qZF4llufTg" : {
      "name" : "ZX Spectrum",
      "transport_address" : "inet[/172.16.76.21:9300]",
      "host" : "search1",
      "ip" : "172.16.76.21",
      "version" : "1.1.0",
      "build" : "2181e11",
      "http_address" : "inet[/172.16.76.21:9200]",
      "attributes" : {
        "master" : "true"
      },
      "settings" : {
        "node" : {
          "data" : "true",
          "master" : "true",
          "name" : "ZX Spectrum"
        },
        "index" : {
          "number_of_replicas" : "1",
          "store" : {
            "type" : "mmapfs"
          },
          "translog" : {
            "flush_threshold_ops" : "5000",
            "flush_threshold_period" : "30m",
            "flush_threshold_size" : "200mb",
            "disable_flush" : "false"
          },
          "search" : {
            "slowlog" : {
              "threshold" : {
                "fetch" : {
                  "trace" : "1s"
                },
                "query" : {
                  "trace" : "1s"
                }
              }
            }
          },
          "refresh_interval" : "1s"
        },
        "bootstrap" : {
          "mlockall" : "true"
        },
        "http" : {
          "port" : "9200",
          "max_content_length" : "10mb"
        },
        "transport" : {
          "tcp" : {
            "port" : "9300",
            "connect_timeout" : "1s"
          }
        },
        "name" : "ZX Spectrum",
        "action" : {
          "replication_type" : "sync"
        },
        "pidfile" : "/var/run/elasticsearch.pid",
        "path" : {
          "data" : "/data/elasticsearch",
          "work" : "/tmp/elasticsearch",
          "home" : "/usr/share/elasticsearch",
          "conf" : "/etc/elasticsearch",
          "logs" : "/data/logs/elasticsearch"
        },
        "cluster" : {
          "name" : "rabota-es"
        },
        "config" : "/etc/elasticsearch/elasticsearch.yml",
        "discovery" : {
          "fd" : {
            "ping_interval" : "0.5s",
            "ping_timeout" : "0.5s",
            "ping_retries" : "3"
          },
          "zen" : {
            "minimum_master_nodes" : "1",
            "ping" : {
              "unicast" : {
                "hosts" : [ "172.16.76.21:9300", "172.16.76.22:9300" ]
              },
              "multicast" : {
                "enabled" : "false"
              },
              "timeout" : "1s"
            },
            "publish_timeout" : "1s"
          }
        },
        "network" : {
          "host" : "172.16.76.21"
        }
      },
      "os" : {
        "refresh_interval" : 1000,
        "available_processors" : 16,
        "cpu" : {
          "vendor" : "Intel",
          "model" : "Xeon",
          "mhz" : 2268,
          "total_cores" : 16,
          "total_sockets" : 1,
          "cores_per_socket" : 16,
          "cache_size_in_bytes" : 8192
        },
        "mem" : {
          "total_in_bytes" : 101374992384
        },
        "swap" : {
          "total_in_bytes" : 0
        }
      },
      "process" : {
        "refresh_interval" : 1000,
        "id" : 29352,
        "max_file_descriptors" : 65535,
        "mlockall" : true
      },
      "jvm" : {
        "pid" : 29352,
        "version" : "1.7.0_51",
        "vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
        "vm_version" : "24.51-b03",
        "vm_vendor" : "Oracle Corporation",
        "start_time" : 1405059999245,
        "mem" : {
          "heap_init_in_bytes" : 4294967296,
          "heap_max_in_bytes" : 4181590016,
          "non_heap_init_in_bytes" : 24313856,
          "non_heap_max_in_bytes" : 136314880,
          "direct_max_in_bytes" : 4294967296
        },
        "gc_collectors" : [ "ParNew", "ConcurrentMarkSweep" ],
        "memory_pools" : [ "Code Cache", "Par Eden Space", "Par Survivor 
Space", "CMS Old Gen", "CMS Perm Gen" ]
      },
      "thread_pool" : {
        "generic" : {
          "type" : "cached",
          "keep_alive" : "30s"
        },
        "index" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "200"
        },
        "get" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "1k"
        },
        "snapshot" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "merge" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "suggest" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "1k"
        },
        "bulk" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "50"
        },
        "optimize" : {
          "type" : "fixed",
          "min" : 1,
          "max" : 1
        },
        "warmer" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "flush" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "search" : {
          "type" : "fixed",
          "min" : 48,
          "max" : 48,
          "queue_size" : "1k"
        },
        "percolate" : {
          "type" : "fixed",
          "min" : 16,
          "max" : 16,
          "queue_size" : "1k"
        },
        "management" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 5,
          "keep_alive" : "5m"
        },
        "refresh" : {
          "type" : "scaling",
          "min" : 1,
          "max" : 8,
          "keep_alive" : "5m"
        }
      },
      "network" : {
        "refresh_interval" : 5000,
        "primary_interface" : {
          "address" : "172.16.76.21",
          "name" : "eth0",
          "mac_address" : "00:25:90:29:7F:3E"
        }
      },
      "transport" : {
        "bound_address" : "inet[/172.16.76.21:9300]",
        "publish_address" : "inet[/172.16.76.21:9300]"
      },
      "http" : {
        "bound_address" : "inet[/172.16.76.21:9200]",
        "publish_address" : "inet[/172.16.76.21:9200]",
        "max_content_length_in_bytes" : 10485760
      },
      "plugins" : [ {
        "name" : "HQ",
        "version" : "NA",
        "description" : "No description found.",
        "url" : "/_plugin/HQ/",
        "jvm" : false,
        "site" : true
      }, {
        "name" : "paramedic",
        "version" : "NA",
        "description" : "No description found.",
        "url" : "/_plugin/paramedic/",
        "jvm" : false,
        "site" : true
      } ]
    }
  }
}

Reply via email to