摘要:
每到下午用户使用高峰期发现16核的服务器mysql 的cpu经常占用超过1300% 总cpu占用95%以上,以前0.1秒的查询居然要查询10几秒 用show processlist 命令查看mysql发现很多 select * from e_task_assignment_odm where tas 阅读全文
摘要:
(一)先安装python到centos7 第一步: 安装必要的软件包,使用root权限: yum groupinstall -y "Development tools" yum install -y ncurses-devel gdbm-devel xz-devel sqlite-devel tk- 阅读全文
摘要:
通过docker-compose安装milvus发现milvus-standalone老是报错no route to host 连接不到etcd然后等一会milvus-standalone就挂了 后来发现是服务器上的iptables设置有问题 需要在如下sh脚本中设置 br-7cedb15ab1cf 阅读全文
摘要:
之前 odmComponentPlatformListCopy.removeAll(componentPlatformListCopy); 由于2个list都有100多万 非常慢 几个小时 改为 odmComponentPlatformListCopy.removeAll(new HashSet<> 阅读全文
摘要:
java -cp nova_task_serv-0.0.1-SNAPSHOT.jar -Dloader.main=com.hp.nova.common.tasksync.awss3.AwsS3Util org.springframework.boot.loader.PropertiesLaunche 阅读全文
摘要:
{"script":{"source":"ctx._source['owner']=1610"},"query":{"term":{"categoryCId":{"value":807}}}} {"script": { "source": "ctx._source['owner']=124" }, 阅读全文
摘要:
docker run -dit --name logstash153_60 -v /home/docker/logstash/:/etc/logstash/pipeline logstash:5.6.13 logstash -f /etc/logstash/pipeline/es153_60.con 阅读全文
摘要:
使用logstash进行同步的时候报如下错误: 09:08:22.284 [[main]>worker4] INFO logstash.outputs.elasticsearch - retrying failed action with response code: 429 ({"type"=>" 阅读全文
摘要:
https://blog.51cto.com/u_15631415/5486714 作者介绍 李猛(ynuosoft),Elastic-stack产品深度用户,ES认证工程师,2012年接触Elasticsearch,对Elastic-Stack开发、架构、运维等方面有深入体验,实践过多种Elast 阅读全文
摘要:
curl -XPOST http://15.99.72.165:9200/plan_index/_close curl -XPOST http://15.99.72.165:9200/plan_index/_open curl -XGET http://192.178.1.22:9200/_cat/ 阅读全文