We have a 4 node cluster. discovery.zen.minimum_master_nodes is 3.
When the master is intes1, and we block the communication between intes1
and intes3, we are getting a split brain.
C:\Procedures\New\ElasticSearch>curl
"intes1:9200/_cluster/health?pretty=true"
{
"cluster_name" : "play_clust1",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 5,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
C:\Procedures\New\ElasticSearch>curl
"intes2:9200/_cluster/health?pretty=true"
{
"cluster_name" : "play_clust1",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 5,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
C:\Procedures\New\ElasticSearch>curl
"intes3:9200/_cluster/health?pretty=true"
{
"cluster_name" : "play_clust1",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 5,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
C:\Procedures\New\ElasticSearch>curl
"intes4:9200/_cluster/health?pretty=true"
{
"cluster_name" : "play_clust1",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 5,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
C:\Procedures\New\ElasticSearch>
C:\Procedures\New\ElasticSearch>
C:\Procedures\New\ElasticSearch>C:\Procedures\New\ElasticSearch\curl.exe
"intes1:9200/_cat/master"
WQugEpLIQ3OL6qJGXibQWA INTES1 100.10.122.88 intes1
C:\Procedures\New\ElasticSearch>C:\Procedures\New\ElasticSearch\curl.exe
"intes2:9200/_cat/master"
WQugEpLIQ3OL6qJGXibQWA INTES1 100.10.122.88 intes1
C:\Procedures\New\ElasticSearch>C:\Procedures\New\ElasticSearch\curl.exe
"intes3:9200/_cat/master"
WQugEpLIQ3OL6qJGXibQWA INTES1 100.10.122.88 intes1
C:\Procedures\New\ElasticSearch>C:\Procedures\New\ElasticSearch\curl.exe
"intes4:9200/_cat/master"
WQugEpLIQ3OL6qJGXibQWA INTES1 100.10.122.88 intes1
C:\Procedures\New\ElasticSearch>
17:31 -> blocked communication between intes1 and intes3
C:\Procedures\New\ElasticSearch>curl
"intes1:9200/_cluster/health?pretty=true"
{
"cluster_name" : "play_clust1",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 5,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
C:\Procedures\New\ElasticSearch>curl
"intes2:9200/_cluster/health?pretty=true"
{
"cluster_name" : "play_clust1",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 3,
"number_of_data_nodes" : 3,
"active_primary_shards" : 5,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
C:\Procedures\New\ElasticSearch>curl
"intes3:9200/_cluster/health?pretty=true"
{
"cluster_name" : "play_clust1",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 3,
"number_of_data_nodes" : 3,
"active_primary_shards" : 5,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
C:\Procedures\New\ElasticSearch>curl
"intes4:9200/_cluster/health?pretty=true"
{
"cluster_name" : "play_clust1",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 3,
"number_of_data_nodes" : 3,
"active_primary_shards" : 5,
"active_shards" : 10,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
C:\Procedures\New\ElasticSearch>C:\Procedures\New\ElasticSearch\curl.exe
"intes1:9200/_cat/master"
WQugEpLIQ3OL6qJGXibQWA INTES1 100.10.122.88 intes1
C:\Procedures\New\ElasticSearch>C:\Procedures\New\ElasticSearch\curl.exe
"intes2:9200/_cat/master"
TLU8vz2_SKmLCEIP0DQdeQ INTES3 100.10.122.90 intes3
C:\Procedures\New\ElasticSearch>C:\Procedures\New\ElasticSearch\curl.exe
"intes3:9200/_cat/master"
TLU8vz2_SKmLCEIP0DQdeQ INTES3 100.10.122.90 intes3
C:\Procedures\New\ElasticSearch>C:\Procedures\New\ElasticSearch\curl.exe
"intes4:9200/_cat/master"
TLU8vz2_SKmLCEIP0DQdeQ INTES3 100.10.122.90 intes3
I'll attach :
* elasticsearch.yml
* The ES logs from all the cluster nodes
* The output of curl -XGET "intes1:9200/_nodes/?pretty=true"
Thanks,
Moti
--
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/8673895f-888d-4c92-81fb-e7aa8a45f653%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
C:\Procedures\New\ElasticSearch>curl -XGET "intes1:9200/_nodes/?pretty=true"
{
"cluster_name" : "play_clust1",
"nodes" : {
"RfhbOUfaTmC69f40y4tCNw" : {
"name" : "intes3",
"transport_address" : "inet[/100.10.122.90:9300]",
"host" : "INTES3",
"ip" : "100.10.122.90",
"version" : "1.2.1",
"build" : "6c95b75",
"http_address" : "inet[/100.10.122.90:9200]",
"settings" : {
"threadpool" : {
"bulk" : {
"size" : "24",
"queue_size" : "300"
}
},
"node" : {
"name" : "intes3"
},
"gateway" : {
"local" : {
"auto_import_dangled" : "no",
"dangling_timeout" : "0"
}
},
"http" : {
"max_content_length" : "200mb"
},
"name" : "intes3",
"path" : {
"data" : "C:\\ES\\Data",
"work" : "C:\\elasticsearch-1.2.1",
"home" : "C:\\elasticsearch-1.2.1",
"conf" : "C:\\elasticsearch-1.2.1\\config",
"logs" : "C:/ES/Logs"
},
"config" : "C:\\elasticsearch-1.2.1\\config\\elasticsearch.yml",
"cluster" : {
"name" : "play_clust1"
},
"discovery" : {
"zen" : {
"minimum_master_nodes" : "3",
"ping" : {
"unicast" : {
"hosts" : [ "intes1.integ.system.ness",
"intes2.integ.system.ness", "intes3.integ.system.ness",
"intes4.integ.system.ness" ]
},
"multicast" : {
"enabled" : "false"
}
}
}
}
},
"os" : {
"refresh_interval_in_millis" : 1000,
"available_processors" : 2,
"cpu" : {
"vendor" : "Intel",
"model" : "Xeon",
"mhz" : 2533,
"total_cores" : 2,
"total_sockets" : 2,
"cores_per_socket" : 1,
"cache_size_in_bytes" : -1
},
"mem" : {
"total_in_bytes" : 5368242176
},
"swap" : {
"total_in_bytes" : 10734596096
}
},
"process" : {
"refresh_interval_in_millis" : 1000,
"id" : 3068,
"max_file_descriptors" : -1,
"mlockall" : false
},
"jvm" : {
"pid" : 3068,
"version" : "1.7.0_25",
"vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
"vm_version" : "23.25-b01",
"vm_vendor" : "Oracle Corporation",
"start_time_in_millis" : 1408279165869,
"mem" : {
"heap_init_in_bytes" : 2147483648,
"heap_max_in_bytes" : 2130051072,
"non_heap_init_in_bytes" : 24313856,
"non_heap_max_in_bytes" : 136314880,
"direct_max_in_bytes" : 2130051072
},
"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" : 2,
"max" : 2,
"queue_size" : "200"
},
"snapshot_data" : {
"type" : "scaling",
"min" : 1,
"max" : 5,
"keep_alive" : "5m"
},
"bench" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"get" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"snapshot" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"merge" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"suggest" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"bulk" : {
"type" : "fixed",
"min" : 24,
"max" : 24,
"queue_size" : "300"
},
"optimize" : {
"type" : "fixed",
"min" : 1,
"max" : 1
},
"warmer" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"flush" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"search" : {
"type" : "fixed",
"min" : 6,
"max" : 6,
"queue_size" : "1k"
},
"percolate" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"management" : {
"type" : "scaling",
"min" : 1,
"max" : 5,
"keep_alive" : "5m"
},
"refresh" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
}
},
"network" : {
"refresh_interval_in_millis" : 5000,
"primary_interface" : {
"address" : "100.10.122.90",
"name" : "eth7",
"mac_address" : "00:0C:29:B2:9C:21"
}
},
"transport" : {
"bound_address" : "inet[/0:0:0:0:0:0:0:0%0:9300]",
"publish_address" : "inet[/100.10.122.90:9300]"
},
"http" : {
"bound_address" : "inet[/0:0:0:0:0:0:0:0%0:9200]",
"publish_address" : "inet[/100.10.122.90:9200]",
"max_content_length_in_bytes" : 209715200
},
"plugins" : [ {
"name" : "bigdesk",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/bigdesk/",
"jvm" : false,
"site" : true
}, {
"name" : "head",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/head/",
"jvm" : false,
"site" : true
}, {
"name" : "paramedic",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/paramedic/",
"jvm" : false,
"site" : true
} ]
},
"eRy3ZKi-SAOkjg-j9-mg9w" : {
"name" : "intes2",
"transport_address" : "inet[/100.10.122.89:9300]",
"host" : "INTES2",
"ip" : "100.10.122.89",
"version" : "1.2.1",
"build" : "6c95b75",
"http_address" : "inet[/100.10.122.89:9200]",
"settings" : {
"threadpool" : {
"bulk" : {
"size" : "24",
"queue_size" : "300"
}
},
"node" : {
"name" : "intes2"
},
"gateway" : {
"local" : {
"auto_import_dangled" : "no",
"dangling_timeout" : "0"
}
},
"http" : {
"max_content_length" : "200mb"
},
"name" : "intes2",
"path" : {
"data" : "C:\\ES\\Data",
"work" : "C:\\elasticsearch-1.2.1",
"home" : "C:\\elasticsearch-1.2.1",
"conf" : "C:\\elasticsearch-1.2.1\\config",
"logs" : "C:/ES/Logs"
},
"config" : "C:\\elasticsearch-1.2.1\\config\\elasticsearch.yml",
"cluster" : {
"name" : "play_clust1"
},
"discovery" : {
"zen" : {
"minimum_master_nodes" : "3",
"ping" : {
"unicast" : {
"hosts" : [ "intes1.integ.system.ness",
"intes2.integ.system.ness", "intes3.integ.system.ness",
"intes4.integ.system.ness" ]
},
"multicast" : {
"enabled" : "false"
}
}
}
}
},
"os" : {
"refresh_interval_in_millis" : 1000,
"available_processors" : 2,
"cpu" : {
"vendor" : "Intel",
"model" : "Xeon",
"mhz" : 2533,
"total_cores" : 2,
"total_sockets" : 2,
"cores_per_socket" : 1,
"cache_size_in_bytes" : -1
},
"mem" : {
"total_in_bytes" : 5368242176
},
"swap" : {
"total_in_bytes" : 10734596096
}
},
"process" : {
"refresh_interval_in_millis" : 1000,
"id" : 2656,
"max_file_descriptors" : -1,
"mlockall" : false
},
"jvm" : {
"pid" : 2656,
"version" : "1.7.0_25",
"vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
"vm_version" : "23.25-b01",
"vm_vendor" : "Oracle Corporation",
"start_time_in_millis" : 1408279132651,
"mem" : {
"heap_init_in_bytes" : 268435456,
"heap_max_in_bytes" : 1056309248,
"non_heap_init_in_bytes" : 24313856,
"non_heap_max_in_bytes" : 136314880,
"direct_max_in_bytes" : 1056309248
},
"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" : 2,
"max" : 2,
"queue_size" : "200"
},
"snapshot_data" : {
"type" : "scaling",
"min" : 1,
"max" : 5,
"keep_alive" : "5m"
},
"bench" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"get" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"snapshot" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"merge" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"suggest" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"bulk" : {
"type" : "fixed",
"min" : 24,
"max" : 24,
"queue_size" : "300"
},
"optimize" : {
"type" : "fixed",
"min" : 1,
"max" : 1
},
"warmer" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"flush" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"search" : {
"type" : "fixed",
"min" : 6,
"max" : 6,
"queue_size" : "1k"
},
"percolate" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"management" : {
"type" : "scaling",
"min" : 1,
"max" : 5,
"keep_alive" : "5m"
},
"refresh" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
}
},
"network" : {
"refresh_interval_in_millis" : 5000,
"primary_interface" : {
"address" : "100.10.122.89",
"name" : "eth5",
"mac_address" : "00:0C:29:8A:50:8C"
}
},
"transport" : {
"bound_address" : "inet[/0:0:0:0:0:0:0:0%0:9300]",
"publish_address" : "inet[/100.10.122.89:9300]"
},
"http" : {
"bound_address" : "inet[/0:0:0:0:0:0:0:0%0:9200]",
"publish_address" : "inet[/100.10.122.89:9200]",
"max_content_length_in_bytes" : 209715200
},
"plugins" : [ {
"name" : "bigdesk",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/bigdesk/",
"jvm" : false,
"site" : true
}, {
"name" : "head",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/head/",
"jvm" : false,
"site" : true
}, {
"name" : "paramedic",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/paramedic/",
"jvm" : false,
"site" : true
} ]
},
"MPfDmyJeR0-PCSL6bGHtfQ" : {
"name" : "intes4",
"transport_address" : "inet[/100.10.122.91:9300]",
"host" : "INTES4",
"ip" : "100.10.122.91",
"version" : "1.2.1",
"build" : "6c95b75",
"http_address" : "inet[/100.10.122.91:9200]",
"settings" : {
"threadpool" : {
"bulk" : {
"size" : "24",
"queue_size" : "300"
}
},
"node" : {
"name" : "intes4"
},
"gateway" : {
"local" : {
"auto_import_dangled" : "no",
"dangling_timeout" : "0"
}
},
"http" : {
"max_content_length" : "200mb"
},
"name" : "intes4",
"path" : {
"data" : "C:\\ES\\Data",
"work" : "C:\\elasticsearch-1.2.1",
"home" : "C:\\elasticsearch-1.2.1",
"conf" : "C:\\elasticsearch-1.2.1\\config",
"logs" : "C:/ES/Logs"
},
"config" : "C:\\elasticsearch-1.2.1\\config\\elasticsearch.yml",
"cluster" : {
"name" : "play_clust1"
},
"discovery" : {
"zen" : {
"minimum_master_nodes" : "3",
"ping" : {
"unicast" : {
"hosts" : [ "intes1.integ.system.ness",
"intes2.integ.system.ness", "intes3.integ.system.ness",
"intes4.integ.system.ness" ]
},
"multicast" : {
"enabled" : "false"
}
}
}
}
},
"os" : {
"refresh_interval_in_millis" : 1000,
"available_processors" : 2,
"cpu" : {
"vendor" : "Intel",
"model" : "Xeon",
"mhz" : 2533,
"total_cores" : 2,
"total_sockets" : 2,
"cores_per_socket" : 1,
"cache_size_in_bytes" : -1
},
"mem" : {
"total_in_bytes" : 5368242176
},
"swap" : {
"total_in_bytes" : 10734596096
}
},
"process" : {
"refresh_interval_in_millis" : 1000,
"id" : 2248,
"max_file_descriptors" : -1,
"mlockall" : false
},
"jvm" : {
"pid" : 2248,
"version" : "1.7.0_25",
"vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
"vm_version" : "23.25-b01",
"vm_vendor" : "Oracle Corporation",
"start_time_in_millis" : 1408279190477,
"mem" : {
"heap_init_in_bytes" : 2147483648,
"heap_max_in_bytes" : 2130051072,
"non_heap_init_in_bytes" : 24313856,
"non_heap_max_in_bytes" : 136314880,
"direct_max_in_bytes" : 2130051072
},
"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" : 2,
"max" : 2,
"queue_size" : "200"
},
"snapshot_data" : {
"type" : "scaling",
"min" : 1,
"max" : 5,
"keep_alive" : "5m"
},
"bench" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"get" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"snapshot" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"merge" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"suggest" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"bulk" : {
"type" : "fixed",
"min" : 24,
"max" : 24,
"queue_size" : "300"
},
"optimize" : {
"type" : "fixed",
"min" : 1,
"max" : 1
},
"warmer" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"flush" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"search" : {
"type" : "fixed",
"min" : 6,
"max" : 6,
"queue_size" : "1k"
},
"percolate" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"management" : {
"type" : "scaling",
"min" : 1,
"max" : 5,
"keep_alive" : "5m"
},
"refresh" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
}
},
"network" : {
"refresh_interval_in_millis" : 5000,
"primary_interface" : {
"address" : "100.10.122.91",
"name" : "eth7",
"mac_address" : "00:50:56:B0:17:30"
}
},
"transport" : {
"bound_address" : "inet[/0:0:0:0:0:0:0:0%0:9300]",
"publish_address" : "inet[/100.10.122.91:9300]"
},
"http" : {
"bound_address" : "inet[/0:0:0:0:0:0:0:0%0:9200]",
"publish_address" : "inet[/100.10.122.91:9200]",
"max_content_length_in_bytes" : 209715200
},
"plugins" : [ {
"name" : "bigdesk",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/bigdesk/",
"jvm" : false,
"site" : true
}, {
"name" : "head",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/head/",
"jvm" : false,
"site" : true
}, {
"name" : "paramedic",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/paramedic/",
"jvm" : false,
"site" : true
} ]
},
"O1_YeaPWTMG70ycgr982rQ" : {
"name" : "intes1",
"transport_address" : "inet[/100.10.122.88:9300]",
"host" : "INTES1",
"ip" : "100.10.122.88",
"version" : "1.2.1",
"build" : "6c95b75",
"http_address" : "inet[/100.10.122.88:9200]",
"settings" : {
"threadpool" : {
"bulk" : {
"size" : "24",
"queue_size" : "300"
}
},
"node" : {
"name" : "intes1"
},
"gateway" : {
"local" : {
"auto_import_dangled" : "no",
"dangling_timeout" : "0"
}
},
"http" : {
"max_content_length" : "200mb"
},
"name" : "intes1",
"path" : {
"data" : "C:\\ES\\Data",
"work" : "C:\\elasticsearch-1.2.1",
"home" : "C:\\elasticsearch-1.2.1",
"conf" : "C:\\elasticsearch-1.2.1\\config",
"logs" : "C:/ES/Logs"
},
"config" : "C:\\elasticsearch-1.2.1\\config\\elasticsearch.yml",
"cluster" : {
"name" : "play_clust1"
},
"discovery" : {
"zen" : {
"minimum_master_nodes" : "3",
"ping" : {
"unicast" : {
"hosts" : [ "intes1.integ.system.ness",
"intes2.integ.system.ness", "intes3.integ.system.ness",
"intes4.integ.system.ness" ]
},
"multicast" : {
"enabled" : "false"
}
}
}
}
},
"os" : {
"refresh_interval_in_millis" : 1000,
"available_processors" : 2,
"cpu" : {
"vendor" : "Intel",
"model" : "Xeon",
"mhz" : 2533,
"total_cores" : 2,
"total_sockets" : 2,
"cores_per_socket" : 1,
"cache_size_in_bytes" : -1
},
"mem" : {
"total_in_bytes" : 5368242176
},
"swap" : {
"total_in_bytes" : 10734596096
}
},
"process" : {
"refresh_interval_in_millis" : 1000,
"id" : 888,
"max_file_descriptors" : -1,
"mlockall" : false
},
"jvm" : {
"pid" : 888,
"version" : "1.7.0_25",
"vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
"vm_version" : "23.25-b01",
"vm_vendor" : "Oracle Corporation",
"start_time_in_millis" : 1408279113911,
"mem" : {
"heap_init_in_bytes" : 2147483648,
"heap_max_in_bytes" : 2130051072,
"non_heap_init_in_bytes" : 24313856,
"non_heap_max_in_bytes" : 136314880,
"direct_max_in_bytes" : 2130051072
},
"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" : 2,
"max" : 2,
"queue_size" : "200"
},
"snapshot_data" : {
"type" : "scaling",
"min" : 1,
"max" : 5,
"keep_alive" : "5m"
},
"bench" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"get" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"snapshot" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"merge" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"suggest" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"bulk" : {
"type" : "fixed",
"min" : 24,
"max" : 24,
"queue_size" : "300"
},
"optimize" : {
"type" : "fixed",
"min" : 1,
"max" : 1
},
"warmer" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"flush" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
},
"search" : {
"type" : "fixed",
"min" : 6,
"max" : 6,
"queue_size" : "1k"
},
"percolate" : {
"type" : "fixed",
"min" : 2,
"max" : 2,
"queue_size" : "1k"
},
"management" : {
"type" : "scaling",
"min" : 1,
"max" : 5,
"keep_alive" : "5m"
},
"refresh" : {
"type" : "scaling",
"min" : 1,
"max" : 1,
"keep_alive" : "5m"
}
},
"network" : {
"refresh_interval_in_millis" : 5000,
"primary_interface" : {
"address" : "100.10.122.88",
"name" : "eth5",
"mac_address" : "00:0C:29:86:25:75"
}
},
"transport" : {
"bound_address" : "inet[/0:0:0:0:0:0:0:0:9300]",
"publish_address" : "inet[/100.10.122.88:9300]"
},
"http" : {
"bound_address" : "inet[/0:0:0:0:0:0:0:0:9200]",
"publish_address" : "inet[/100.10.122.88:9200]",
"max_content_length_in_bytes" : 209715200
},
"plugins" : [ {
"name" : "bigdesk",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/bigdesk/",
"jvm" : false,
"site" : true
}, {
"name" : "head",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/head/",
"jvm" : false,
"site" : true
}, {
"name" : "paramedic",
"version" : "NA",
"description" : "No description found.",
"url" : "/_plugin/paramedic/",
"jvm" : false,
"site" : true
} ]
}
}
}
elasticsearch.yml
Description: Binary data
play_clust1_intes1.log
Description: Binary data
play_clust1_intes2.log
Description: Binary data
play_clust1_intes3.log
Description: Binary data
play_clust1_intes4.log
Description: Binary data
