seata Branch transaction branchRegister TransactionException

sshcrbum  于 2023-02-04  发布在  其他
关注(0)|答案(1)|浏览(340)
  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

branch transaction branchRegister TransactionException

Ⅱ. Describe what happened

batch insert record, then update them.

Ⅲ. Describe what you expected to happen

branchRegister TransactionException

Ⅳ. How to reproduce it (as minimally and precisely as possible)

It has been verified that it was caused by bulk insertion. But I also verified that if a local transaction only has batch insertion and not update, it's not a problem. Oh, it can also roll back normally.

Ⅵ. Environment:

  • JDK version :jdk1.8
  • OS :linux
  • Others:Seata 0.6.1
muk1a3rh

muk1a3rh1#

@lomo-dcm Thanks for reporting.But batch operation is not currently supported by seata.

相关问题