wangsansan commented on issue #8197:
URL: 
https://github.com/apache/incubator-seata/issues/8197#issuecomment-5249883177

   09:51:26.142 ERROR
   java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification
   at 
org.apache.seata.server.storage.file.lock.FileLockManager.releaseGlobalSessionLock(FileLockManager.java:48)
   at 
org.apache.seata.server.session.GlobalSession.clean(GlobalSession.java:305)
   at 
org.apache.seata.server.coordinator.DefaultCore.lambda$commit$0(DefaultCore.java:234)
   
   
   09:51:27.926 Committing global transaction is successfully done
   xid = 10.228.9.187:8091:847484980191724603
   
   
   
   codex说bug在:
   `List<BranchSession> branchSessions = globalSession.getBranchSessions();
   for (BranchSession branchSession : branchSessions) {
       ...
   }`
   


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