-
请教各位是否遇到过类似的问题,初步怀疑是否时因为 transientStorePoolEnable 为 true导致,但本地无法复现,但线上环境100%出现,有没有解决方案呢? 背景事务消息基本上存在反复回查的情况,应用的 环境集群3主3从,版本V4.8.0。 现象通过Arthas查到回查调用(
查看源码得知,就是因为 Broker 配置
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
调整配置为 |
Beta Was this translation helpful? Give feedback.
调整配置为
transientStorePoolEnable=false
,事务消息100%出现回查的情况就没有了。怀疑跟writeBuffer写入page cache的时机有关。