会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
意犹未尽
只要在学习,则在进步。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
53
下一页
2025年3月26日
压测实践案例之网关
摘要: 业务服务提供的压测代码 /** * @Author liqiang * @Description 网关测试 * @Date 2025/03/26/14:32 */ @RestController @RequestMapping("/c/gateway/testGateway") public cla
阅读全文
posted @ 2025-03-26 14:12 意犹未尽
阅读(136)
评论(0)
推荐(0)
2025年3月8日
elasticseach-分页搜索
摘要: 背景 使用es通过常规分页来做导出是遇到不能超过from不能跳过1万的问题。结合这个问题契机深入了解一下es的分页。 入参 { "from":10601, "size": 5 } 响应 { "error": { "root_cause": [ { "type": "illegal_argument_
阅读全文
posted @ 2025-03-08 19:57 意犹未尽
阅读(191)
评论(0)
推荐(0)
2024年12月4日
sentinel增加ip来源限流后占用服务高内存问题分析
摘要: 参考:https://www.cnblogs.com/LQBlog/p/18490319
阅读全文
posted @ 2024-12-04 10:14 意犹未尽
阅读(52)
评论(0)
推荐(0)
2024年12月2日
spring-boot-actuator
摘要: 引入包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <version>${spring.boot.version}</ve
阅读全文
posted @ 2024-12-02 13:52 意犹未尽
阅读(114)
评论(0)
推荐(0)
2024年11月28日
elasticseach-head插件安装及使用
摘要: git地址 https://github.com/mobz/elasticsearch-head 安装方式 浏览器插件 docker本地安装 集群健康值:yellow( 623 of 801 ):表示当前集群的全部主分片都正常运行,但是副本分片没有全部处在正常状态。 副本分片都是 Unassigne
阅读全文
posted @ 2024-11-28 20:00 意犹未尽
阅读(445)
评论(0)
推荐(0)
2024年11月22日
设计模式之美学习-代码命名规范
摘要: 管理类命名 Bootstrap,Starter 一般作为程序启动器使用,或者作为启动器的基类。通俗来说,可以认为是main函数的入口。 AbstractBootstrap ServerBootstrap MacosXApplicationStarter DNSTaskStarter Processo
阅读全文
posted @ 2024-11-22 10:12 意犹未尽
阅读(156)
评论(0)
推荐(0)
2024年11月12日
ES-Client-api-easy es
摘要: 官方文档: https://www.easy-es.cn/pages/ce1922/#常规聚合 目前感觉不错,简单CRUD支持 复杂的也可以混合模式支持 例子一 DSL { "size": 1, "query": { "bool": { "must": [ { "term": { "awardPun
阅读全文
posted @ 2024-11-12 11:55 意犹未尽
阅读(152)
评论(0)
推荐(0)
2024年10月24日
sentinel-ProcessorSlot
摘要: 官方文档 https://sentinelguard.io/zh-cn/docs/basic-implementation.html 初始化时机 // 1.5.0 版本开始可以直接利用 try-with-resources 特性 自动回收调用 entry.exit() 配合注解使用 @Sentine
阅读全文
posted @ 2024-10-24 11:54 意犹未尽
阅读(57)
评论(0)
推荐(0)
sentinel-SPI初始化时机
摘要: 时机一引入alibaba-starter-sentinel 如果使用了alibaba-starter-sentinel则不需要手动调用因为com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration#init在这里面执行了自动调用 @Post
阅读全文
posted @ 2024-10-24 11:14 意犹未尽
阅读(66)
评论(0)
推荐(0)
2024年10月21日
记录一次内存泄漏排查
摘要: 事件描述 order服务出现频繁GC告警,app卡顿 事件回顾 【2024-10-21 08:20:04】order出现频繁GC告警 【2024-10-21 09:24:04】通过命令jmap -histo:live [pid]查看存活对象发现sentinel统计对象占用大量内存 【2024-10-
阅读全文
posted @ 2024-10-21 20:41 意犹未尽
阅读(244)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
53
下一页
公告