04 2020 档案

摘要:https://blog.csdn.net/u013412772/article/details/101052399 文章来源: https://www.cnblogs.com/freeweb/p/5407105.html Linux下查看某一个进程所占用的内存,首先可以通过ps命令找到进程id,比 阅读全文
posted @ 2020-04-30 10:27 kuroniko 阅读(254) 评论(0) 推荐(0) 编辑
摘要:最近发现有2个odm的服务器经常内存task这个java进程占用内存超过9.2个G 把服务器内存耗尽了,服务器只剩下100-200M 把服务器拖得很卡 先用 jmap -histo 7917 > 7917.txt 排查堆内存有没有内存泄漏。没有发现heap中有什么异常很大的对象,total也才3个G 阅读全文
posted @ 2020-04-29 16:28 kuroniko 阅读(3973) 评论(0) 推荐(0) 编辑
摘要:如果发现es查询的时候这个错误 在 es.yml加入如下配置,重启es解决 indices.query.bool.max_clause_count: 10240 阅读全文
posted @ 2020-04-24 14:18 kuroniko 阅读(3149) 评论(1) 推荐(1) 编辑
摘要:在 Elasticsearch 中处理字符串类型的数据时,如果我们想把整个字符串作为一个完整的 term 存储,我们通常会将其类型 type 设定为 keyword。但有时这种设定又会给我们带来麻烦,比如同一个数据再写入时由于没有做好清洗,导致大小写不一致,比如 apple、Apple两个实际都是  阅读全文
posted @ 2020-04-23 13:27 kuroniko 阅读(4642) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/chuan442616909/article/details/55505692 重新索引你的数据 尽管可以增加新的类型到索引中,或者增加新的字段到类型中,但是不能添加新的分析器或者对现有的字段做改动。 如果你那么做的话,结果就是那些已经被索引的数据就不正确 阅读全文
posted @ 2020-04-23 13:19 kuroniko 阅读(926) 评论(0) 推荐(0) 编辑
摘要:先给以前的index加上别名,并且程序里面也修改一下查询index_execution改为查询index_execution_active curl -XPUT http://15.99.72.167:9200/index_execution/_alias/index_execution_activ 阅读全文
posted @ 2020-04-13 17:33 kuroniko 阅读(4472) 评论(0) 推荐(0) 编辑
摘要:image.png 报错如图: [ 2.430354] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 3.852S62] XFS (dm-0): Metadata corruption detected at xfs_agi_writ 阅读全文
posted @ 2020-04-07 11:40 kuroniko 阅读(4034) 评论(0) 推荐(1) 编辑
摘要:第一次在普通节点执行没有效果 第二次在master节点执行成功,开始自动分配unassigned的分片 curl -XPOST 'localhost:9200/_cluster/reroute?retry_failed=true' 阅读全文
posted @ 2020-04-03 20:31 kuroniko 阅读(581) 评论(0) 推荐(1) 编辑
摘要:Spring Boot报错:尤其是在处理Ribbon这类接口调用型的负载均衡组件,常见问题 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 ERROR o.a.c 阅读全文
posted @ 2020-04-02 11:01 kuroniko 阅读(239) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示