apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.32k stars 8.78k forks source link

warn xid in change during RPC from #3210

Open CleverFella opened 4 years ago

CleverFella commented 4 years ago

服务器一直警告找不到bindXid image

xyz327 commented 3 years ago

https://github.com/seata/seata/blob/95d39e6ba813550aea8fef222bc9b920fbaf8333/integration/http/src/main/java/io/seata/integration/http/XidResource.java#L41

seata 清除xid会判断当前上下文的xid和从http传入的xid是否一致。你这应该是seata自身的interceptor和 spring cloud alibaba seata 的interceptor 共存时导致的。理论上来说是不影响的