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

   <!-- Please do not use this issue template to report security 
vulnerabilities but refer to our [security 
policy](https://github.com/seata/seata/security/policy). -->
   
   - [ ] I have searched the [issues](https://github.com/seata/seata/issues) of 
this repository and believe that this is not a duplicate.
   
   ### Ⅰ. Issue Description
   对于单机数据库是没问题的,多个seata节点按顺序插入branch_table表,时间肯定也是固定的。
   
但是对于分布式数据库,如果分布式数据库有时差问题,最后插入到branch_table表中的时间也会有问题,这样就不能严格保证有序了。回滚的时候乱序回滚会有问题。
   这里使用数据库的序列是不是更合理,和seata节点时间、分布式数据库的时间就都没关系了。
   
   - JDK version(e.g. `java -version`): 1.8
   - Seata client/server version:   1.4及以上
   - Database version: gaussdb分布式数据库
   - OS(e.g. `uname -a`):
   - Others:


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to