elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.95k stars 24.74k forks source link

Force mege call is printing the below log in debug mode and my process struck. #23260

Closed chaitu0292 closed 7 years ago

chaitu0292 commented 7 years ago

2017-02-20 05:31:06 INFO plugins:180 - [Red Shift] modules [], plugins [], sites [] 2017-02-20 05:31:06 DEBUG threadpool:481 - [Red Shift] creating thread_pool [force_merge], type [fixed], size [1], queue_size [null] 2017-02-20 05:31:06 DEBUG threadpool:481 - [Red Shift] creating thread_pool [percolate], type [fixed], size [8], queue_size [1k] 2017-02-20 05:31:06 DEBUG threadpool:524 - [Red Shift] creating thread_pool [fetch_shard_started], type [scaling], min [1], size [16], keep_alive [5m] 2017-02-20 05:31:06 DEBUG threadpool:481 - [Red Shift] creating thread_pool [listener], type [fixed], size [4], queue_size [null] 2017-02-20 05:31:06 DEBUG threadpool:481 - [Red Shift] creating thread_pool [index], type [fixed], size [8], queue_size [200] 2017-02-20 05:31:06 DEBUG threadpool:524 - [Red Shift] creating thread_pool [refresh], type [scaling], min [1], size [4], keep_alive [5m] 2017-02-20 05:31:06 DEBUG threadpool:481 - [Red Shift] creating thread_pool [suggest], type [fixed], size [8], queue_size [1k] 2017-02-20 05:31:06 DEBUG threadpool:445 - [Red Shift] creating thread_pool [generic], type [cached], keep_alive [30s] 2017-02-20 05:31:06 DEBUG threadpool:524 - [Red Shift] creating thread_pool [warmer], type [scaling], min [1], size [4], keep_alive [5m] 2017-02-20 05:31:06 DEBUG threadpool:481 - [Red Shift] creating thread_pool [search], type [fixed], size [13], queue_size [1k] 2017-02-20 05:31:06 DEBUG threadpool:524 - [Red Shift] creating thread_pool [flush], type [scaling], min [1], size [4], keep_alive [5m] 2017-02-20 05:31:06 DEBUG threadpool:524 - [Red Shift] creating thread_pool [fetch_shard_store], type [scaling], min [1], size [16], keep_alive [5m] 2017-02-20 05:31:06 DEBUG threadpool:524 - [Red Shift] creating thread_pool [management], type [scaling], min [1], size [5], keep_alive [5m] 2017-02-20 05:31:06 DEBUG threadpool:481 - [Red Shift] creating thread_pool [get], type [fixed], size [8], queue_size [1k] 2017-02-20 05:31:06 DEBUG threadpool:481 - [Red Shift] creating thread_pool [bulk], type [fixed], size [8], queue_size [50] 2017-02-20 05:31:06 DEBUG threadpool:524 - [Red Shift] creating thread_pool [snapshot], type [scaling], min [1], size [4], keep_alive [5m] 2017-02-20 05:31:06 DEBUG network:107 - configuration:

lo inet 127.0.0.1 netmask:255.0.0.0 scope:host inet6 ::1 prefixlen:128 scope:host UP LOOPBACK mtu:65536 index:1

eth0 inet 10.1.9.3 netmask:255.255.255.0 broadcast:0.0.0.0 scope:site inet6 fe80::42:aff:fe01:903 prefixlen:64 scope:link hardware 02:42:0A:01:09:03 UP MULTICAST mtu:8951 index:161

2017-02-20 05:31:06 DEBUG transport:120 - [Red Shift] node_sampler_interval[5s] 2017-02-20 05:31:06 DEBUG transport:177 - [Red Shift] adding address [{#transport#-1}{xxx.xx.xxx.xxx}{xxx.xx.xxx.xxx:9300}] 2017-02-20 05:31:06 DEBUG netty:931 - [Red Shift] connected to node [{#transport#-1}{xxx.xx.xxx.xxx}{xxx.xx.xxx.xxx:9300}] 2017-02-20 05:31:06 DEBUG netty:931 - [Red Shift] connected to node [{node-axaelasticsearchclient2.services.cs.saas.ca.com}{ayBtibq0Q4ey4GnllCu49w}{xx.x.x.xx}{xxx.xx.xxx.xxx:9300}{data=false, master=false}]

jasontedor commented 7 years ago

There's nothing abnormal about these logs, these are normal debug startup logs. Some information about thread pools is displayed, the network interfaces, and then client connections. If you have additional questions, please ask on the forum as Elastic reserves GitHub for verified bug reports and feature requests.