funky-eyes commented on issue #4422:
URL: 
https://github.com/apache/incubator-seata/issues/4422#issuecomment-2664730482

   > 是否可以复用 application_data 存放channel信息? 或者在XID里面存上 channel 信息
   
   我认为可以在tm(事务发起者客户端)侧连接到tc(seata 
server)侧时,记录tm的vgroup到channel的上下文中,这样当channel断开时,可以通过上下文中的vgroup去找出需要提前回滚的事务有哪些。
   I think we can record the TM's vgroup in the channel context when the TM 
(transaction initiator client) connects to the TC (seata server). This way, 
when the channel disconnects, we can find out which transactions need to be 
rolled back in advance through the vgroup in the context.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to