Hi,
Thanks for your answer.
Unfortunately, i can't repro this issue in an easily way. That's why i called it "randomly".
We're on Elastic 7.8.0.
It's a PRODUCTION case so i try hard to reproduce it in my development environments but cannot.
The only difference is the load of indexing and search between Production and other environments..
Sometimes i have some 429 errors (too many requests) but in this case i don't have this one (or my logger is lying to me..)
I'm using NEST library in .Net Core.
Cluster stats :
{
"_nodes": {
"total": 2,
"successful": 2,
"failed": 0
},
"cluster_name": "ELASPRDEDIQ0001",
"cluster_uuid": "WQZk8Cu5TYeTaEnHMTxk5A",
"timestamp": 1616749744345,
"status": "green",
"indices": {
"count": 5,
"shards": {
"total": 10,
"primaries": 5,
"replication": 1.0,
"index": {
"shards": {
"min": 2,
"max": 2,
"avg": 2.0
},
"primaries": {
"min": 1,
"max": 1,
"avg": 1.0
},
"replication": {
"min": 1.0,
"max": 1.0,
"avg": 1.0
}
}
},
"docs": {
"count": 4786753,
"deleted": 2338810
},
"store": {
"size": "53.8gb",
"size_in_bytes": 57872657511
},
"fielddata": {
"memory_size": "0b",
"memory_size_in_bytes": 0,
"evictions": 0
},
"query_cache": {
"memory_size": "21.3mb",
"memory_size_in_bytes": 22366448,
"total_count": 27970605,
"hit_count": 765247,
"miss_count": 27205358,
"cache_size": 78914,
"cache_count": 756568,
"evictions": 677654
},
"completion": {
"size": "0b",
"size_in_bytes": 0
},
"segments": {
"count": 140,
"memory": "1.5mb",
"memory_in_bytes": 1634104,
"terms_memory": "844.7kb",
"terms_memory_in_bytes": 865040,
"stored_fields_memory": "469.9kb",
"stored_fields_memory_in_bytes": 481232,
"term_vectors_memory": "0b",
"term_vectors_memory_in_bytes": 0,
"norms_memory": "45.5kb",
"norms_memory_in_bytes": 46592,
"points_memory": "0b",
"points_memory_in_bytes": 0,
"doc_values_memory": "235.5kb",
"doc_values_memory_in_bytes": 241240,
"index_writer_memory": "248mb",
"index_writer_memory_in_bytes": 260146882,
"version_map_memory": "53.8mb",
"version_map_memory_in_bytes": 56422050,
"fixed_bit_set": "0b",
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
}
},
"mappings": {
"field_types": [
{
"name": "boolean",
"count": 11,
"index_count": 3
},
{
"name": "date",
"count": 14,
"index_count": 5
},
{
"name": "float",
"count": 6,
"index_count": 1
},
{
"name": "keyword",
"count": 85,
"index_count": 5
},
{
"name": "object",
"count": 15,
"index_count": 3
},
{
"name": "text",
"count": 34,
"index_count": 5
}
]
},
"analysis": {
"char_filter_types": [
],
"tokenizer_types": [
],
"filter_types": [
{
"name": "edge_ngram",
"count": 3,
"index_count": 3
},
{
"name": "pattern_capture",
"count": 3,
"index_count": 3
}
],
"analyzer_types": [
{
"name": "custom",
"count": 9,
"index_count": 3
}
],
"built_in_char_filters": [
],
"built_in_tokenizers": [
{
"name": "standard",
"count": 3,
"index_count": 3
},
{
"name": "uax_url_email",
"count": 6,
"index_count": 3
}
],
"built_in_filters": [
{
"name": "lowercase",
"count": 9,
"index_count": 3
},
{
"name": "stop",
"count": 3,
"index_count": 3
},
{
"name": "trim",
"count": 3,
"index_count": 3
},
{
"name": "unique",
"count": 3,
"index_count": 3
}
],
"built_in_analyzers": [
{
"name": "standard",
"count": 4,
"index_count": 2
}
]
}
},
"nodes": {
"count": {
"total": 2,
"coordinating_only": 0,
"data": 2,
"ingest": 2,
"master": 2,
"ml": 2,
"remote_cluster_client": 2,
"transform": 2,
"voting_only": 0
},
"versions": [
"7.8.0"
],
"os": {
"available_processors": 8,
"allocated_processors": 8,
"names": [
{
"name": "Windows Server 2019",
"count": 2
}
],
"pretty_names": [
{
"pretty_name": "Windows Server 2019",
"count": 2
}
],
"mem": {
"total": "31.9gb",
"total_in_bytes": 34358525952,
"free": "8.4gb",
"free_in_bytes": 9037443072,
"used": "23.5gb",
"used_in_bytes": 25321082880,
"free_percent": 26,
"used_percent": 74
}
},
"process": {
"cpu": {
"percent": 2
},
"open_file_descriptors": {
"min": -1,
"max": -1,
"avg": 0
}
},
"jvm": {
"max_uptime": "20.9d",
"max_uptime_in_millis": 1806973476,
"versions": [
{
"version": "14.0.1",
"vm_name": "OpenJDK 64-Bit Server VM",
"vm_version": "14.0.1+7",
"vm_vendor": "AdoptOpenJDK",
"bundled_jdk": false,
"using_bundled_jdk": null,
"count": 2
}
],
"mem": {
"heap_used": "7.9gb",
"heap_used_in_bytes": 8581577504,
"heap_max": "16gb",
"heap_max_in_bytes": 17179869184
},
"threads": 139
},
"fs": {
"total": "119.9gb",
"total_in_bytes": 128811261952,
"free": "49.9gb",
"free_in_bytes": 53653364736,
"available": "49.9gb",
"available_in_bytes": 53653364736
},
"plugins": [
],
"network_types": {
"transport_types": {
"netty4": 2
},
"http_types": {
"netty4": 2
}
},
"discovery_types": {
"zen": 2
},
"packaging_types": [
{
"flavor": "unknown",
"type": "unknown",
"count": 2
}
],
"ingest": {
"number_of_pipelines": 2,
"processor_stats": {
"gsub": {
"count": 0,
"failed": 0,
"current": 0,
"time": "0s",
"time_in_millis": 0
},
"script": {
"count": 0,
"failed": 0,
"current": 0,
"time": "0s",
"time_in_millis": 0
}
}
}
}
}