ElasticSearch报 EsThreadPoolExecutor[search, queue capacity = 1000, [email protected]efba

ElasticSearch报以下错误的解决办法:

"type": "es_rejected_execution_exception",
"reason": "rejected execution of [email protected] on EsThreadPoolExecutor[search, queue capacity = 1000, [email protected]efba[Running, pool size = 7, active threads = 7, queued tasks = 1000, completed tasks = 573995]]"

解决方案:

上面报错是因为queue capacity 不行了。需要增加产能:

时间: 2024-08-26 05:07:42

ElasticSearch报 EsThreadPoolExecutor[search, queue capacity = 1000, [email protected]efba的相关文章

安装mysql_sniffer报错undefined reference to symbol '[email protected]@GLIBC_2.2.5'问题

按照https://github.com/Qihoo360/mysql-sniffer上的安装方法进行安装,make是报错如下 Linking CXX executable mysql-sniffer /usr/bin/ld: /root/mysql-sniffer/lib/libgthread-2.0.a(gthread-impl.o): undefined reference to symbol '[email protected]@GLIBC_2.2.5' //usr/lib64/libp

mac安装beego工具bee报错 go: github.com/derekparker/[email protected]: parsing go.mod: unexpected module path "github.com/go-delve/delve"

主要参考URL: http://www.678fly.cn/d/3-go-mod-bee 一.创建一个 go mod 下的文件夹 mkdir test cd test go mod init test 二.在 go.mod 内把 bee 的源替换掉,如下所示: github.com/realguan/bee 是我 fork 了 github.com/beego/bee 的源码,进行了源代码更改: module test replace github.com/beego/bee v1.10.0 =

flume 报File Channel transaction capacity cannot be greater than the capacity of the channel capacity错误

今天在部署flume集群时,在启动collector服务器没报错,启动agent服务器报错: File Channel transaction capacity cannot be greater than the capacity of the  channel capacity 查了下相关解决办法,将配置文件中的 agent.channels.memoryChannel.capacity = 1000调整为 agent.channels.memoryChannel.capacity = 10

elasticsearch报错

[2014-09-05 10:04:26,551][INFO ][node                     ] [Yukio] started [2014-09-05 10:05:49,076][DEBUG][action.search.type       ] [Yukio] [logstash-2014.08.25][1], node[D9K7wZoESkutIqqdR0CxkQ], [P], s[STARTED]: Failed to execute [[email protect

git push报错error: failed to push some refs to '[email protected]:

$ git push -u origin master To [email protected]:xxx/xxx.git ! [rejected] master -> master (fetch first) error: failed to push some refs to '[email protected]:xxx/xxx.git' hint: Updates were rejected because the remote contains work that you do hint:

webpacke install vue application 报错 Failed at the [email protected] install script

刚刚在网上下了个开源的项目: https://github.com/ing670/webappkiller 执行npm install 报错:npm ERR! Failed at the [email protected] install script 'node install.js'. 直接在项目根目录执行:npm install phantomjs-prebuilt -save 安装缺少的类库. 再次安装成功!

CentOS release 6.7 启动 elasticsearch 报错

启动elasticsearch 报如下错误: [2017-05-10T10:04:50,648][WARN ][o.e.b.JNANatives         ] unable to install syscall filter: java.lang.UnsupportedOperationException: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECC

转:npm install 时总是报[email protected]安装失败

该文章转自:http://www.cnblogs.com/alice626/p/6206722.html 在npm install时总是报如下错误, 尝试单独安装:npm install [email protected] 还是报错 Please report this full log at https://github.com/Medium/phantomjs npm ERR! Darwin 15.0.0 npm ERR! argv "/usr/local/bin/node" &q

【EBS】adpatch报错:libgcc_s.so: undefined reference to `[email protected]_2.4'

EBS通过adpatch打补丁报错 /usr/lib/gcc/x86_64-redhat-linux/4.4.7/32/libgcc_s.so: undefined reference to `[email protected]_2.4' collect2: ld returned 1 exit status make: *** [/soft/ebs12/ERPDB/apps/apps_st/appl/ad/12.0.0/bin/adwrknew] Error 1 Done with link