wxrqforever opened a new issue, #7078:
URL: https://github.com/apache/incubator-seata/issues/7078

   
目前已完成seata-server的部署,和多个应用以nacos的方式接入seata-server。目前没有实际的全局事务在运行,但是发现server的distributed_lock表里时不时就会有一些数据然后又立马消失,想了解下这个数据的用途是什么?某一时刻的数据如下
   
   lock_key                  lock_value           expire
   AsyncCommitting    xx.x.x.x:8091   1735199112933
   RetryCommitting      xx.x.x.x:8091   1735199112933
   RetryRollbacking
   TxTimeoutCheck     xx.x.x.x:8091   1735199112934
   UndologDelete
   
   lock_value的值看起来是ip端口对,但这些ip也不是客户端的ip。这些数据是正常的吗?会对使用有影响吗?


-- 
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.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