Hi All,
Kindly help me with my query
What could be the best possible configuration for a data-node running on a server having configuration
lscpu output>
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 28
On-line CPU(s) list: 0-27
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 14
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 79
Model name: Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz
Stepping: 1
CPU MHz: 2097.691
BogoMIPS: 4195.23
Hypervisor vendor: Xen
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 40960K
NUMA node0 CPU(s): 0-27
Current Settings are
thread_pool:
write:
size: 24
search:
size: 85
queue_size: 500
min_queue_size: 10
max_queue_size: 1000
auto_queue_frame_size: 2000
target_response_time: 1s
and there are very high search queries on this server
node_name name active queue
data-node-1 search 85 51
because of which queue is getting filled up that is ok
as our max_queue_size is 1000
but es is rejecting the requests after the queue has reached 51 why so? is it because of target_response_time?
and what could be a max value for thread_pool.search.size?