sofastack / sofa-boot

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.
https://www.sofastack.tech/sofa-boot/docs/Home
Apache License 2.0
4.94k stars 1.26k forks source link

dynamic service invoke optimaze #1209

Closed yuanChina closed 1 year ago

yuanChina commented 1 year ago

image 这里应该怎么优化 缓存不生效

HzjNeverStop commented 1 year ago

麻烦详细描述下你的问题,最好能提供一个可复现的 demo

yuanChina commented 1 year ago

压测发现 大量的内存对象threadlocal 泄漏 定位源码怀疑 image 有关 image 测试将set null 改为remove 重新测试 内存泄漏不复现 目前没有继续排查

HzjNeverStop commented 1 year ago

嗯这里确实应该remove掉 threadlocal 引用,SOFABoot会在下一个版本修复掉这个问题,感谢你的反馈